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/cellsuno.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'sc/inc/cellsuno.hxx') diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx index 9459da28909c..8a8f455bcb3d 100644 --- a/sc/inc/cellsuno.hxx +++ b/sc/inc/cellsuno.hxx @@ -656,9 +656,6 @@ public: const formula::FormulaGrammar::Grammar ) throw(::com::sun::star::uno::RuntimeException); - // XCellRange is base class of XSheetCellRange and XSheetOperation -// operator XCellRangeRef() const { return (XSheetCellRange*)this; } - // XCellRangeAddressable virtual ::com::sun::star::table::CellRangeAddress SAL_CALL getRangeAddress() throw(::com::sun::star::uno::RuntimeException); -- cgit