summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionImportContext.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-04-09 12:13:23 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-04-09 12:13:23 +0000
commitde332cc5602b862f460c7908926ba011d2799020 (patch)
treeaab6e30098363684eda6146e9003a8a4093ab590 /xmloff/source/text/XMLSectionImportContext.hxx
parentfb9cab292032e5ae848d2d9c4ec25d38aa8d58cd (diff)
#85901# fixed import of empty sections
Diffstat (limited to 'xmloff/source/text/XMLSectionImportContext.hxx')
-rw-r--r--xmloff/source/text/XMLSectionImportContext.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLSectionImportContext.hxx b/xmloff/source/text/XMLSectionImportContext.hxx
index 46f3b1908915..838951e9e6e6 100644
--- a/xmloff/source/text/XMLSectionImportContext.hxx
+++ b/xmloff/source/text/XMLSectionImportContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLSectionImportContext.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: dvo $ $Date: 2001-03-21 16:03:49 $
+ * last change: $Author: dvo $ $Date: 2001-04-09 13:13:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -121,6 +121,8 @@ class XMLSectionImportContext : public SvXMLImportContext
sal_Bool bValid;
sal_Bool bSequenceOK;
+ sal_Bool bHasContent;
+
public:
TYPEINFO();