summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmldpimp.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 11:57:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 11:57:33 +0000
commitd7d93e371cf6012ad205f71c67ebf2c43fad90da (patch)
tree3b015948e9a3dfcedf811d951a2a9be27cb05415 /sc/source/filter/xml/xmldpimp.hxx
parent2a8d011c2d81a93cd436001f3f917b574c6a86ee (diff)
INTEGRATION: CWS calcuno01 (1.9.316); FILE MERGED
2004/10/13 12:44:15 sab 1.9.316.3: RESYNC: (1.10-1.13); FILE MERGED 2004/04/29 06:39:49 sab 1.9.316.2: RESYNC: (1.9-1.10); FILE MERGED 2004/01/05 11:56:50 sab 1.9.316.1: #i22706#; improve API using
Diffstat (limited to 'sc/source/filter/xml/xmldpimp.hxx')
-rw-r--r--sc/source/filter/xml/xmldpimp.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/xmldpimp.hxx b/sc/source/filter/xml/xmldpimp.hxx
index ba1ef0744ac1..7506c7972791 100644
--- a/sc/source/filter/xml/xmldpimp.hxx
+++ b/sc/source/filter/xml/xmldpimp.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmldpimp.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2004-08-03 12:45:09 $
+ * last change: $Author: vg $ $Date: 2005-03-23 12:57:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -564,8 +564,8 @@ class ScXMLDataPilotMemberContext : public SvXMLImportContext
ScXMLDataPilotFieldContext* pDataPilotField;
rtl::OUString sName;
- sal_Bool bDisplay : 1;
- sal_Bool bDisplayDetails : 1;
+ sal_Bool bDisplay;
+ sal_Bool bDisplayDetails;
const ScXMLImport& GetScImport() const { return (const ScXMLImport&)GetImport(); }
ScXMLImport& GetScImport() { return (ScXMLImport&)GetImport(); }