summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpglobal.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-01-04 02:31:26 -0500
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-01-04 09:45:19 -0500
commitb53d03f4c970f13f9849c01f1d0b6ad42185148d (patch)
tree0c466002245f7e8ad6b87f490641f7368092716b /sc/inc/dpglobal.hxx
parentMore on removing use of SC_DP_MAX_FIELDS. (diff)
downloadcore-b53d03f4c970f13f9849c01f1d0b6ad42185148d.tar.gz
core-b53d03f4c970f13f9849c01f1d0b6ad42185148d.zip
Remove the last use of SC_DP_MAX_FIELDS.
Now the pivot table core no longer uses static array for result data storage. Change-Id: I70a44011e2c12a1739c0507b1723c21a4808758c
Diffstat (limited to 'sc/inc/dpglobal.hxx')
-rw-r--r--sc/inc/dpglobal.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx
index 4096a57fac68..fe94b3294069 100644
--- a/sc/inc/dpglobal.hxx
+++ b/sc/inc/dpglobal.hxx
@@ -20,8 +20,6 @@
#ifndef _SC_DPGLOBAL_HXX
#define _SC_DPGLOBAL_HXX
-#define SC_DP_MAX_FIELDS 256
-
#define PIVOT_MAXFUNC 11
#define PIVOT_FUNC_NONE 0x0000
#define PIVOT_FUNC_SUM 0x0001