diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-01-12 12:54:06 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-12 12:54:06 +0000 |
commit | 9702b2cceacddf207212953371ad3de8181db1b1 (patch) | |
tree | 98358892acda92c742083c7fcb5a77eab9f3512d /cppuhelper/test | |
parent | 6442218fc7da9ed51e86a41f4834c6e7d7262976 (diff) |
Some cppcheck cleaning
Diffstat (limited to 'cppuhelper/test')
-rw-r--r-- | cppuhelper/test/testpropshlp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/testpropshlp.cxx b/cppuhelper/test/testpropshlp.cxx index ebea7d092..862856711 100644 --- a/cppuhelper/test/testpropshlp.cxx +++ b/cppuhelper/test/testpropshlp.cxx @@ -461,7 +461,7 @@ public: { } - sal_Int32 getRefCount() + sal_Int32 getRefCount() const { return m_refCount; } // XEventListener |