summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 11:46:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 11:46:47 +0000
commitda66a691072f05233c4720b2834f2e544dde4116 (patch)
tree4abb609aebb9b9a686ea50134846b2926f904b06 /sc/source/filter/xml/XMLStylesExportHelper.hxx
parent244860293c16c3e8131760ee1a4c6f5820c39c33 (diff)
INTEGRATION: CWS calcwarnings (1.26.324); FILE MERGED
2006/12/13 10:30:16 nn 1.26.324.2: #i69284# warning-free: filter/xml, unxlngi6 2006/12/01 13:29:16 nn 1.26.324.1: #i69284# warning-free: filter/xml, wntmsci10
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 d9a466208739..520510fa8a65 100644
--- a/sc/source/filter/xml/XMLStylesExportHelper.hxx
+++ b/sc/source/filter/xml/XMLStylesExportHelper.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLStylesExportHelper.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 19:57:09 $
+ * last change: $Author: vg $ $Date: 2007-02-27 12:46:47 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -135,8 +135,8 @@ struct ScMyDefaultStyle
sal_Int32 nRepeat;
sal_Bool bIsAutoStyle;
- ScMyDefaultStyle() : nIndex(-1), bIsAutoStyle(sal_True),
- nRepeat(1) {}
+ ScMyDefaultStyle() : nIndex(-1), nRepeat(1),
+ bIsAutoStyle(sal_True) {}
};
typedef std::vector<ScMyDefaultStyle> ScMyDefaultStyleList;
@@ -261,7 +261,7 @@ class ScColumnRowStylesBase
public:
ScColumnRowStylesBase();
- ~ScColumnRowStylesBase();
+ virtual ~ScColumnRowStylesBase();
virtual void AddNewTable(const sal_Int32 nTable, const sal_Int32 nFields) = 0;
sal_Int32 AddStyleName(rtl::OUString* pString);