[Libreoffice-commits] .: xmloff/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed Aug 1 07:06:04 PDT 2012


 xmloff/source/style/xmlstyle.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0fc413a327242adc1eb4c196179fdf660229edc9
Author: Caolán McNamara <caolanm at redhat.com>
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;
 


More information about the Libreoffice-commits mailing list