include/svx/svxids.hrc                                                   |    
1 +
 officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu |    
5 +++++
 sd/uiconfig/simpress/menubar/menubar.xml                                 |    
1 +
 3 files changed, 7 insertions(+)

New commits:
commit 93b0b5b71dc1251ea2f1873b42b2e5f82bf9d9e4
Author: Anurag Kanungo <anuragkanu...@gmail.com>
Date:   Mon Mar 16 19:00:10 2015 +0530

    tdf#90030 Jump to Last Edited Slide Menu Entry
    
    Change-Id: I40aec11a5132ce8d1a416144707f3840a7f5ab01
    Reviewed-on: https://gerrit.libreoffice.org/14882
    Tested-by: Jenkins <c...@libreoffice.org>
    Tested-by: David Tardon <dtar...@redhat.com>
    Reviewed-by: David Tardon <dtar...@redhat.com>

diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc
index beaf54f..c784c67 100644
--- a/include/svx/svxids.hrc
+++ b/include/svx/svxids.hrc
@@ -345,6 +345,7 @@
 #define SID_PRESENTATION                                ( SID_SVX_START + 157 )
 #define SID_PRESENTATION_CURRENT_SLIDE                  ( SID_SVX_START + 158 )
 #define SID_REHEARSE_TIMINGS                            ( SID_SVX_START + 159 )
+#define SID_LAST_EDITED_SLIDE                           ( SID_SVX_START + 160 )
 #define SID_HIDE_SLIDE                                  ( SID_SVX_START + 161 )
 #define SID_CHOOSE_POLYGON                              ( SID_SVX_START + 162 )
 #define SID_ATTR_FILL_STYLE                             ( SID_SVX_START + 164 )
diff --git 
a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu 
b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
index 4c46a48..43092c9 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu
@@ -45,6 +45,11 @@
           <value>1</value>
         </prop>
       </node>
+      <node oor:name=".uno:RestoreEditingView" oor:op="replace">
+        <prop oor:name="Label" oor:type="xs:string">
+          <value xml:lang="en-US">Jump to last edited Slide</value>
+        </prop>
+      </node>
       <node oor:name=".uno:Remote" oor:op="replace">
         <prop oor:name="Label" oor:type="xs:string">
           <value xml:lang="en-US">Impress R~emote</value>
diff --git a/sd/uiconfig/simpress/menubar/menubar.xml 
b/sd/uiconfig/simpress/menubar/menubar.xml
index a089359b..9e700b8 100644
--- a/sd/uiconfig/simpress/menubar/menubar.xml
+++ b/sd/uiconfig/simpress/menubar/menubar.xml
@@ -413,6 +413,7 @@
             <menu:menuitem menu:id=".uno:PresentationCurrentSlide"/>
             <menu:menuitem menu:id=".uno:PresentationDialog"/>
             <menu:menuitem menu:id=".uno:RehearseTimings"/>
+            <menu:menuitem menu:id=".uno:RestoreEditingView"/>
             <menu:menuitem menu:id=".uno:Remote"/>
             <menu:menuseparator/>
             <menu:menuitem menu:id=".uno:AnimationEffects"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to