summaryrefslogtreecommitdiff
path: root/sc/inc/dpglobal.hxx
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/inc/dpglobal.hxx
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/inc/dpglobal.hxx')
-rw-r--r--sc/inc/dpglobal.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpglobal.hxx b/sc/inc/dpglobal.hxx
index 3619f03dfcb3..5d3b5d6d345a 100644
--- a/sc/inc/dpglobal.hxx
+++ b/sc/inc/dpglobal.hxx
@@ -91,6 +91,7 @@
#define DP_PROP_USEDHIERARCHY "UsedHierarchy"
#define DP_PROP_FILTER "Filter"
#define DP_PROP_POSITION "Position"
+#define DP_PROP_ORIGINAL "Original"
class ScTypedStrData;
class ScDPObject;
@@ -177,7 +178,6 @@ protected:
namespace ScDPGlobal
{
// common operation
- String operator + ( const String & rL, const String &rR );
Rectangle operator *( const Rectangle &rLeft, const std::pair<double,double> & rRight );
}
#endif