summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparai.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 16:36:04 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-07-31 16:36:04 +0000
commit14a5eb5e013fc59691670322db9174673980a771 (patch)
tree476523a07412e75b0d67085e0fe3d45318407da1 /xmloff/source/text/txtparai.hxx
parent3b0266f8b79ac39a92a661477ceea7101870b476 (diff)
INTEGRATION: CWS swqbf102 (1.11.22); FILE MERGED
2007/07/25 13:07:14 od 1.11.22.1: #i73509# class <XMLParaContext> - introduce new member <mbOutlineLevelAttrFound>, set it, when corresponding attribute is found and pass it to <XMLTextImportHelper::SetStyleAndAttrs(..)>, if needed.
Diffstat (limited to 'xmloff/source/text/txtparai.hxx')
-rw-r--r--xmloff/source/text/txtparai.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmloff/source/text/txtparai.hxx b/xmloff/source/text/txtparai.hxx
index 78c5dc5037ce..f8f103481250 100644
--- a/xmloff/source/text/txtparai.hxx
+++ b/xmloff/source/text/txtparai.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: txtparai.hxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 16:16:43 $
+ * last change: $Author: hr $ $Date: 2007-07-31 17:36:04 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,6 +62,9 @@ class XMLParaContext : public SvXMLImportContext
::rtl::OUString sId;
sal_Int8 nOutlineLevel;
XMLHints_Impl *pHints;
+ // --> OD 2007-07-25 #i73509#
+ sal_Bool mbOutlineLevelAttrFound;
+ // <--
sal_Bool bIgnoreLeadingSpace;
sal_Bool bHeading;
sal_Bool bIsListHeader;