xmloff/source/style/xmlstyle.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0fc413a327242adc1eb4c196179fdf660229edc9 Author: Caolán McNamara <[email protected]> Date: Wed Aug 1 15:04:02 2012 +0100 const SvXMLStyleIndexCmp_Impl up Change-Id: I5bd75e73f2584364bbb749767529efc75aff3d15 diff --git a/xmloff/source/style/xmlstyle.cxx b/xmloff/source/style/xmlstyle.cxx index f881dec..380dd48 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;
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
