diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-08 16:06:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-08 16:06:34 +0000 |
commit | eb9acc0acca54dcddf5cfe67e1a31b15904803c8 (patch) | |
tree | 4d0dc2448081110d53e5056aa19b015906044323 /xmloff/source/text/txtparai.hxx | |
parent | 28bf5f571871623860937fc8035c1a09c8280a47 (diff) |
INTEGRATION: CWS swnumtree (1.6.2); FILE MERGED
2005/09/27 15:30:25 hbrinkm 1.6.2.1: #i45784# ~XMLParaContext: import restart of numbering in headers
Diffstat (limited to 'xmloff/source/text/txtparai.hxx')
-rw-r--r-- | xmloff/source/text/txtparai.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/txtparai.hxx b/xmloff/source/text/txtparai.hxx index a3dc9c03cd81..3bf9162dbbd7 100644 --- a/xmloff/source/text/txtparai.hxx +++ b/xmloff/source/text/txtparai.hxx @@ -4,9 +4,9 @@ * * $RCSfile: txtparai.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:31:48 $ + * last change: $Author: rt $ $Date: 2005-11-08 17:06:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -67,6 +67,8 @@ class XMLParaContext : public SvXMLImportContext sal_Bool bIgnoreLeadingSpace; sal_Bool bHeading; sal_Bool bIsListHeader; + sal_Bool bIsRestart; + sal_Int16 nStartValue; #ifdef CONV_STAR_FONTS sal_uInt8 nStarFontsConvFlags; #endif |