summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmllabri.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/xmllabri.hxx
parent97cada06335fcae871379ec67051187b462d542f (diff)
all member bools take now only one bit
Diffstat (limited to 'sc/source/filter/xml/xmllabri.hxx')
-rw-r--r--sc/source/filter/xml/xmllabri.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/xmllabri.hxx b/sc/source/filter/xml/xmllabri.hxx
index 6352629f463f..c56d8672f9df 100644
--- a/sc/source/filter/xml/xmllabri.hxx
+++ b/sc/source/filter/xml/xmllabri.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmllabri.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2000-10-26 13:23:21 $
+ * 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
@@ -101,7 +101,7 @@ class ScXMLLabelRangeContext : public SvXMLImportContext
private:
::rtl::OUString sLabelRangeStr;
::rtl::OUString sDataRangeStr;
- sal_Bool bColumnOrientation;
+ sal_Bool bColumnOrientation : 1;
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }