summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/MultiPropertySetHandler.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2002-02-19 16:30:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2002-02-19 16:30:07 +0000
commit85f74a17a23a76b3c75d2e4d6a870487d9b411ce (patch)
tree52cacb9d4b85a202da8b6412d88315f9291e8a38 /xmloff/source/chart/MultiPropertySetHandler.hxx
parent565070aa4bdc9e63b1c60a3379a9b6b4e3758f97 (diff)
#65293#: constness
Diffstat (limited to 'xmloff/source/chart/MultiPropertySetHandler.hxx')
-rw-r--r--xmloff/source/chart/MultiPropertySetHandler.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/MultiPropertySetHandler.hxx b/xmloff/source/chart/MultiPropertySetHandler.hxx
index 88f5b916e864..41e5780cdb0c 100644
--- a/xmloff/source/chart/MultiPropertySetHandler.hxx
+++ b/xmloff/source/chart/MultiPropertySetHandler.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: MultiPropertySetHandler.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: bm $ $Date: 2001-08-10 06:57:22 $
+ * last change: $Author: hr $ $Date: 2002-02-19 17:30:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,7 +143,7 @@ class OUStringComparison
{
public:
/// Compare two strings. Returns true if the first is before the second.
- inline bool operator() (const ::rtl::OUString & a, const ::rtl::OUString & b)
+ inline bool operator() (const ::rtl::OUString & a, const ::rtl::OUString & b) const
{
return (a.compareTo (b) < 0);
}