From baffab9a4ffca9a4940a3310937d6e858e66cc1f Mon Sep 17 00:00:00 2001 From: Jakub Golebiewski Date: Tue, 9 Apr 2013 23:45:52 +0200 Subject: Bug 58505 - Tweak F5 for slide display, and add Shift-F5 Added menu entry to start the presentation from current slide. Changed "Start Presentation" menu entry behavior so it starts from the first slide. Change-Id: Iebba85d2d1dcacad7da6b050e2152be5c0d47261 --- sd/inc/sdcommands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/inc/sdcommands.h') diff --git a/sd/inc/sdcommands.h b/sd/inc/sdcommands.h index daecfe819ffc..f64e686f1e51 100644 --- a/sd/inc/sdcommands.h +++ b/sd/inc/sdcommands.h @@ -94,6 +94,7 @@ #define CMD_SID_OUTLINE_TEXT_AUTOFIT ".uno.OutlineTextAutofit" #define CMD_SID_PAGESETUP ".uno:PageSetup" #define CMD_SID_PRESENTATION ".uno:Presentation" +#define CMD_SID_PRESENTATION_THIS_SLIDE ".uno:PresentationThisSlide" #define CMD_SID_REMOTE_DLG ".uno:Remote" #define CMD_SID_PRESENTATION_LAYOUT ".uno:PresentationLayout" #define CMD_SID_RENAMELAYER ".uno:RenameLayer" -- cgit