From ed25a000ab67324075e68d9a7f3ca657b4e6a573 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 30 Sep 2015 13:30:36 +0100 Subject: implement save slide background for impress to go along with the existing "set background", same sort of thing as the competitor's effort Change-Id: I2a1106771ead2cd926f3d631850447499340697c --- sd/inc/app.hrc | 1 + sd/inc/sdcommands.h | 1 + 2 files changed, 2 insertions(+) (limited to 'sd/inc') diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 4e1306c773aa..0b21cd0deb43 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -449,6 +449,7 @@ #define SID_SLIDE_SORTER_MULTI_PANE_GUI (SID_SD_START+421) #define SID_SELECT_BACKGROUND (SID_SD_START+422) +#define SID_SAVE_BACKGROUND (SID_SD_START+423) // FREE // Slots for the tool pane popup #define SID_TP_APPLY_TO_ALL_SLIDES (SID_SD_START+425) diff --git a/sd/inc/sdcommands.h b/sd/inc/sdcommands.h index 2f4bf56121ef..1d3502f1cd6b 100644 --- a/sd/inc/sdcommands.h +++ b/sd/inc/sdcommands.h @@ -90,6 +90,7 @@ #define CMD_SID_DELETE_MASTER_PAGE ".uno:DeleteMasterPage" #define CMD_SID_RENAME_MASTER_PAGE ".uno:RenameMasterPage" #define CMD_SID_SELECT_BACKGROUND ".uno:SelectBackground" +#define CMD_SID_SAVE_BACKGROUND ".uno:SaveBackground" #define CMD_SID_DISPLAY_MASTER_BACKGROUND ".uno:DisplayMasterBackground" #define CMD_SID_DISPLAY_MASTER_OBJECTS ".uno:DisplayMasterObjects" #define CMD_SID_TABLE_DISTRIBUTE_COLUMNS ".uno:DistributeColumns" -- cgit