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/sdi | |
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/sdi')
-rw-r--r-- | sc/sdi/pivotsh.sdi | 1 | ||||
-rw-r--r-- | sc/sdi/scalc.sdi | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/sc/sdi/pivotsh.sdi b/sc/sdi/pivotsh.sdi index 51ff6c7d7af6..d763aa8c995a 100644 --- a/sc/sdi/pivotsh.sdi +++ b/sc/sdi/pivotsh.sdi @@ -31,7 +31,6 @@ interface Pivot SID_PIVOT_RECALC [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_PIVOT_KILL [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] SID_DP_FILTER [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] - SID_PIVOT_AFMT [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ] } shell ScPivotShell diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi index 3f28012166f6..e72b3e33ddf7 100644 --- a/sc/sdi/scalc.sdi +++ b/sc/sdi/scalc.sdi @@ -1872,30 +1872,6 @@ SfxVoidItem DeletePivotTable SID_PIVOT_KILL GroupId = GID_DATA; ] -SfxVoidItem AutoFormatPivotTable SID_PIVOT_AFMT -() -[ - /* flags: */ - AutoUpdate = FALSE, - Cachable = Cachable, - FastCall = FALSE, - HasCoreId = FALSE, - HasDialog = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Synchron; - - /* config: */ - AccelConfig = FALSE, - MenuConfig = TRUE, - StatusBarConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = GID_DATA; -] - //-------------------------------------------------------------------------- SfxVoidItem DeletePrintArea SID_DELETE_PRINTAREA () |