diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2019-12-02 15:54:13 +0100 |
---|---|---|
committer | Serge Krot (CIB) <Serge.Krot@cib.de> | 2019-12-02 18:28:31 +0100 |
commit | e58eda7df5b384c0f054fcbd4a8dc4a47bed2080 (patch) | |
tree | d0953de4d96fefe708882cb5641c2f6d1f9029b1 /sfx2/sdi | |
parent | a322e61b51a04e189618e1d0c8c17f9c080a3d1d (diff) |
Disable macro menu entries when DisableMacrosExecution is set
Change-Id: Ica9a4f4a6510717dcd9fe53676e5a6f261f005ce
Reviewed-on: https://gerrit.libreoffice.org/84231
Reviewed-by: Serge Krot (CIB) <Serge.Krot@cib.de>
Tested-by: Serge Krot (CIB) <Serge.Krot@cib.de>
Diffstat (limited to 'sfx2/sdi')
-rw-r--r-- | sfx2/sdi/appslots.sdi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sfx2/sdi/appslots.sdi b/sfx2/sdi/appslots.sdi index 6bd28f73b37f..c12eb098b37e 100644 --- a/sfx2/sdi/appslots.sdi +++ b/sfx2/sdi/appslots.sdi @@ -231,18 +231,22 @@ shell SfxApplication SID_BASICIDE_APPEAR // status(final|play) [ ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; ] SID_SCRIPTORGANIZER // status(final|play) [ ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; ] SID_MACROORGANIZER // status(final|play) [ ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; ] SID_RUNMACRO // status(final|play) [ ExecMethod = OfaExec_Impl; + StateMethod = OfaState_Impl; ] SID_BASICCHOOSER // status(final|play) [ |