summaryrefslogtreecommitdiff
path: root/sc/workben
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-08-06 11:38:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2012-08-07 13:45:18 +0200
commit5502be9695b67b094d581d108dc9ebddc161cc60 (patch)
tree9e1024074e11d9fd318689a46afac0e03103415a /sc/workben
parent397a11f68e0c73c76729e03aa5cbc48922b13473 (diff)
Remove commented out code
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
Diffstat (limited to 'sc/workben')
-rw-r--r--sc/workben/result.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/workben/result.hxx b/sc/workben/result.hxx
index f29b7e757595..118b47e29812 100644
--- a/sc/workben/result.hxx
+++ b/sc/workben/result.hxx
@@ -39,7 +39,6 @@
#include <cppuhelper/implbase1.hxx> // helper for implementations
-//class XResultListenerRef;
typedef ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >* XResultListenerPtr;
typedef boost::ptr_vector<XResultListenerPtr> XResultListenerArr_Impl;
@@ -61,11 +60,6 @@ public:
ScAddInResult(const String& rStr);
virtual ~ScAddInResult();
-// SMART_UNO_DECLARATION( ScAddInResult, UsrObject );
-
-// virtual BOOL queryInterface( Uik, XInterfaceRef& );
-// virtual XIdlClassRef getIdlClass(void);
-
// XVolatileResult
virtual void SAL_CALL addResultListener( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >& aListener ) throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL removeResultListener( const ::com::sun::star::uno::Reference< ::com::sun::star::sheet::XResultListener >& aListener ) throw(::com::sun::star::uno::RuntimeException);