This is an automated email from the ASF dual-hosted git repository.

mseidel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9c7dbd4  Cleaned up whitespace
9c7dbd4 is described below

commit 9c7dbd4d313bc2c6ebc39f4ddc9cdb4b32ff4eb5
Author: mseidel <[email protected]>
AuthorDate: Sun Aug 4 18:02:34 2019 +0200

    Cleaned up whitespace
---
 main/sd/source/ui/dlg/navigatr.src | 82 +++++++++++++++++++-------------------
 1 file changed, 40 insertions(+), 42 deletions(-)

diff --git a/main/sd/source/ui/dlg/navigatr.src 
b/main/sd/source/ui/dlg/navigatr.src
index 54c35f3..b550d77 100644
--- a/main/sd/source/ui/dlg/navigatr.src
+++ b/main/sd/source/ui/dlg/navigatr.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -30,24 +30,24 @@
 Window FLT_NAVIGATOR
 {
        HelpId = HID_SD_NAVIGATOR ;
-       Size = MAP_APPFONT ( 12 + BUTTON_WIDTH * BUTTON_COUNT , 105 ) ;
+       Size = MAP_APPFONT ( 12 + BUTTON_WIDTH * BUTTON_COUNT, 105 ) ;
        Text = "Navigator" ;
        SVLook = TRUE ;
-       DialogControl = TRUE;
+       DialogControl = TRUE ;
        Control TLB_OBJECTS
        {
                HelpId = HID_SD_NAVIGATOR_TLB ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 3 , 20 ) ;
-               Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT , 67 ) ;
+               Pos = MAP_APPFONT ( 3, 20 ) ;
+               Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT, 67 ) ;
                TabStop = TRUE ;
        };
        ToolBox 1
        {
                HelpId = HID_SD_NAVIGATOR_TBX ;
                SVLook = TRUE ;
-               Pos = MAP_APPFONT ( 3 , 3 ) ;
-               Size = MAP_APPFONT ( 6 + BUTTON_WIDTH , 15 ) ;
+               Pos = MAP_APPFONT ( 3, 3 ) ;
+               Size = MAP_APPFONT ( 6 + BUTTON_WIDTH, 15 ) ;
                TabStop = TRUE ;
                ItemList =
                {
@@ -66,30 +66,28 @@ Window FLT_NAVIGATOR
                        {
                                Identifier = TBI_FIRST ;
                                HelpId = HID_SD_NAVIGATOR_TBI_FIRST ;
-                                //Symbol = IMAGEBUTTON_FIRST ;
+                               //Symbol = IMAGEBUTTON_FIRST ;
                                Text [ en-US ] = "First Slide" ;
                        };
                        ToolBoxItem
                        {
                                Identifier = TBI_PREVIOUS ;
                                HelpId = HID_SD_NAVIGATOR_TBI_PREV ;
-                                //Symbol = IMAGEBUTTON_PREV ;
+                               //Symbol = IMAGEBUTTON_PREV ;
                                Text [ en-US ] = "Previous Slide" ;
                        };
                        ToolBoxItem
                        {
                                Identifier = TBI_NEXT ;
                                HelpId = HID_SD_NAVIGATOR_TBI_NEXT ;
-                                //Symbol = IMAGEBUTTON_NEXT ;
-                               /* ### ACHTUNG: Neuer Text in Resource? N�chste 
Seite : N�chste Seite */
-                               /* ### ACHTUNG: Neuer Text in Resource? Zur 
n�chsten Seite springen : Zur n�chsten Seite springen */
+                               //Symbol = IMAGEBUTTON_NEXT ;
                                Text [ en-US ] = "Next Slide" ;
                        };
                        ToolBoxItem
                        {
                                Identifier = TBI_LAST ;
                                HelpId = HID_SD_NAVIGATOR_TBI_LAST ;
-                                //Symbol = IMAGEBUTTON_LAST ;
+                               //Symbol = IMAGEBUTTON_LAST ;
                                Text [ en-US ] = "Last Slide" ;
                        };
                        ToolBoxItem
@@ -101,14 +99,13 @@ Window FLT_NAVIGATOR
                                Identifier = TBI_DRAGTYPE ;
                                HelpId = HID_SD_NAVIGATOR_TBI_DRAGTYPE ;
                                DropDown = TRUE ;
-                                //Left = FALSE;
-                               /* ### ACHTUNG: Neuer Text in Resource? Modus 
f�r Drag & Drop ausw�hlen : Modus f�r Drag & Drop ausw�hlen */
+                               //Left = FALSE ;
                                Text [ en-US ] = "Drag Mode" ;
                        };
                        ToolBoxItem
                        {
                                Identifier = TBI_SHAPE_FILTER ;
-                HelpId = HID_SD_NAVIGATOR_TBI_SHAPE_FILTER ;
+                               HelpId = HID_SD_NAVIGATOR_TBI_SHAPE_FILTER ;
                                DropDown = TRUE ;
                                Text [ en-US ] = "Show Shapes" ;
                        };
@@ -118,45 +115,46 @@ Window FLT_NAVIGATOR
        {
                HelpId = HID_SD_NAVIGATOR_LB ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 3 , 89 ) ;
-               Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT , 90 ) ;
+               Pos = MAP_APPFONT ( 3, 89 ) ;
+               Size = MAP_APPFONT ( 6 + BUTTON_WIDTH * BUTTON_COUNT, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                QuickHelpText [ en-US ] = "Documents" ;
-               /* ### ACHTUNG: Neuer Text in Resource? Ge�ffnete Dokumente : 
Ge�ffnete Dokumente */
        };
 
-       #define NAVIGATR_IDLIST \
-        IdList =            \
-        {                   \
-                       TBI_PEN ;       \
-                       TBI_FIRST ;     \
+       #define NAVIGATR_IDLIST \
+               IdList =                        \
+               {                                       \
+                       TBI_PEN ;               \
+                       TBI_FIRST ;             \
                        TBI_PREVIOUS ;  \
-                       TBI_NEXT ;      \
-                       TBI_LAST ;      \
+                       TBI_NEXT ;              \
+                       TBI_LAST ;              \
                        TBI_EMBEDDED ;  \
-                       TBI_LINK ; \
-                       TBI_HYPERLINK ; \
-        };                 \
-        IdCount = { 8 ; };
+                       TBI_LINK ;              \
+                       TBI_HYPERLINK ; \
+               };                                      \
+               IdCount = { 8 ; };
 
        #define IMAGE_STDBTN_COLOR Color { Red = 0xff00; Green = 0x0000; Blue = 
0xff00; }
 
        ImageList IL_NAVIGATR
        {
-               Prefix = "nv";
+               Prefix = "nv" ;
                MaskColor = IMAGE_STDBTN_COLOR ;
-        NAVIGATR_IDLIST
-    };
-    ImageList ILH_NAVIGATR
+               NAVIGATR_IDLIST
+       };
+       ImageList ILH_NAVIGATR
        {
-               Prefix = "nvh";                 
+               Prefix = "nvh" ;
                MaskColor = IMAGE_STDBTN_COLOR ;
-               NAVIGATR_IDLIST
-    };
+               NAVIGATR_IDLIST
+       };
 };
 
 String STR_OBJECTS_TREE
-{              
-       Text [ en-US ] = "Page Tree";
+{
+       Text [ en-US ] = "Page Tree" ;
 };
+
+// ********************************************************************** EOF

Reply via email to