summaryrefslogtreecommitdiff
path: root/sc/workben
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:13:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:19:54 +0200
commitc4c51709eaa02a5c9a2af3e5d436790307109813 (patch)
treec67362b4f2c3d3f34655ca65ec10d54e1509cf73 /sc/workben
parentc78f918a7cb267a713804b8feacc3425196d4428 (diff)
whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
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, 0 insertions, 32 deletions
diff --git a/sc/workben/addin.cxx b/sc/workben/addin.cxx
index 97a153e8f634..d518462e00d1 100644
--- a/sc/workben/addin.cxx
+++ b/sc/workben/addin.cxx
@@ -99,8 +99,6 @@ 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 13ce3abee4d4..930878163489 100644
--- a/sc/workben/result.cxx
+++ b/sc/workben/result.cxx
@@ -27,12 +27,8 @@
using namespace com::sun::star;
-
-
SV_IMPL_PTRARR( XResultListenerArr_Impl, XResultListenerPtr );
-
-
ScAddInResult::ScAddInResult(const String& rStr) :
aArg( rStr ),
nTickCount( 0 )
@@ -113,6 +109,4 @@ void SAL_CALL ScAddInResult::removeResultListener( const ::com::sun::star::uno::
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx
index 327f6bfc2756..4a4e4488381a 100644
--- a/sc/workben/test.cxx
+++ b/sc/workben/test.cxx
@@ -84,8 +84,6 @@ public:
DECL_LINK(ViewHdl, PushButton*);
};
-
-
class ScTestListener : public XSelectionChangeListener, public UsrObject
{
private:
@@ -106,14 +104,10 @@ public:
virtual void selectionChanged(const EventObject& aEvent);
};
-
-
static long nBla = 0;
static XCellRef xGlobalCell;
-
-
ScTestListener::ScTestListener(FixedText* pF) :
pFixedText( pF )
{
@@ -165,8 +159,6 @@ void ScTestListener::selectionChanged(const EventObject& aEvent)
}
-
-
extern "C" Window* SAL_CALL CreateWindow( Window *pParent, const String& rParam )
{
MyWindow *pWin = new MyWindow( pParent );
@@ -246,8 +238,6 @@ MyWindow::MyWindow( Window *pParent ) :
aViewButton.Show();
}
-
-
XSpreadsheetDocumentRef lcl_GetDocument()
{
XServiceManagerRef xProv = getGlobalServiceManager();
@@ -290,8 +280,6 @@ XInterfaceRef lcl_GetView()
return xView;
}
-
-
void lcl_OutputNames( const XInterfaceRef& xSource, // XNameAccess
const XSpreadsheetDocumentRef& xDoc,
sal_uInt16 nCol, sal_uInt16 nRow, sal_uInt16 nTab )
@@ -324,8 +312,6 @@ void lcl_OutputNames( const XInterfaceRef& xSource, // XNameAccess
}
}
-
-
void lcl_SetText( const XTextRef& xText )
{
if (!xText.is()) return;
@@ -353,8 +339,6 @@ void lcl_SetText( const XTextRef& xText )
xProp->setPropertyValue(L"Bold", UsrAny((sal_Bool)true));
}
-
-
void lcl_DoCount()
{
XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model
@@ -1634,8 +1618,6 @@ IMPL_LINK_NOARG(MyWindow, CountHdl)
return 0;
}
-
-
IMPL_LINK_NOARG(MyWindow, TextHdl)
{
sal_uInt16 nCol = (sal_uInt16)aColField.GetValue();
@@ -1683,8 +1665,6 @@ IMPL_LINK_NOARG(MyWindow, TextHdl)
return 0;
}
-
-
IMPL_LINK_NOARG(MyWindow, BlaHdl)
{
aTimeText.SetText("...");
@@ -1757,8 +1737,6 @@ IMPL_LINK_NOARG(MyWindow, BlaHdl)
}
-
-
IMPL_LINK_NOARG(MyWindow, TabHdl)
{
String aResult;
@@ -1830,8 +1808,6 @@ IMPL_LINK_NOARG(MyWindow, TabHdl)
return 0;
}
-
-
void lcl_FillCells(XCellCollectionRef xColl)
{
XEnumerationAccessRef xEnAcc = xColl->getCells();