summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-05-30 13:56:10 +0200
committerZolnai Tamás <zolnaitamas2000@gmail.com>2014-05-30 08:03:34 -0500
commitcf8517379e9fb2676b7fddcacd9bf8a0f07d32b8 (patch)
treef53e15b341b8f2e04e860c5f6de3b5aa8d571628 /sd
parent5d3211ce2a84c31334bea370ddae654aee6b0380 (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 (cherry picked from commit e20876b37d203642b5aa81a2d6c93979600376ed) Reviewed-on: https://gerrit.libreoffice.org/9572 Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/sdi/drviewsh.sdi5
-rw-r--r--sd/sdi/outlnvsh.sdi5
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 ;