diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-09-28 11:07:45 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-09-28 11:07:45 -0400 |
commit | f2ab6ab8380f520ede5a46bfe5cf014dad97f05a (patch) | |
tree | 3c08cd965011f5dbe87d15112bdba7ffb3bbd7d8 /sc/inc/sc.hrc | |
parent | 232deabc45e2c24c8f91296d8f5afbda4f0c5289 (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/inc/sc.hrc')
-rw-r--r-- | sc/inc/sc.hrc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc index d7cb3513713a..4d4c94d32d04 100644 --- a/sc/inc/sc.hrc +++ b/sc/inc/sc.hrc @@ -1662,15 +1662,12 @@ #define SC_OOO_BUILD_START (SC_DIALOGS_END) -// Autoformat for DataPilot -#define SID_PIVOT_AFMT (SC_OOO_BUILD_START + 1) - // Toggle sheet grid -#define FID_TAB_TOGGLE_GRID (SC_OOO_BUILD_START + 2) +#define FID_TAB_TOGGLE_GRID (SC_OOO_BUILD_START + 1) // Formula options page -#define RID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 3) -#define HID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 4) +#define RID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 2) +#define HID_SCPAGE_FORMULA (SC_OOO_BUILD_START + 3) #endif |