--- psiconv/trunk/lib/psiconv/data.h 2004/01/28 20:18:54 191 +++ psiconv/trunk/lib/psiconv/data.h 2004/02/02 20:43:04 192 @@ -476,7 +476,8 @@ /* A Word Style. All information about a single Style. A builtin style may not be changed in the Word program. - Outline level is zero if unused. */ + Outline level is zero if unused. + The name may be NULL for the normal style! */ typedef struct psiconv_word_style_s { psiconv_character_layout character; /* character-level layout */ @@ -492,7 +493,8 @@ /* Of struct psiconv_word_style_s */ /* A Word Styles Section - All information about styles. */ + All information about styles. + Note that the name of the normal style is NULL! */ typedef struct psiconv_word_styles_section_s { psiconv_word_style normal; /* The normal (unspecified) style */