summaryrefslogtreecommitdiff
path: root/sc/workben
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:47 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:10 +0200
commit37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch)
tree060cf0aafda3f205b3e12508465a5403826d014d /sc/workben
parented6b8a100c1aabb342573f252509573bbe124d29 (diff)
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/workben')
-rw-r--r--sc/workben/addin.cxx1
-rw-r--r--sc/workben/addin.hxx3
-rw-r--r--sc/workben/result.cxx2
-rw-r--r--sc/workben/result.hxx4
-rw-r--r--sc/workben/test.cxx8
5 files changed, 0 insertions, 18 deletions
diff --git a/sc/workben/addin.cxx b/sc/workben/addin.cxx
index d518462e00d1..2c13cac63c35 100644
--- a/sc/workben/addin.cxx
+++ b/sc/workben/addin.cxx
@@ -128,7 +128,6 @@ uno::Reference<uno::XInterface> ScTestAddIn_CreateInstance(
return xInst;
}
-
// XAddIn
UString ScTestAddIn::getProgrammaticFuntionName(const UString& aDisplayName)
diff --git a/sc/workben/addin.hxx b/sc/workben/addin.hxx
index 1fe29d409925..822528d8a561 100644
--- a/sc/workben/addin.hxx
+++ b/sc/workben/addin.hxx
@@ -27,11 +27,9 @@
#include <cppuhelper/implbase4.hxx>
-
com::sun::star::uno::Reference<com::sun::star::uno::XInterface> ScTestAddIn_CreateInstance(
const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& );
-
class ScTestAddIn : public cppu::WeakImplHelper4<
com::sun::star::sheet::XAddIn,
stardiv::starcalc::test::XTestAddIn,
@@ -89,7 +87,6 @@ public:
virtual ::com::sun::star::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) throw(::com::sun::star::uno::RuntimeException);
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/workben/result.cxx b/sc/workben/result.cxx
index 930878163489..a98b843696df 100644
--- a/sc/workben/result.cxx
+++ b/sc/workben/result.cxx
@@ -107,6 +107,4 @@ void SAL_CALL ScAddInResult::removeResultListener( const ::com::sun::star::uno::
release();
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/workben/result.hxx b/sc/workben/result.hxx
index e7d7718b4aef..559f4a1abd6b 100644
--- a/sc/workben/result.hxx
+++ b/sc/workben/result.hxx
@@ -24,16 +24,13 @@
#include <rtl/ustring.hxx>
#include <boost/ptr_container/ptr_vector.hpp>
-
#include <com/sun/star/sheet/XVolatileResult.hpp>
#include <cppuhelper/implbase1.hxx>
-
typedef ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >* XResultListenerPtr;
typedef boost::ptr_vector<XResultListenerPtr> XResultListenerArr_Impl;
-
class ScAddInResult : public cppu::WeakImplHelper1<
com::sun::star::sheet::XVolatileResult>
{
@@ -56,7 +53,6 @@ public:
virtual void SAL_CALL removeResultListener( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >& aListener ) throw(::com::sun::star::uno::RuntimeException);
};
-
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sc/workben/test.cxx b/sc/workben/test.cxx
index 4a4e4488381a..9ce306f3d4cb 100644
--- a/sc/workben/test.cxx
+++ b/sc/workben/test.cxx
@@ -49,7 +49,6 @@
//! das muss als Konstante in irgendeine idl-Datei!!!!
#define TEXTCONTROLCHAR_PARAGRAPH_BREAK 0
-
class MyFixedText : public FixedText
{
protected:
@@ -158,7 +157,6 @@ void ScTestListener::selectionChanged(const EventObject& aEvent)
pFixedText->SetText(aStr);
}
-
extern "C" Window* SAL_CALL CreateWindow( Window *pParent, const String& rParam )
{
MyWindow *pWin = new MyWindow( pParent );
@@ -381,7 +379,6 @@ void lcl_DoCount()
}
}
-
void lcl_GlobalCell()
{
if ( xGlobalCell )
@@ -392,7 +389,6 @@ void lcl_GlobalCell()
}
}
-
void lcl_Annotations( FixedText& aTimeText )
{
XSpreadsheetDocumentRef xDoc = lcl_GetDocument(); // Calc-Model
@@ -456,7 +452,6 @@ void lcl_Annotations( FixedText& aTimeText )
}
}
-
void lcl_Cursor( FixedText& aTimeText )
{
aTimeText.SetText( "..." );
@@ -583,7 +578,6 @@ void lcl_Cursor( FixedText& aTimeText )
}
}
-
void lcl_Cells( FixedText& aTimeText )
{
aTimeText.SetText( "..." );
@@ -633,7 +627,6 @@ void lcl_Cells( FixedText& aTimeText )
sal_uLong nEnd = Time::GetSystemTicks();
aTimeText.SetText(String(nCount)+String(" ")+String(nEnd-nStart)+String(" ms"));
-
// if (xLock)
// xLock->removeActionLock();
}
@@ -1736,7 +1729,6 @@ IMPL_LINK_NOARG(MyWindow, BlaHdl)
return 0;
}
-
IMPL_LINK_NOARG(MyWindow, TabHdl)
{
String aResult;