diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-09 14:28:35 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-09 15:25:08 -0500 |
commit | 0ee411e6870f73ad6000ebb2502c777cabe30bea (patch) | |
tree | 65bfa19b2bc539b2a066abaefc5b5d7581adc311 /sc/inc/dpglobal.hxx | |
parent | 2f14dc8754302f72addeb6797246d55b59fb9f4e (diff) |
More duplicated defines.
Diffstat (limited to 'sc/inc/dpglobal.hxx')
-rw-r--r-- | sc/inc/dpglobal.hxx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx index 1fc3b703819c..090a7a7bf31a 100644 --- a/sc/inc/dpglobal.hxx +++ b/sc/inc/dpglobal.hxx @@ -54,9 +54,7 @@ #include <com/sun/star/sheet/XHierarchiesSupplier.hpp> #include <com/sun/star/sheet/XLevelsSupplier.hpp> - -// moved from fieldwnd.hxx, see also SC_DAPI_MAXFIELDS -#define MAX_LABELS 256 +#define SC_DP_MAX_FIELDS 256 #define PIVOT_MAXFUNC 11 #define PIVOT_FUNC_NONE 0x0000 @@ -73,10 +71,6 @@ #define PIVOT_FUNC_STD_VARP 0x0400 #define PIVOT_FUNC_AUTO 0x1000 -#define DATA_RENAME_SEPARATOR "_" -#define __MAX_NUM_LEN 64 -#define __DECIMALPLACE 18 - class SC_DLLPUBLIC ScDPItemData { public: |