diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-05-30 13:56:10 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-05-30 13:56:10 +0200 |
commit | e20876b37d203642b5aa81a2d6c93979600376ed (patch) | |
tree | 02f11fca71ded9779ea7e339b4adcf49b3d8f70d | |
parent | 53c376d35b7223d53e8c9403390afe53d1f69089 (diff) |
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
-rw-r--r-- | sd/sdi/drviewsh.sdi | 5 | ||||
-rw-r--r-- | sd/sdi/outlnvsh.sdi | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/sd/sdi/drviewsh.sdi b/sd/sdi/drviewsh.sdi index 5f58cb88f738..f56f7a8518e5 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 dae93d65f556..c78b93de3ab2 100644 --- a/sd/sdi/outlnvsh.sdi +++ b/sd/sdi/outlnvsh.sdi @@ -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 ; |