summaryrefslogtreecommitdiff
path: root/sc/workben/result.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/workben/result.cxx')
-rw-r--r--sc/workben/result.cxx6
1 files changed, 0 insertions, 6 deletions
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: */