summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlannoi.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-02-28 07:19:33 +0000
committerSascha Ballach <sab@openoffice.org>2001-02-28 07:19:33 +0000
commitc2bda18d768eb79f88eedad50678fdf5e2da8740 (patch)
tree54701cb444b6de85a01d27d9f3181e3c5cf270af /sc/source/filter/xml/xmlannoi.hxx
parentimport of default styles added (diff)
downloadcore-c2bda18d768eb79f88eedad50678fdf5e2da8740.tar.gz
core-c2bda18d768eb79f88eedad50678fdf5e2da8740.zip
all member bools take now only one bit
Diffstat (limited to 'sc/source/filter/xml/xmlannoi.hxx')
-rw-r--r--sc/source/filter/xml/xmlannoi.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmlannoi.hxx b/sc/source/filter/xml/xmlannoi.hxx
index b1586a4a6d59..81b2bbf75391 100644
--- a/sc/source/filter/xml/xmlannoi.hxx
+++ b/sc/source/filter/xml/xmlannoi.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlannoi.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: sab $ $Date: 2001-01-15 14:43:50 $
+ * last change: $Author: sab $ $Date: 2001-02-28 08:19:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -80,8 +80,8 @@ class ScXMLAnnotationContext : public SvXMLImportContext
rtl::OUString sAuthor;
rtl::OUString sCreateDate;
sal_Int32 nParagraphCount;
- sal_Bool bDisplay;
- sal_Bool bHasTextP;
+ sal_Bool bDisplay : 1;
+ sal_Bool bHasTextP : 1;
ScXMLTableRowCellContext* pCellContext;
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }