summaryrefslogtreecommitdiff
path: root/extensions/workben
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/workben')
-rw-r--r--extensions/workben/testcomponent.cxx4
-rw-r--r--extensions/workben/testframecontrol.cxx6
2 files changed, 5 insertions, 5 deletions
diff --git a/extensions/workben/testcomponent.cxx b/extensions/workben/testcomponent.cxx
index b38f318ad1d9..bf798527fcdf 100644
--- a/extensions/workben/testcomponent.cxx
+++ b/extensions/workben/testcomponent.cxx
@@ -22,9 +22,9 @@
// 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
-//
+
// Therefor the testcode must exist in teststm and the testservice must be named test.com.sun.star.io.Pipe
-//
+
#include <stdio.h>
#include <smart/com/sun/star/registry/XImplementationRegistration.hxx>
diff --git a/extensions/workben/testframecontrol.cxx b/extensions/workben/testframecontrol.cxx
index 247374caaf8e..7e674909e271 100644
--- a/extensions/workben/testframecontrol.cxx
+++ b/extensions/workben/testframecontrol.cxx
@@ -34,7 +34,7 @@
using namespace usr;
-//==================================================================================================
+
class Listener_Impl
: public UsrObject
, public XMouseListener
@@ -185,7 +185,7 @@ void Listener_Impl::windowPaint( const PaintEvent& evt )
void Listener_Impl::disposing( const EventObject& evt ) {}
-//==================================================================================================
+
class FrameControlApplication
: public Application
{
@@ -239,7 +239,7 @@ void FrameControlApplication::init()
- // ...
+
XInterfaceRef xInst = xMgr->createInstance( L"stardiv.one.frame.FrameControl" );
if (xInst->queryInterface( XControl::getSmartUik(), _xControl ))