From 4de38f4e20c69b429da98b0d93fbf00ec53dbb2f Mon Sep 17 00:00:00 2001 From: Topround aka Zathuras Date: Fri, 14 Jan 2011 16:57:33 +0200 Subject: Remove commented out code Also remove else blocks that were then emptied. Signed-off-by: Tor Lillqvist --- sc/inc/docuno.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sc/inc/docuno.hxx') diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index 421c40a53256..179c0eb5a74f 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -147,8 +147,6 @@ public: virtual void SAL_CALL acquire() throw(); virtual void SAL_CALL release() throw(); -//? virtual UString getClassName(void); - virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); // XSpreadsheetDocument @@ -212,8 +210,6 @@ public: virtual ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPages > SAL_CALL getDrawPages() throw(::com::sun::star::uno::RuntimeException); - //! XPrintable?? - // XGoalSeek virtual ::com::sun::star::sheet::GoalResult SAL_CALL seekGoal( const ::com::sun::star::table::CellAddress& aFormulaPosition, -- cgit