diff options
author | Daniel Rentz <dr@openoffice.org> | 2002-05-30 13:36:32 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2002-05-30 13:36:32 +0000 |
commit | ef308a0c41a43946fc732535b0bdb92ce1bb27c7 (patch) | |
tree | 7b94207d06d5eea4fa957107d850eb8348262d52 /sc/sdi/pivotsh.sdi | |
parent | 6d5880cb1e9a4cd97ffaa8b8a33eb9d80a4aebf9 (diff) |
#97776# New DP popup entry 'Filter'
Diffstat (limited to 'sc/sdi/pivotsh.sdi')
-rw-r--r-- | sc/sdi/pivotsh.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/pivotsh.sdi b/sc/sdi/pivotsh.sdi index 3a5103e92929..75e1359071df 100644 --- a/sc/sdi/pivotsh.sdi +++ b/sc/sdi/pivotsh.sdi @@ -4,6 +4,7 @@ interface Pivot : Object 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; ] } shell ScPivotShell |