diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-06-26 11:17:29 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-06-28 09:38:48 +0200 |
commit | a08725165dfefa01dd491b3bd935d7a7d34b1877 (patch) | |
tree | fbd5f50511ff5f4fcc1a8de62ccb8ddc70e59dce /sd/inc | |
parent | 7c8cc04bb2f31e97230469c6f52d10a81363d4b5 (diff) |
tdf#125748 Add context menu entry to execute interaction
This is a follow-up to commit 5f795576d45988d20aa9.
This reintroduces the possibility to execute an interaction in edit mode
by adding a context menu entry for it as discussed in the bug report.
Change-Id: Ibc26c227b592b888129baa2b68590178fdadee98
Reviewed-on: https://gerrit.libreoffice.org/74731
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/app.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 73a974a5f93c..1ca6952d9ba4 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -140,6 +140,7 @@ #define SID_NOTES_MODE (SID_SD_START+69) #define SID_HANDOUT_MASTER_MODE (SID_SD_START+70) #define SID_LINEEND_POLYGON (SID_SD_START+71) +#define SID_EXECUTE_ANIMATION_EFFECT (SID_SD_START+72) // FREE #define SID_SWITCH_POINTEDIT (SID_SD_START+74) // FREE |