summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-01-05 09:30:19 +0000
committerSascha Ballach <sab@openoffice.org>2001-01-05 09:30:19 +0000
commite823fd2e4358df991c8e3b06ff350aed6d4a669c (patch)
tree8aa6076025efcd511a01992f782ed83b990d0f34 /sc/source/filter/xml/XMLStylesExportHelper.hxx
parenta8aa9cd980fabd15d3ae6e5e94db6c210df20147 (diff)
now the files should can compile under Solaris
Diffstat (limited to 'sc/source/filter/xml/XMLStylesExportHelper.hxx')
-rw-r--r--sc/source/filter/xml/XMLStylesExportHelper.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/filter/xml/XMLStylesExportHelper.hxx b/sc/source/filter/xml/XMLStylesExportHelper.hxx
index cafeadb7d35a..0c34dc50babc 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.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: sab $ $Date: 2000-12-18 14:14:24 $
+ * last change: $Author: sab $ $Date: 2001-01-05 10:30:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,6 +149,7 @@ struct ScMyRowFormatRange
sal_Bool bIsAutoStyle;
ScMyRowFormatRange();
+ sal_Bool operator<(const ScMyRowFormatRange& rRange);
};
typedef std::list<ScMyRowFormatRange> ScMyRowFormatRangesList;