summaryrefslogtreecommitdiff
path: root/sc/source/core/data/dpoutput.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-09 12:17:08 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-09 15:25:07 -0500
commit14eff8515215b8d729fe674c5850a3333871583a (patch)
treee42c36fb07cc53f4b445d0cb68368f368079c14f /sc/source/core/data/dpoutput.cxx
parent53ca46cdff7b6e0ed5c6d97b86855a406c54895f (diff)
Consolidate all these duplicated defined uno prop names for pivot table.
They will be later merged into unonames.hxx.
Diffstat (limited to 'sc/source/core/data/dpoutput.cxx')
-rw-r--r--sc/source/core/data/dpoutput.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx
index e43d70632ad0..3264b28ce0db 100644
--- a/sc/source/core/data/dpoutput.cxx
+++ b/sc/source/core/data/dpoutput.cxx
@@ -72,20 +72,6 @@ using ::com::sun::star::uno::makeAny;
using ::com::sun::star::uno::Any;
using ::rtl::OUString;
-// -----------------------------------------------------------------------
-
-//! move to a header file
-//! use names from unonames.hxx?
-#define DP_PROP_FUNCTION "Function"
-#define DP_PROP_ORIENTATION "Orientation"
-#define DP_PROP_POSITION "Position"
-#define DP_PROP_USEDHIERARCHY "UsedHierarchy"
-#define DP_PROP_ISDATALAYOUT "IsDataLayoutDimension"
-#define DP_PROP_FILTER "Filter"
-#define DP_PROP_COLUMNGRAND "ColumnGrand"
-#define DP_PROP_ROWGRAND "RowGrand"
-#define DP_PROP_SUBTOTALS "SubTotals"
-
#define SC_DP_FRAME_INNER_BOLD 20
#define SC_DP_FRAME_OUTER_BOLD 40