summaryrefslogtreecommitdiff
path: root/sc/workben/addin.hxx
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/addin.hxx
parented6b8a100c1aabb342573f252509573bbe124d29 (diff)
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/workben/addin.hxx')
-rw-r--r--sc/workben/addin.hxx3
1 files changed, 0 insertions, 3 deletions
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: */