--- psiconv/trunk/lib/psiconv/data.h 2004/01/26 12:59:54 188 +++ psiconv/trunk/lib/psiconv/data.h 2004/02/04 12:19:09 196 @@ -1,6 +1,6 @@ /* data.h - Part of psiconv, a PSION 5 file formats converter - Copyright (c) 1999, 2000 Frodo Looijaard + Copyright (c) 1999-2004 Frodo Looijaard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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 */