From 0fc413a327242adc1eb4c196179fdf660229edc9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 1 Aug 2012 15:04:02 +0100 Subject: const SvXMLStyleIndexCmp_Impl up Change-Id: I5bd75e73f2584364bbb749767529efc75aff3d15 --- xmloff/source/style/xmlstyle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmloff') 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; -- cgit