summaryrefslogtreecommitdiff
path: root/xmloff/source/text/XMLSectionExport.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2002-04-26 12:16:22 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2002-04-26 12:16:22 +0000
commit5194e5994393dbc04d9c6db840de169886bc1a6e (patch)
tree5db2d4cc61173b66d58a0f0ea65b2d8137cd1a8a /xmloff/source/text/XMLSectionExport.hxx
parent582240b4bd533de15d23c0a0fff88ee8d2c61fa8 (diff)
#97450# load/save curennt hidden-status of conditional sections
Diffstat (limited to 'xmloff/source/text/XMLSectionExport.hxx')
-rw-r--r--xmloff/source/text/XMLSectionExport.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/source/text/XMLSectionExport.hxx b/xmloff/source/text/XMLSectionExport.hxx
index cee45e4d7b1c..1f7342208c48 100644
--- a/xmloff/source/text/XMLSectionExport.hxx
+++ b/xmloff/source/text/XMLSectionExport.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLSectionExport.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: dvo $ $Date: 2002-01-09 12:57:21 $
+ * last change: $Author: dvo $ $Date: 2002-04-26 13:16:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -181,6 +181,8 @@ class XMLSectionExport
const ::rtl::OUString sLocale;
const ::rtl::OUString sUserIndexName;
+ const ::rtl::OUString sIsCurrentlyVisible;
+
const ::rtl::OUString sEmpty;
SvXMLExport& rExport;