diff options
author | Mariusz Dykierek <mariuszdykierek@gmail.com> | 2012-02-17 15:22:46 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-17 15:22:46 +0000 |
commit | b8f007d05250258a8d8b5113298867f142af6e09 (patch) | |
tree | cf25149d5bb0ce4d9e05110e94892a8900bd32de /extensions | |
parent | df69ab8a803f87c85d516bcfcc544c19c94ade85 (diff) |
remove extraneous qualifiers that break some compilers
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: }; |