diff options
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/text/txtparai.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/source/text/txtparai.hxx b/xmloff/source/text/txtparai.hxx index e3ac98e48710..6537274c6d6d 100644 --- a/xmloff/source/text/txtparai.hxx +++ b/xmloff/source/text/txtparai.hxx @@ -2,9 +2,9 @@ * * $RCSfile: txtparai.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2004-11-26 19:35:21 $ + * last change: $Author: vg $ $Date: 2005-02-22 09:59:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -92,6 +92,7 @@ class XMLParaContext : public SvXMLImportContext XMLHints_Impl *pHints; sal_Bool bIgnoreLeadingSpace; sal_Bool bHeading; + sal_Bool bIsListHeader; #ifdef CONV_STAR_FONTS sal_uInt8 nStarFontsConvFlags; #endif |