diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/test/ole/cpnt/cpnt.cxx | 2 | ||||
-rw-r--r-- | extensions/test/stm/datatest.cxx | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extensions/test/ole/cpnt/cpnt.cxx b/extensions/test/ole/cpnt/cpnt.cxx index 0435ced3aa5d..b20795ecf003 100644 --- a/extensions/test/ole/cpnt/cpnt.cxx +++ b/extensions/test/ole/cpnt/cpnt.cxx @@ -315,7 +315,7 @@ public: // XTestSequence class EventListener: public WeakImplHelper1<XEventListener> { public: - EventListener::EventListener(): bCalled( sal_False) + EventListener(): bCalled( sal_False) {} virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (RuntimeException); diff --git a/extensions/test/stm/datatest.cxx b/extensions/test/stm/datatest.cxx index b084ac263dd0..2bdc349052a4 100644 --- a/extensions/test/stm/datatest.cxx +++ b/extensions/test/stm/datatest.cxx @@ -662,8 +662,8 @@ public: private: - void OObjectStreamTest::testObject( const XObjectOutputStreamRef &rOut, - const XObjectInputStreamRef &rIn ); + void testObject( const XObjectOutputStreamRef &rOut, + const XObjectInputStreamRef &rIn ); private: }; |