diff options
author | Anurag Kanungo <anuragkanungo@gmail.com> | 2015-03-16 19:00:10 +0530 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-03-17 11:30:01 +0000 |
commit | 93b0b5b71dc1251ea2f1873b42b2e5f82bf9d9e4 (patch) | |
tree | 5f0554823fe27d691f55ebdb5865bcfb672c5d4e | |
parent | 3099c70b11c7e5b80fe4dbe3dc99171fb38c6fc2 (diff) |
tdf#90030 Jump to Last Edited Slide Menu Entry
Change-Id: I40aec11a5132ce8d1a416144707f3840a7f5ab01
Reviewed-on: https://gerrit.libreoffice.org/14882
Tested-by: Jenkins <ci@libreoffice.org>
Tested-by: David Tardon <dtardon@redhat.com>
Reviewed-by: David Tardon <dtardon@redhat.com>
-rw-r--r-- | include/svx/svxids.hrc | 1 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu | 5 | ||||
-rw-r--r-- | sd/uiconfig/simpress/menubar/menubar.xml | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index beaf54f1d3c9..c784c671b3ba 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 4c46a487209d..43092c9cca52 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 a089359b7e43..9e700b89e25f 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"/> |