summaryrefslogtreecommitdiff
path: root/sc/inc/unowids.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-16 19:46:18 +0100
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2015-03-30 04:30:50 +0200
commit9dc75d5a548facf605a5bde48e637b94bdcabae9 (patch)
treecb33d92d499e655011a6acc3f2b6942d5757c3c1 /sc/inc/unowids.hxx
parent6898506dc26aecd8d0547f8b7f9173282c3cf085 (diff)
integrate new conditional format list into normal UNO stuff
Change-Id: I04ccc7cee4052e5f8e06423216e7d041cd95e2b6
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 fc06efa0a32d..bd94159f760f 100644
--- a/sc/inc/unowids.hxx
+++ b/sc/inc/unowids.hxx
@@ -71,7 +71,8 @@
#define SC_WID_UNO_TABCOLOR ( SC_WID_UNO_START + 41 )
#define SC_WID_UNO_NAMES ( SC_WID_UNO_START + 42 )
#define SC_WID_UNO_TBLBORD2 ( SC_WID_UNO_START + 43 )
-#define SC_WID_UNO_END ( SC_WID_UNO_START + 43 )
+#define SC_WID_UNO_CONDFORMAT ( SC_WID_UNO_START + 44 )
+#define SC_WID_UNO_END ( SC_WID_UNO_START + 44 )
inline bool IsScUnoWid( sal_uInt16 nWid )
{