[Libreoffice-commits] .: sw/source

Caolán McNamara caolan at kemper.freedesktop.org
Sun Nov 28 05:04:52 PST 2010


 sw/source/core/draw/dcontact.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d02e172487b02a677f99730b82c9e738a32194d8
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun Nov 28 12:50:16 2010 +0000

    cppcheck: method can be const

diff --git a/sw/source/core/draw/dcontact.cxx b/sw/source/core/draw/dcontact.cxx
index 86bd6de..110ba78 100644
--- a/sw/source/core/draw/dcontact.cxx
+++ b/sw/source/core/draw/dcontact.cxx
@@ -1278,7 +1278,7 @@ class NestedUserCallHdl
             mpDrawContact = 0;
         }
 
-        bool IsNestedUserCall()
+        bool IsNestedUserCall() const
         {
             return mbParentUserCallActive;
         }


More information about the Libreoffice-commits mailing list