summaryrefslogtreecommitdiff
path: root/sc/inc/unowids.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-02-22 19:11:55 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-02-22 19:11:55 -0500
commita29b7cdc581f338473d08079216a06f346e7e6d6 (patch)
treed4cced6e05f143b92a5a38a82327299325cb64f0 /sc/inc/unowids.hxx
parenta9233bd6bb2dd1f9ad9c816d7ad24f3de60001b1 (diff)
calctabcolor: Export tab colors to ods via UNO's property.
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 aa75f9cc8404..9b05df2aee52 100644
--- a/sc/inc/unowids.hxx
+++ b/sc/inc/unowids.hxx
@@ -80,7 +80,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_TABCOLOR ( SC_WID_UNO_START + 40 )
+#define SC_WID_UNO_END ( SC_WID_UNO_START + 40 )
inline BOOL IsScUnoWid( USHORT nWid )