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/Library_sd.mk | |
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/Library_sd.mk')
-rw-r--r-- | sd/Library_sd.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 87fd3332594f..d777ea177a5d 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -278,6 +278,7 @@ $(eval $(call gb_Library_add_exception_objects,sd,\ sd/source/ui/func/fudraw \ sd/source/ui/func/fudspord \ sd/source/ui/func/fuediglu \ + sd/source/ui/func/fuexecuteinteraction \ sd/source/ui/func/fuexpand \ sd/source/ui/func/fuformatpaintbrush \ sd/source/ui/func/fuhhconv \ |