summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-23 11:51:15 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-23 11:51:15 +0000
commit79898948128de9d97ee4b2c9fd9204952398d40d (patch)
tree3b4a312b70b664f22e5fd3ee295027c8e61f70f0 /sc/source/filter/xml/XMLStylesExportHelper.hxx
parent52d1300f87c5bc929be4426d498794377f17be20 (diff)
INTEGRATION: CWS calcuno01 (1.21.76); FILE MERGED
2004/10/13 12:42:07 sab 1.21.76.2: RESYNC: (1.21-1.23); FILE MERGED 2004/01/05 11:55:52 sab 1.21.76.1: #i22706#; improve API using
Diffstat (limited to 'sc/source/filter/xml/XMLStylesExportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLStylesExportHelper.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/filter/xml/XMLStylesExportHelper.hxx b/sc/source/filter/xml/XMLStylesExportHelper.hxx
index 73ee4c2576e1..0bc5164c9051 100644
--- a/sc/source/filter/xml/XMLStylesExportHelper.hxx
+++ b/sc/source/filter/xml/XMLStylesExportHelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: XMLStylesExportHelper.hxx,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: rt $ $Date: 2004-07-13 07:46:56 $
+ * last change: $Author: vg $ $Date: 2005-03-23 12:51:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -199,7 +199,7 @@ struct ScMyRowFormatRange
sal_Int32 nRepeatRows;
sal_Int32 nIndex;
sal_Int32 nValidationIndex;
- sal_Bool bIsAutoStyle : 1;
+ sal_Bool bIsAutoStyle;
ScMyRowFormatRange();
sal_Bool operator<(const ScMyRowFormatRange& rRange) const;
@@ -240,7 +240,7 @@ struct ScMyFormatRange
sal_Int32 nStyleNameIndex;
sal_Int32 nValidationIndex;
sal_Int32 nNumberFormat;
- sal_Bool bIsAutoStyle : 1;
+ sal_Bool bIsAutoStyle;
ScMyFormatRange();
sal_Bool operator< (const ScMyFormatRange& rRange) const;
@@ -298,7 +298,7 @@ public:
struct ScColumnStyle
{
sal_Int32 nIndex;
- sal_Bool bIsVisible : 1;
+ sal_Bool bIsVisible;
ScColumnStyle() : nIndex(-1), bIsVisible(sal_True) {}
};