summaryrefslogtreecommitdiffstats
path: root/sd/inc
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc')
-rw-r--r--sd/inc/app.hrc3
-rw-r--r--sd/inc/sdcommands.h2
2 files changed, 5 insertions, 0 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc
index 3fbf9cc02e62..9828825fe5db 100644
--- a/sd/inc/app.hrc
+++ b/sd/inc/app.hrc
@@ -455,6 +455,9 @@
#define SID_ADD_MOTION_PATH (SID_SD_START+442)
#define SID_TABLE_TOOLBOX (SID_SD_START+443)
+#define SID_GROUP_SLIDES (SID_SD_START+444)
+#define SID_UNGROUP_SLIDES (SID_SD_START+445)
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sd/inc/sdcommands.h b/sd/inc/sdcommands.h
index a36637058b0e..e01234025510 100644
--- a/sd/inc/sdcommands.h
+++ b/sd/inc/sdcommands.h
@@ -75,6 +75,8 @@
#define CMD_SID_HELPLINES_VISIBLE ".uno:HelplinesVisible"
#define CMD_SID_HIDE_SLIDE ".uno:HideSlide"
#define CMD_SID_SHOW_SLIDE ".uno:ShowSlide"
+#define CMD_SID_GROUP_SLIDES ".uno:GroupSlides"
+#define CMD_SID_UNGROUP_SLIDES ".uno:UnGroupSlides"
#define CMD_SID_INSERTLAYER ".uno:InsertLayer"
#define CMD_SID_INSERTPAGE ".uno:InsertPage"
#define CMD_SID_DUPLICATE_PAGE ".uno:DuplicatePage"