From f2ab6ab8380f520ede5a46bfe5cf014dad97f05a Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 28 Sep 2010 11:07:45 -0400 Subject: Remove datapilot autoformat feature. This reverts commit 1cd57db36c14e98190311ceed238c01f2dd60eea. The current datapilot autoformat feature was done by "duct-taping" two separate features together which don't mix well and cause stability issues. This feature needs to be re-implemented the right way in the future. --- sc/source/ui/inc/viewdata.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sc/source/ui/inc/viewdata.hxx') diff --git a/sc/source/ui/inc/viewdata.hxx b/sc/source/ui/inc/viewdata.hxx index 52923d1d240c..5d1a60a214c6 100644 --- a/sc/source/ui/inc/viewdata.hxx +++ b/sc/source/ui/inc/viewdata.hxx @@ -337,10 +337,6 @@ public: ScMarkType GetSimpleArea( SCCOL& rStartCol, SCROW& rStartRow, SCTAB& rStartTab, SCCOL& rEndCol, SCROW& rEndRow, SCTAB& rEndTab ) const; ScMarkType GetSimpleArea( ScRange& rRange ) const; - - void MoveNextRow(); - void MovePrevRow(); - /// May modify rNewMark using MarkToSimple(). ScMarkType GetSimpleArea( ScRange & rRange, ScMarkData & rNewMark ) const; void GetMultiArea( ScRangeListRef& rRange ) const; -- cgit v1.2.3