[Libreoffice-commits] core.git: sd/sdi

Zolnai Tamás tamas.zolnai at collabora.com
Fri May 30 04:57:46 PDT 2014


 sd/sdi/drviewsh.sdi |    5 +++++
 sd/sdi/outlnvsh.sdi |    5 +++++
 2 files changed, 10 insertions(+)

New commits:
commit e20876b37d203642b5aa81a2d6c93979600376ed
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
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

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 dae93d6..c78b93d 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 ;


More information about the Libreoffice-commits mailing list