diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-03-23 22:48:07 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-03-23 22:48:07 -0400 |
commit | 76ec3cad48f1032221188dbe65da10e42db5eea1 (patch) | |
tree | 485856586b90447bc24031209828df1fad46de04 /sc/inc/pivot.hxx | |
parent | 24e4e05ec7463d9aa8c644169f23e02838f27f9c (diff) |
Removed unused code.
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r-- | sc/inc/pivot.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx index a71b30629f65..01bb7be646d2 100644 --- a/sc/inc/pivot.hxx +++ b/sc/inc/pivot.hxx @@ -114,11 +114,6 @@ struct ScPivotParam void SetLabelData (const ::std::vector<ScDPLabelDataRef>& r); }; -// ----------------------------------------------------------------------- - -typedef PivotField PivotFieldArr[PIVOT_MAXFIELD]; -typedef PivotField PivotPageFieldArr[PIVOT_MAXPAGEFIELD]; - //------------------------------------------------------------------------ struct ScDPName |