summaryrefslogtreecommitdiff
path: root/sc/inc/unonames.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-17 17:10:57 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-22 14:02:03 -0500
commitc52c26e0c93576ad64a70396dccfd61c871f1759 (patch)
tree43144acf228514571a1c0a9ba1dd7472299fe508 /sc/inc/unonames.hxx
parent561dd143665caa8f21648b1822156e37d1e352bb (diff)
Return original dimension position via UNO in case it's a duplicate.
Diffstat (limited to 'sc/inc/unonames.hxx')
-rw-r--r--sc/inc/unonames.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx
index 0a91ece456cf..44f1aea6cbae 100644
--- a/sc/inc/unonames.hxx
+++ b/sc/inc/unonames.hxx
@@ -565,6 +565,7 @@
#define SC_UNO_DP_COLGRAND "ColumnGrand"
#define SC_UNO_DP_ROWGRAND "RowGrand"
#define SC_UNO_DP_ORIGINAL "Original"
+#define SC_UNO_DP_ORIGINAL_POS "OriginalPosition"
#define SC_UNO_DP_ISDATALAYOUT "IsDataLayoutDimension"
#define SC_UNO_DP_ORIENTATION "Orientation"
#define SC_UNO_DP_POSITION "Position"