diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-16 20:16:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-16 21:20:05 +0000 |
commit | 5befd3675b22fdb32f2f075a81d3c83beadb40e4 (patch) | |
tree | 459bb091e181b5cdfc0b6ed21b5ab85fe07ac87f /cppuhelper | |
parent | 65e988cf39dcc71d479e40f94fc505459ee96513 (diff) |
cppcheck: set these as public
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/test/testcontainer.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/test/testcontainer.cxx b/cppuhelper/test/testcontainer.cxx index ccf9aeda3..29d2996a8 100644 --- a/cppuhelper/test/testcontainer.cxx +++ b/cppuhelper/test/testcontainer.cxx @@ -44,6 +44,7 @@ using namespace ::com::sun::star::uno; class TestListener : public WeakImplHelper1< XVetoableChangeListener > { +public: // Methods virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& /*Source*/ ) throw(::com::sun::star::uno::RuntimeException) { @@ -55,7 +56,6 @@ class TestListener : public WeakImplHelper1< XVetoableChangeListener > { } - }; void test_interfacecontainer() |