summaryrefslogtreecommitdiff
path: root/sc/workben
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-22 21:20:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-23 03:38:49 +0000
commit0ce0c369aa8880dff9fe874ba85ec6f52ee37ddf (patch)
tree5024cba9f9ea5e3b23ea26025323f6aef39488d0 /sc/workben
parentb81ac16e65b311d6e43c05c22c65d2040c9d7e04 (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 'sc/workben')
-rw-r--r--sc/workben/addin.cxx2
-rw-r--r--sc/workben/result.cxx6
-rw-r--r--sc/workben/test.cxx24
3 files changed, 16 insertions, 16 deletions
diff --git a/sc/workben/addin.cxx b/sc/workben/addin.cxx
index e1ac9979d1bd..97a153e8f634 100644
--- a/sc/workben/addin.cxx
+++ b/sc/workben/addin.cxx
@@ -99,7 +99,7 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
} // extern C
-//------------------------------------------------------------------------
+
ScTestAddIn::ScTestAddIn()
{
diff --git a/sc/workben/result.cxx b/sc/workben/result.cxx
index c11d74b6d106..13ce3abee4d4 100644
--- a/sc/workben/result.cxx
+++ b/sc/workben/result.cxx
@@ -27,11 +27,11 @@
using namespace com::sun::star;
-//------------------------------------------------------------------------
+
SV_IMPL_PTRARR( XResultListenerArr_Impl, XResultListenerPtr );
-//------------------------------------------------------------------------
+
ScAddInResult::ScAddInResult(const String& rStr) :
aArg( rStr ),
@@ -111,7 +111,7 @@ void SAL_CALL ScAddInResult::removeResultListener( const ::com::sun::star::uno::
release();
}
-//------------------------------------------------------------------------
+
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx
index 2ec6a2fcbee1..327f6bfc2756 100644
--- a/sc/workben/test.cxx
+++ b/sc/workben/test.cxx
@@ -84,7 +84,7 @@ public:
DECL_LINK(ViewHdl, PushButton*);
};
-//-----------------------------------------------------------------------
+
class ScTestListener : public XSelectionChangeListener, public UsrObject
{
@@ -106,13 +106,13 @@ public:
virtual void selectionChanged(const EventObject& aEvent);
};
-//-----------------------------------------------------------------------
+
static long nBla = 0;
static XCellRef xGlobalCell;
-//-----------------------------------------------------------------------
+
ScTestListener::ScTestListener(FixedText* pF) :
pFixedText( pF )
@@ -165,7 +165,7 @@ void ScTestListener::selectionChanged(const EventObject& aEvent)
}
-//-----------------------------------------------------------------------
+
extern "C" Window* SAL_CALL CreateWindow( Window *pParent, const String& rParam )
{
@@ -246,7 +246,7 @@ MyWindow::MyWindow( Window *pParent ) :
aViewButton.Show();
}
-//-----------------------------------------------------------------------
+
XSpreadsheetDocumentRef lcl_GetDocument()
{
@@ -290,7 +290,7 @@ XInterfaceRef lcl_GetView()
return xView;
}
-//-----------------------------------------------------------------------
+
void lcl_OutputNames( const XInterfaceRef& xSource, // XNameAccess
const XSpreadsheetDocumentRef& xDoc,
@@ -324,7 +324,7 @@ void lcl_OutputNames( const XInterfaceRef& xSource, // XNameAccess
}
}
-//-----------------------------------------------------------------------
+
void lcl_SetText( const XTextRef& xText )
{
@@ -353,7 +353,7 @@ void lcl_SetText( const XTextRef& xText )
xProp->setPropertyValue(L"Bold", UsrAny((sal_Bool)true));
}
-//-----------------------------------------------------------------------
+
void lcl_DoCount()
{
@@ -1634,7 +1634,7 @@ IMPL_LINK_NOARG(MyWindow, CountHdl)
return 0;
}
-//-----------------------------------------------------------------------
+
IMPL_LINK_NOARG(MyWindow, TextHdl)
{
@@ -1683,7 +1683,7 @@ IMPL_LINK_NOARG(MyWindow, TextHdl)
return 0;
}
-//-----------------------------------------------------------------------
+
IMPL_LINK_NOARG(MyWindow, BlaHdl)
{
@@ -1757,7 +1757,7 @@ IMPL_LINK_NOARG(MyWindow, BlaHdl)
}
-//-----------------------------------------------------------------------
+
IMPL_LINK_NOARG(MyWindow, TabHdl)
{
@@ -1830,7 +1830,7 @@ IMPL_LINK_NOARG(MyWindow, TabHdl)
return 0;
}
-//-----------------------------------------------------------------------
+
void lcl_FillCells(XCellCollectionRef xColl)
{