summaryrefslogtreecommitdiff
path: root/sc/inc/unowids.hxx
diff options
context:
space:
mode:
authornpower Developer <npower@openoffice.org>2010-04-14 12:31:52 +0100
committernpower Developer <npower@openoffice.org>2010-04-14 12:31:52 +0100
commit0e17741fb26f9aa7d6ec986c5b03e2846da6a964 (patch)
treef0ad7d66f23b282522a4813409357dffde3b3305 /sc/inc/unowids.hxx
parent8616787ccb5d3cd09bef7ad2a77d97155890173e (diff)
npower13_objectmodules: add a CodeName property for Sheet and Document/Model objects
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 1765b9d06361..f58c3248bf81 100644
--- a/sc/inc/unowids.hxx
+++ b/sc/inc/unowids.hxx
@@ -77,7 +77,8 @@
#define SC_WID_UNO_TABLAYOUT ( SC_WID_UNO_START + 37 )
#define SC_WID_UNO_AUTOPRINT ( SC_WID_UNO_START + 38 )
#define SC_WID_UNO_ABSNAME ( SC_WID_UNO_START + 39 )
-#define SC_WID_UNO_END ( SC_WID_UNO_START + 39 )
+#define SC_WID_UNO_CODENAME ( SC_WID_UNO_START + 40 )
+#define SC_WID_UNO_END ( SC_WID_UNO_START + 40 )
inline BOOL IsScUnoWid( USHORT nWid )