summaryrefslogtreecommitdiff
path: root/sc/inc/unowids.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-10-26 15:26:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2011-10-26 17:02:00 +0200
commit7fe4fa13c1f82524bd7b1f526adb851c67e1706f (patch)
tree6619d25507c433b8a6a2e03df5883d546bada91e /sc/inc/unowids.hxx
parent5fbdd7bf0994f43ad4783f7ff574e11642321016 (diff)
add uno part for local range names
you can now use e.g. thisComponent.sheets(0).namedRanges
Diffstat (limited to 'sc/inc/unowids.hxx')
-rw-r--r--sc/inc/unowids.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/unowids.hxx b/sc/inc/unowids.hxx
index af860fd17a9d..0a8708194f72 100644
--- a/sc/inc/unowids.hxx
+++ b/sc/inc/unowids.hxx
@@ -80,7 +80,8 @@
#define SC_WID_UNO_ABSNAME ( SC_WID_UNO_START + 39 )
#define SC_WID_UNO_CODENAME ( SC_WID_UNO_START + 40 )
#define SC_WID_UNO_TABCOLOR ( SC_WID_UNO_START + 41 )
-#define SC_WID_UNO_END ( SC_WID_UNO_START + 41 )
+#define SC_WID_UNO_NAMES ( SC_WID_UNO_START + 42 )
+#define SC_WID_UNO_END ( SC_WID_UNO_START + 42 )
inline sal_Bool IsScUnoWid( sal_uInt16 nWid )