summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-06-07 09:07:37 +0000
committerSascha Ballach <sab@openoffice.org>2001-06-07 09:07:37 +0000
commite906f9454c02d2acee456473d43de862e3a1a404 (patch)
tree60d756f80b7533426bea490f9a1dad8e7fc90239 /sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
parent22222e6f4b4f8c670036750b4e8cfe303cdad366 (diff)
#87900#; overwrite default header and footer if necassary with empty text
Diffstat (limited to 'sc/source/filter/xml/XMLTableHeaderFooterContext.hxx')
-rw-r--r--sc/source/filter/xml/XMLTableHeaderFooterContext.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx b/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
index 809100d5bc99..85122773c4fc 100644
--- a/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
+++ b/sc/source/filter/xml/XMLTableHeaderFooterContext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLTableHeaderFooterContext.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sab $ $Date: 2001-02-28 08:19:33 $
+ * last change: $Author: sab $ $Date: 2001-06-07 10:07:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,11 +93,15 @@ class XMLTableHeaderFooterContext: public SvXMLImportContext
const ::rtl::OUString sShareContent;
const ::rtl::OUString sContent;
const ::rtl::OUString sContentLeft;
+ const ::rtl::OUString sEmpty;
rtl::OUString sCont;
sal_Bool bDisplay : 1;
sal_Bool bInsertContent : 1;
sal_Bool bLeft : 1;
+ sal_Bool bContainsLeft : 1;
+ sal_Bool bContainsRight : 1;
+ sal_Bool bContainsCenter : 1;
public:
TYPEINFO();