sd/sdi/drviewsh.sdi | 5 +++++ sd/sdi/outlnvsh.sdi | 5 +++++ 2 files changed, 10 insertions(+)
New commits: commit d1747c012932151e8a46c4b89a0d530dd5018fa4 Author: Zolnai Tamás <[email protected]> Date: Fri May 30 13:56:10 2014 +0200 fdo#76953: cannot start show at selected slide It was worked only in slide sorter view properly. It seems it leads undefined behaviour when a menu item is in the menubar.xml but has no definition in *.sdi file. I experienced that on windows menu item was disabled on linux it was enabled. Change-Id: Iba4dd1cbac60a3b3350604d64d60d10d050a4e2b (cherry picked from commit e20876b37d203642b5aa81a2d6c93979600376ed) Reviewed-on: https://gerrit.libreoffice.org/9570 Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[email protected]> diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi index 5f58cb8..f56f7a8 100644 --- a/sd/sdi/drviewsh.sdi +++ b/sd/sdi/drviewsh.sdi @@ -65,6 +65,11 @@ interface ImpressEditView : DrawView ExecMethod = FuSupport ; StateMethod = GetMenuState ; ] + SID_PRESENTATION_CURRENT_SLIDE // ole : no, status : ? + [ + ExecMethod = FuSupport ; + StateMethod = GetMenuState ; + ] SID_PRESENTATION_END // ole : no, status : ? [ ExecMethod = FuSupport ; diff --git a/sd/sdi/outlnvsh.sdi b/sd/sdi/outlnvsh.sdi index 7216934..b1f671a 100644 --- a/sd/sdi/outlnvsh.sdi +++ b/sd/sdi/outlnvsh.sdi @@ -212,6 +212,11 @@ interface OutlineView ExecMethod = FuTemporary ; StateMethod = GetMenuState ; ] + SID_PRESENTATION_CURRENT_SLIDE // ole : no, status : ? + [ + ExecMethod = FuTemporary ; + StateMethod = GetMenuState ; + ] SID_EDIT_OUTLINER // ole : no, status : ? [ ExecMethod = FuPermanent ;
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
