diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-08-06 11:38:17 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-08-07 13:45:18 +0200 |
commit | 5502be9695b67b094d581d108dc9ebddc161cc60 (patch) | |
tree | 9e1024074e11d9fd318689a46afac0e03103415a /sc | |
parent | 397a11f68e0c73c76729e03aa5cbc48922b13473 (diff) |
Remove commented out code
Change-Id: Id73d1d75063e19dfa05fa7b5b8b69ca8f99f0998
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/inc/fusel.hxx | 4 | ||||
-rw-r--r-- | sc/workben/result.hxx | 6 |
2 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/inc/fusel.hxx b/sc/source/ui/inc/fusel.hxx index f2000d159d24..0ed6f874347a 100644 --- a/sc/source/ui/inc/fusel.hxx +++ b/sc/source/ui/inc/fusel.hxx @@ -22,8 +22,6 @@ #include "fudraw.hxx" -//class Outliner; -//class OutlinerView; class SdrPageView; @@ -53,8 +51,6 @@ public: void ActivateNoteHandles(SdrObject* pObj); protected: -// Outliner* pOutliner; -// OutlinerView* pOutlinerView; sal_Bool bVCAction; private: 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); |