summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/viewdata.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-09-28 11:07:45 -0400
committerKohei Yoshida <kyoshida@novell.com>2010-09-28 11:07:45 -0400
commitf2ab6ab8380f520ede5a46bfe5cf014dad97f05a (patch)
tree3c08cd965011f5dbe87d15112bdba7ffb3bbd7d8 /sc/source/ui/inc/viewdata.hxx
parent232deabc45e2c24c8f91296d8f5afbda4f0c5289 (diff)
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.
Diffstat (limited to 'sc/source/ui/inc/viewdata.hxx')
-rw-r--r--sc/source/ui/inc/viewdata.hxx4
1 files changed, 0 insertions, 4 deletions
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;