summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-08-01 15:04:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-08-01 15:05:04 +0100
commit0fc413a327242adc1eb4c196179fdf660229edc9 (patch)
tree2cc5a7c4ec18f188a809918aa610f55a774e7832 /xmloff
parentc9d5c88a96c491b6557b4e91d69e78f9a57ee0f6 (diff)
const SvXMLStyleIndexCmp_Impl up
Change-Id: I5bd75e73f2584364bbb749767529efc75aff3d15
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/xmlstyle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx
index f881dec9e554..380dd48d5b24 100644
--- a/xmloff/source/style/xmlstyle.cxx
+++ b/xmloff/source/style/xmlstyle.cxx
@@ -246,7 +246,7 @@ public:
struct SvXMLStyleIndexCmp_Impl
{
- bool operator()(const SvXMLStyleIndex_Impl& r1, const SvXMLStyleIndex_Impl& r2)
+ bool operator()(const SvXMLStyleIndex_Impl& r1, const SvXMLStyleIndex_Impl& r2) const
{
sal_Int32 nRet;