summaryrefslogtreecommitdiff
path: root/extensions/workben
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/workben')
-rw-r--r--extensions/workben/testcomponent.cxx2
-rw-r--r--extensions/workben/testframecontrol.cxx16
-rw-r--r--extensions/workben/testresource.cxx2
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()
{