diff options
author | Topround aka Zathuras <topround@gmail.com> | 2011-01-14 16:57:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-14 17:04:02 +0200 |
commit | 4de38f4e20c69b429da98b0d93fbf00ec53dbb2f (patch) | |
tree | fa10bdebaf9bb63dfb1c83e01d20e7775f879280 /sc/inc/cellsuno.hxx | |
parent | 8ff12fb4e2a9062117dc56b9cd84922bfe900eb8 (diff) |
Remove commented out code
Also remove else blocks that were then emptied.
Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r-- | sc/inc/cellsuno.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
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); |