[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sd/source

Matthias Seidel mseidel at apache.org
Sun Jul 1 12:10:38 UTC 2018


 sd/source/ui/slideshow/slideshow.src |   76 +++++++++++++++++------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

New commits:
commit 4483e2c33766ce720577033324b51a333de0d5b6
Author: Matthias Seidel <mseidel at 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";
+                };
                 };
             };
         };


More information about the Libreoffice-commits mailing list