diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-22 08:59:45 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-22 08:59:45 +0000 |
commit | ee4818b10da3578b135f3d1c30c8da4243bf1aae (patch) | |
tree | cd091c4bc4ea130b9b7a21ea07697cdc24e19723 /xmloff/source | |
parent | 46501a56cccc4800671d83c1cf36448d798ed516 (diff) |
INTEGRATION: CWS swqcore06 (1.4.58); FILE MERGED
2005/02/07 21:05:48 dvo 1.4.58.1: #i42220# load/save text:is-list-header flag
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 |