sd/source/ui/slideshow/slideshow.src | 76 +++++++++++++++++------------------ 1 file changed, 38 insertions(+), 38 deletions(-)
New commits: commit 4483e2c33766ce720577033324b51a333de0d5b6 Author: Matthias Seidel <msei...@apache.org> Date: Sun Jul 1 12:04:41 2018 +0000 Minor cleanup diff --git a/sd/source/ui/slideshow/slideshow.src b/sd/source/ui/slideshow/slideshow.src index d872375d4a57..bf9bd544f85a 100644 --- a/sd/source/ui/slideshow/slideshow.src +++ b/sd/source/ui/slideshow/slideshow.src @@ -28,21 +28,21 @@ Menu RID_SLIDESHOW_CONTEXTMENU { ItemList = { + MenuItem + { + Identifier = CM_NEXT_SLIDE ; + Text [ en-US ] = "~Next" ; + }; + MenuItem + { + Identifier = CM_PREV_SLIDE ; + Text [ en-US ] = "~Previous" ; + }; MenuItem { - Identifier = CM_NEXT_SLIDE ; - Text [ en-US ] = "~Next" ; - }; - MenuItem - { - Identifier = CM_PREV_SLIDE ; - Text [ en-US ] = "~Previous" ; - }; - MenuItem - { - Identifier = CM_GOTO; - Text [ en-US ] = "~Go to Slide" ; - SubMenu = Menu + Identifier = CM_GOTO; + Text [ en-US ] = "~Go to Slide" ; + SubMenu = Menu { ItemList = { @@ -80,31 +80,31 @@ Menu RID_SLIDESHOW_CONTEXTMENU { ItemList = { - MenuItem - { - Identifier = CM_WIDTH_PEN_VERY_THIN; - Text [ en-US ] = "~Very thin"; - }; - MenuItem - { - Identifier = CM_WIDTH_PEN_THIN; - Text [ en-US ] = "~Thin"; - }; - MenuItem - { - Identifier = CM_WIDTH_PEN_NORMAL; - Text [ en-US ] = "~Normal"; - }; - MenuItem - { - Identifier = CM_WIDTH_PEN_THICK; - Text [ en-US ] = "~Thick"; - }; - MenuItem - { - Identifier = CM_WIDTH_PEN_VERY_THICK; - Text [ en-US ] = "~Very Thick"; - }; + MenuItem + { + Identifier = CM_WIDTH_PEN_VERY_THIN; + Text [ en-US ] = "~Very thin"; + }; + MenuItem + { + Identifier = CM_WIDTH_PEN_THIN; + Text [ en-US ] = "~Thin"; + }; + MenuItem + { + Identifier = CM_WIDTH_PEN_NORMAL; + Text [ en-US ] = "~Normal"; + }; + MenuItem + { + Identifier = CM_WIDTH_PEN_THICK; + Text [ en-US ] = "~Thick"; + }; + MenuItem + { + Identifier = CM_WIDTH_PEN_VERY_THICK; + Text [ en-US ] = "~Very thick"; + }; }; }; }; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits