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 | d0285c06d3ff10ab469b99b54618d69532e97599 (patch) | |
tree | 819912a31de5c481dd17c30a1f177ee3e4c96436 /cppuhelper/test/testcontainer.cxx | |
parent | a792067924d8237aa5090f47a49f25486c19ca8a (diff) |
cppcheck: set these as public
Diffstat (limited to 'cppuhelper/test/testcontainer.cxx')
-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 1dc37b61c596..5665a762eaa0 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() |