summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-08 17:28:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-08 17:28:50 +0000
commit44815c8ef411477f1039189b3b6d14e98bc9b34b (patch)
tree707aa5cdc8f6032b2871735beaffac780de11279 /sc/source/filter/xml/XMLStylesExportHelper.hxx
parentcbe81361646a7817379169d5cc4cf50a0affd980 (diff)
#65293#: constness
Diffstat (limited to 'sc/source/filter/xml/XMLStylesExportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLStylesExportHelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/filter/xml/XMLStylesExportHelper.hxx b/sc/source/filter/xml/XMLStylesExportHelper.hxx
index 8d63f5cc68fa..263d2570c203 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.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: sab $ $Date: 2001-12-06 19:45:45 $
+ * last change: $Author: hr $ $Date: 2002-02-08 18:28:50 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -200,7 +200,7 @@ struct ScMyRowFormatRange
sal_Bool bIsAutoStyle : 1;
ScMyRowFormatRange();
- sal_Bool operator<(const ScMyRowFormatRange& rRange);
+ sal_Bool operator<(const ScMyRowFormatRange& rRange) const;
};
typedef std::list<ScMyRowFormatRange> ScMyRowFormatRangesList;
@@ -241,7 +241,7 @@ struct ScMyFormatRange
sal_Bool bIsAutoStyle : 1;
ScMyFormatRange();
- sal_Bool operator< (const ScMyFormatRange& rRange);
+ sal_Bool operator< (const ScMyFormatRange& rRange) const;
};
typedef std::list<ScMyFormatRange> ScMyFormatRangeAddresses;