summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLStylesExportHelper.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2001-01-05 10:05:07 +0000
committerSascha Ballach <sab@openoffice.org>2001-01-05 10:05:07 +0000
commitb9dd68f4c3e08587188c7d5ad2e836f86b0ebce6 (patch)
tree80671bc5f176fe65788b7f8c3b6d0b2d1e5347b8 /sc/source/filter/xml/XMLStylesExportHelper.hxx
parente823fd2e4358df991c8e3b06ff350aed6d4a669c (diff)
one point overlooked, now it should work
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 0c34dc50babc..5504fa07a5d6 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sab $ $Date: 2001-01-05 10:30:19 $
+ * last change: $Author: sab $ $Date: 2001-01-05 11:05:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -181,6 +181,7 @@ struct ScMyFormatRange
sal_Bool bIsAutoStyle;
ScMyFormatRange();
+ sal_Bool operator< (const ScMyFormatRange& rRange);
};
typedef std::list<ScMyFormatRange> ScMyFormatRangeAddresses;