Kaydet (Commit) e20876b3 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

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
üst 53c376d3
......@@ -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 ;
......
......@@ -217,6 +217,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 ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment