diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-07-13 14:38:37 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-07-13 14:38:37 +0200 |
commit | 0266406fef116fbed7b8e69e309bcda0df4896dd (patch) | |
tree | 7d08d330d7ee76707ab4eb757a60fe2559178957 /sc/inc/sccommands.h | |
parent | 4a02c63d1431b2e8686a035e119c4a2f5c972592 (diff) | |
parent | 686b7955271806e65222a3a4bfe97365cab33a06 (diff) |
CWS changehid: resync to m84
Diffstat (limited to 'sc/inc/sccommands.h')
-rw-r--r-- | sc/inc/sccommands.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/inc/sccommands.h b/sc/inc/sccommands.h index 7a1581f96627..98c26150305e 100644 --- a/sc/inc/sccommands.h +++ b/sc/inc/sccommands.h @@ -329,5 +329,8 @@ #define CMD_SID_MARKARRAYFORMULA ".uno:SelectArrayFormula"
#define CMD_FID_TAB_RTL ".uno:SheetRightToLeft"
#define CMD_SID_SHARE_DOC ".uno:ShareDocument"
+#define CMD_FID_TAB_EVENTS ".uno:TableEvents"
+#define CMD_FID_TAB_MENU_SET_TAB_BG_COLOR ".uno:SetTabBgColor"
+#define CMD_FID_TAB_SET_TAB_BG_COLOR ".uno:TabBgColor"
#endif
|