summaryrefslogtreecommitdiff
path: root/extensions/workben
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 18:36:00 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-27 07:34:29 -0600
commit15246c959ae5ab4e124859a4d8981676f9eb657f (patch)
tree87813888699be2b850201725c45564c8c6423262 /extensions/workben
parent710178094dfb21b0864335b1fa1a3401e4d82959 (diff)
Remove visual noise from extensions
Change-Id: I0397d0d0e5343b7ed192a790664b068ac6955bd3 Reviewed-on: https://gerrit.libreoffice.org/8259 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
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 ))