From c52c26e0c93576ad64a70396dccfd61c871f1759 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 17 Feb 2012 17:10:57 -0500 Subject: Return original dimension position via UNO in case it's a duplicate. --- sc/inc/unonames.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/inc/unonames.hxx') 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" -- cgit