diff options
author | Alexander Wilms <f.alexander.wilms@gmail.com> | 2014-02-22 21:20:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-23 03:38:49 +0000 |
commit | 0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch) | |
tree | 5024cba9f9ea5e3b23ea26025323f6aef39488d0 /extensions/workben | |
parent | b81ac16e65b311d6e43c05c22c65d2040c9d7e04 (diff) |
Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'extensions/workben')
-rw-r--r-- | extensions/workben/testcomponent.cxx | 2 | ||||
-rw-r--r-- | extensions/workben/testframecontrol.cxx | 16 | ||||
-rw-r--r-- | extensions/workben/testresource.cxx | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/extensions/workben/testcomponent.cxx b/extensions/workben/testcomponent.cxx index 3e1cb25bd664..b38f318ad1d9 100644 --- a/extensions/workben/testcomponent.cxx +++ b/extensions/workben/testcomponent.cxx @@ -18,7 +18,7 @@ */ -//------------------------------------------------------ + // testcomponent - Loads a service and its testcomponent from dlls performs a test. // Expands the dll-names depending on the actual environment. // Example : testcomponent com.sun.star.io.Pipe stm diff --git a/extensions/workben/testframecontrol.cxx b/extensions/workben/testframecontrol.cxx index 5f5b72037529..247374caaf8e 100644 --- a/extensions/workben/testframecontrol.cxx +++ b/extensions/workben/testframecontrol.cxx @@ -84,7 +84,7 @@ public: void removeAllListeners( const XControlRef& xControl ); }; -//-------------------------------------------------------------------------------------------------- + void Listener_Impl::addAllListeners( const XControlRef& xControl ) { XWindowRef xWindow( xControl, USR_QUERY ); @@ -99,7 +99,7 @@ void Listener_Impl::addAllListeners( const XControlRef& xControl ) xControl->addEventListener( (XEventListener*)(XPaintListener*)this ); } -//-------------------------------------------------------------------------------------------------- + void Listener_Impl::removeAllListeners( const XControlRef& xControl ) { XWindowRef xWindow( xControl, USR_QUERY ); @@ -114,10 +114,10 @@ void Listener_Impl::removeAllListeners( const XControlRef& xControl ) xControl->removeEventListener( (XEventListener*)(XPaintListener*)this ); } -//-------------------------------------------------------------------------------------------------- + SMART_UNO_IMPLEMENTATION( Listener_Impl, UsrObject ); -//-------------------------------------------------------------------------------------------------- + BOOL Listener_Impl::queryInterface( Uik aUik, XInterfaceRef& rOut ) { if (aUik == XMouseListener::getSmartUik()) @@ -140,7 +140,7 @@ BOOL Listener_Impl::queryInterface( Uik aUik, XInterfaceRef& rOut ) return TRUE; } -//-------------------------------------------------------------------------------------------------- + // XMouseListener void Listener_Impl::mousePressed( const VclMouseEvent& evt ) {} void Listener_Impl::mouseReleased( const VclMouseEvent& evt ) {} @@ -213,7 +213,7 @@ Application* pApp = &g_App; #endif -//-------------------------------------------------------------------------------------------------- + void FrameControlApplication::init() { XMultiServiceFactoryRef xMgr = createRegistryServiceManager( L"test.rdb" ); @@ -262,7 +262,7 @@ void FrameControlApplication::init() } } -//-------------------------------------------------------------------------------------------------- + void FrameControlApplication::deinit() { if (_pListener) @@ -281,7 +281,7 @@ void FrameControlApplication::deinit() } -//-------------------------------------------------------------------------------------------------- + void FrameControlApplication::Main() { // void TestErrcodes(); diff --git a/extensions/workben/testresource.cxx b/extensions/workben/testresource.cxx index 152d380839c5..e31420824349 100644 --- a/extensions/workben/testresource.cxx +++ b/extensions/workben/testresource.cxx @@ -37,7 +37,7 @@ public: MyApp aMyApp; -// ----------------------------------------------------------------------- + void MyApp::Main() { |