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 | 755f704d23d8ee8b335535613fdf964d55c38c7a (patch) | |
tree | 1f33509788a260a8394ca20cabe4ba90080d21cf | |
parent | f3d03c726365f3fb5d7584aa2338605025b25711 (diff) |
Removed unused code.
-rw-r--r-- | sc/inc/global.hxx | 2 | ||||
-rw-r--r-- | sc/inc/pivot.hxx | 5 |
2 files changed, 0 insertions, 7 deletions
diff --git a/sc/inc/global.hxx b/sc/inc/global.hxx index 19b45bbcb..98163f2d6 100644 --- a/sc/inc/global.hxx +++ b/sc/inc/global.hxx @@ -97,8 +97,6 @@ const sal_Unicode CHAR_ZWNBSP = 0x2060; const SCSIZE MAXSUBTOTAL = 3; const SCSIZE MAXQUERY = 8; -const SCSIZE PIVOT_MAXFIELD = 8; -const SCSIZE PIVOT_MAXPAGEFIELD = 10; #define SC_START_INDEX_DB_COLL 50000 // Above this threshold are indices diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx index 87caf0a3a..63c52b5aa 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 |