diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-08-01 15:04:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-01 15:05:04 +0100 |
commit | 0fc413a327242adc1eb4c196179fdf660229edc9 (patch) | |
tree | 2cc5a7c4ec18f188a809918aa610f55a774e7832 /xmloff | |
parent | c9d5c88a96c491b6557b4e91d69e78f9a57ee0f6 (diff) |
const SvXMLStyleIndexCmp_Impl up
Change-Id: I5bd75e73f2584364bbb749767529efc75aff3d15
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/style/xmlstyle.cxx | 2 |
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; |