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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new e7d7193  Cleaned up resource files
e7d7193 is described below

commit e7d7193675738a2e70a79253294d96b25334973e
Author: mseidel <msei...@apache.org>
AuthorDate: Sun May 10 11:16:54 2020 +0200

    Cleaned up resource files
    
    (cherry picked from commit 8bd2fba0ca1c6b158f7b891dcbf7cb2587668c5e)
---
 main/sd/source/ui/dlg/custsdlg.src        | 115 ++++++++++++++---------------
 main/sd/source/ui/dlg/present.src         |  86 +++++++++++-----------
 main/sd/source/ui/slideshow/slideshow.src | 116 +++++++++++++++---------------
 3 files changed, 160 insertions(+), 157 deletions(-)

diff --git a/main/sd/source/ui/dlg/custsdlg.src 
b/main/sd/source/ui/dlg/custsdlg.src
index aa76378..13a14be 100644
--- a/main/sd/source/ui/dlg/custsdlg.src
+++ b/main/sd/source/ui/dlg/custsdlg.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.
- * 
+ *
  *************************************************************/
 
 
@@ -31,77 +31,77 @@ ModalDialog DLG_CUSTOMSHOW
        HelpID = CMD_SID_CUSTOMSHOW_DLG ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( 195 + DIFF , 114 + DIFF_Y ) ;
+       Size = MAP_APPFONT ( 195 + DIFF, 114 + DIFF_Y ) ;
        Moveable = TRUE ;
        Closeable = TRUE ;
        PushButton BTN_NEW
        {
-           HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_NEW";
-               Pos = MAP_APPFONT ( 140 + DIFF , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_NEW" ;
+               Pos = MAP_APPFONT ( 140 + DIFF, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~New..." ;
        };
        PushButton BTN_EDIT
        {
-           HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_EDIT";
-               Pos = MAP_APPFONT ( 140 + DIFF , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_EDIT" ;
+               Pos = MAP_APPFONT ( 140 + DIFF, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Edit..." ;
        };
        PushButton BTN_REMOVE
        {
-           HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_REMOVE";
-               Pos = MAP_APPFONT ( 140 + DIFF , 40 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_REMOVE" ;
+               Pos = MAP_APPFONT ( 140 + DIFF, 40 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Delete" ;
        };
        PushButton BTN_COPY
        {
-           HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_COPY";
-               Pos = MAP_APPFONT ( 140 + DIFF , 57 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_COPY" ;
+               Pos = MAP_APPFONT ( 140 + DIFF, 57 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Cop~y" ;
        };
        HelpButton BTN_HELP
        {
-               Pos = MAP_APPFONT ( 140 + DIFF , 74 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 140 + DIFF, 74 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        PushButton BTN_STARTSHOW
        {
-           HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_STARTSHOW";
-               Pos = MAP_APPFONT ( 140 + DIFF , 94 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sd:PushButton:DLG_CUSTOMSHOW:BTN_STARTSHOW" ;
+               Pos = MAP_APPFONT ( 140 + DIFF, 94 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Start" ;
        };
        OKButton BTN_OK
        {
-               Pos = MAP_APPFONT ( 140 + DIFF , 94 + DIFF_Y ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 140 + DIFF, 94 + DIFF_Y ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
                Text [ en-US ] = "~Close" ;
        };
        ListBox LB_CUSTOMSHOWS
        {
-           HelpID = "sd:ListBox:DLG_CUSTOMSHOW:LB_CUSTOMSHOWS";
+               HelpID = "sd:ListBox:DLG_CUSTOMSHOW:LB_CUSTOMSHOWS" ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 6 , 6 ) ;
-               Size = MAP_APPFONT ( 122 + DIFF , 86 + DIFF_Y ) ;
+               Pos = MAP_APPFONT ( 6, 6 ) ;
+               Size = MAP_APPFONT ( 128 + DIFF, 86 + DIFF_Y ) ;
                TabStop = TRUE ;
                QuickHelpText [ en-US ] = "Custom Screen Show" ;
        };
        CheckBox CBX_USE_CUSTOMSHOW
        {
-           HelpID = "sd:CheckBox:DLG_CUSTOMSHOW:CBX_USE_CUSTOMSHOW";
-               Pos = MAP_APPFONT ( 6 , 96 + DIFF_Y ) ;
-               Size = MAP_APPFONT ( 132 + DIFF , 12 ) ;
+               HelpID = "sd:CheckBox:DLG_CUSTOMSHOW:CBX_USE_CUSTOMSHOW" ;
+               Pos = MAP_APPFONT ( 6, 96 + DIFF_Y ) ;
+               Size = MAP_APPFONT ( 128 + DIFF, 12 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Use Custom Slide Show" ;
        };
@@ -112,56 +112,56 @@ ModalDialog DLG_DEFINE_CUSTOMSHOW
        HelpID = HID_DLG_DEFINE_CUSTOMSHOW ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( 248 , 117 ) ;
+       Size = MAP_APPFONT ( 248, 117 ) ;
        Moveable = TRUE ;
        Closeable = TRUE ;
        OKButton BTN_OK
        {
-               Pos = MAP_APPFONT ( 187 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 187, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-               Pos = MAP_APPFONT ( 187 , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 187, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_HELP
        {
-               Pos = MAP_APPFONT ( 187 , 43 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 187, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        FixedText FT_NAME
        {
-               Pos = MAP_APPFONT ( 6 , 8 ) ;
-               Size = MAP_APPFONT ( 30 , 10 ) ;
+               Pos = MAP_APPFONT ( 6, 8 ) ;
+               Size = MAP_APPFONT ( 30, 10 ) ;
                Text [ en-US ] = "Name" ;
        };
        Edit EDT_NAME
        {
-           HelpID = "sd:Edit:DLG_DEFINE_CUSTOMSHOW:EDT_NAME";
+               HelpID = "sd:Edit:DLG_DEFINE_CUSTOMSHOW:EDT_NAME" ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 38 , 6 ) ;
-               Size = MAP_APPFONT ( 141 , 12 ) ;
+               Pos = MAP_APPFONT ( 38, 6 ) ;
+               Size = MAP_APPFONT ( 141, 12 ) ;
                TabStop = TRUE ;
        };
        MultiListBox LB_PAGES
        {
-           HelpID = "sd:MultiListBox:DLG_DEFINE_CUSTOMSHOW:LB_PAGES";
+               HelpID = "sd:MultiListBox:DLG_DEFINE_CUSTOMSHOW:LB_PAGES" ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 6 , 35 ) ;
-               Size = MAP_APPFONT ( 75 , 75 ) ;
+               Pos = MAP_APPFONT ( 6, 35 ) ;
+               Size = MAP_APPFONT ( 75, 75 ) ;
                TabStop = TRUE ;
                SimpleMode = TRUE ;
        };
        PushButton BTN_ADD
        {
-           HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_ADD";
-               Pos = MAP_APPFONT ( 84 , 67 ) ;
-               Size = MAP_APPFONT ( 14 , 14 ) ;
+               HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_ADD" ;
+               Pos = MAP_APPFONT ( 84, 67 ) ;
+               Size = MAP_APPFONT ( 14, 14 ) ;
                Text = "~>>" ;
                TabStop = TRUE ;
        };
@@ -169,30 +169,31 @@ ModalDialog DLG_DEFINE_CUSTOMSHOW
        {
                HelpID = HID_DLG_DEFINE_CUSTOMSHOW_CTL ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 103 , 35 ) ;
-               Size = MAP_APPFONT ( 75 , 75 ) ;
+               Pos = MAP_APPFONT ( 103, 35 ) ;
+               Size = MAP_APPFONT ( 75, 75 ) ;
                TabStop = TRUE ;
        };
        PushButton BTN_REMOVE
        {
-           HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_REMOVE";
-               Pos = MAP_APPFONT ( 84 , 95 ) ;
-               Size = MAP_APPFONT ( 14 , 14 ) ;
+               HelpID = "sd:PushButton:DLG_DEFINE_CUSTOMSHOW:BTN_REMOVE" ;
+               Pos = MAP_APPFONT ( 84, 95 ) ;
+               Size = MAP_APPFONT ( 14, 14 ) ;
                Text = "~<<" ;
                TabStop = TRUE ;
        };
        FixedText FT_PAGES
        {
-               Pos = MAP_APPFONT ( 6 , 24 ) ;
-               Size = MAP_APPFONT ( 83 , 10 ) ;
+               Pos = MAP_APPFONT ( 6, 24 ) ;
+               Size = MAP_APPFONT ( 83, 10 ) ;
                Text [ en-US ] = "Existing slides" ;
        };
        FixedText FT_CUSTOM_PAGES
        {
-               Pos = MAP_APPFONT ( 103 , 24 ) ;
-               Size = MAP_APPFONT ( 80 , 10 ) ;
+               Pos = MAP_APPFONT ( 103, 24 ) ;
+               Size = MAP_APPFONT ( 80, 10 ) ;
                Text [ en-US ] = "Selected slides" ;
        };
        Text [ en-US ] = "Define Custom Slide Show" ;
 };
 
+// ********************************************************************** EOF
diff --git a/main/sd/source/ui/dlg/present.src 
b/main/sd/source/ui/dlg/present.src
index e76fac0..dbf2a64 100644
--- a/main/sd/source/ui/dlg/present.src
+++ b/main/sd/source/ui/dlg/present.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,19 +7,20 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
+
 #include "helpids.h"
 #include <svx/svxids.hrc>
 #include "present.hrc"
@@ -33,7 +34,6 @@ ModalDialog DLG_START_PRESENTATION
        OutputSize = TRUE ;
        SVLook = TRUE ;
        Size = MAP_APPFONT ( 256, 205 ) ;
-       /* ### ACHTUNG: Neuer Text in Resource? Bildschirmpr�sentation : 
Bildschirmpr�sentation */
        Text [ en-US ] = "Slide Show" ;
        Moveable = TRUE ;
 
@@ -65,7 +65,7 @@ ModalDialog DLG_START_PRESENTATION
        };
        RadioButton RBT_ALL
        {
-           HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_ALL";
+               HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_ALL" ;
                Pos = MAP_APPFONT ( 12 , 14 ) ;
                Size = MAP_APPFONT ( 80 , 12 ) ;
                Text [ en-US ] = "All ~slides" ;
@@ -73,7 +73,7 @@ ModalDialog DLG_START_PRESENTATION
        };
        RadioButton RBT_AT_DIA
        {
-           HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_AT_DIA";
+               HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_AT_DIA" ;
                Pos = MAP_APPFONT ( 12 , 26 ) ;
                Size = MAP_APPFONT ( 60 , 12 ) ;
                Text [ en-US ] = "~From:" ;
@@ -81,17 +81,17 @@ ModalDialog DLG_START_PRESENTATION
        };
        ListBox LB_DIAS
        {
-           HelpID = "sd:ListBox:DLG_START_PRESENTATION:LB_DIAS";
+               HelpID = "sd:ListBox:DLG_START_PRESENTATION:LB_DIAS" ;
                Border = TRUE ;
                Pos = MAP_APPFONT ( 82, 24 ) ;
                Size = MAP_APPFONT ( 111, 80 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
-                //DDExtraWidth = TRUE;
+                //DDExtraWidth = TRUE ;
        };
        RadioButton RBT_CUSTOMSHOW
        {
-           HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_CUSTOMSHOW";
+               HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_CUSTOMSHOW" 
;
                Pos = MAP_APPFONT ( 12 , 38 ) ;
                Size = MAP_APPFONT ( 130 , 12 ) ;
                TabStop = TRUE ;
@@ -99,7 +99,7 @@ ModalDialog DLG_START_PRESENTATION
        };
        ListBox LB_CUSTOMSHOW
        {
-           HelpID = "sd:ListBox:DLG_START_PRESENTATION:LB_CUSTOMSHOW";
+               HelpID = "sd:ListBox:DLG_START_PRESENTATION:LB_CUSTOMSHOW" ;
                Border = TRUE ;
                Pos = MAP_APPFONT ( 32, 53 ) ;
                Size = MAP_APPFONT ( 161, 80 ) ;
@@ -110,12 +110,12 @@ ModalDialog DLG_START_PRESENTATION
        FixedLine GRP_KIND
        {
                Pos = MAP_APPFONT ( 6, 73 ) ;
-               Size = MAP_APPFONT ( 90, 8 );
+               Size = MAP_APPFONT ( 90, 8 ) ;
                Text [ en-US ] = "Type" ;
        };
        RadioButton RBT_STANDARD
        {
-           HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_STANDARD";
+               HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_STANDARD" ;
                Pos = MAP_APPFONT ( 12, 84 ) ;
                Size = MAP_APPFONT ( 81, 12 ) ;
                Text [ en-US ] = "~Default" ;
@@ -123,7 +123,7 @@ ModalDialog DLG_START_PRESENTATION
        };
        RadioButton RBT_WINDOW
        {
-           HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_WINDOW";
+               HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_WINDOW" ;
                Pos = MAP_APPFONT ( 12 , 96 ) ;
                Size = MAP_APPFONT ( 81 , 12 ) ;
                Text [ en-US ] = "~Window" ;
@@ -131,7 +131,7 @@ ModalDialog DLG_START_PRESENTATION
        };
        RadioButton RBT_AUTO
        {
-           HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_AUTO";
+               HelpID = "sd:RadioButton:DLG_START_PRESENTATION:RBT_AUTO" ;
                Pos = MAP_APPFONT ( 12 , 108 ) ;
                Size = MAP_APPFONT ( 81 , 12 ) ;
                Text [ en-US ] = "A~uto" ;
@@ -147,7 +147,7 @@ ModalDialog DLG_START_PRESENTATION
 */
        TimeField TMF_PAUSE
        {
-           HelpID = "sd:TimeField:DLG_START_PRESENTATION:TMF_PAUSE";
+               HelpID = "sd:TimeField:DLG_START_PRESENTATION:TMF_PAUSE" ;
                Pos = MAP_APPFONT ( 32, 120 ) ;
                Size = MAP_APPFONT ( 50, 12 ) ;
                Border = TRUE ;
@@ -172,7 +172,7 @@ ModalDialog DLG_START_PRESENTATION
        };
        CheckBox CBX_AUTOLOGO
        {
-           HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_AUTOLOGO";
+               HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_AUTOLOGO" ;
                Pos = MAP_APPFONT ( 32 , 138 ) ;
                Size = MAP_APPFONT ( 61 , 12 ) ;
                TabStop = TRUE ;
@@ -182,12 +182,12 @@ ModalDialog DLG_START_PRESENTATION
        FixedLine GRP_OPTIONS
        {
                Pos = MAP_APPFONT ( 102 , 73 ) ;
-               Size = MAP_APPFONT ( 148, 8 );
+               Size = MAP_APPFONT ( 148, 8 ) ;
                Text [ en-US ] = "Options" ;
        };
        CheckBox CBX_MANUEL
        {
-           HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_MANUEL";
+               HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_MANUEL" ;
                Pos = MAP_APPFONT ( 108 , 84 ) ;
                Size = MAP_APPFONT ( 139 , 12 ) ;
                TabStop = TRUE ;
@@ -195,7 +195,7 @@ ModalDialog DLG_START_PRESENTATION
        };
        CheckBox CBX_MOUSEPOINTER
        {
-           HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_MOUSEPOINTER";
+               HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_MOUSEPOINTER" ;
                Pos = MAP_APPFONT ( 108, 96 ) ;
                Size = MAP_APPFONT ( 139, 12 ) ;
                Text [ en-US ] = "Mouse pointer ~visible" ;
@@ -203,7 +203,7 @@ ModalDialog DLG_START_PRESENTATION
        };
        CheckBox CBX_PEN
        {
-           HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_PEN";
+               HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_PEN" ;
                Pos = MAP_APPFONT ( 108, 108 ) ;
                Size = MAP_APPFONT ( 139, 12 ) ;
                Text [ en-US ] = "Mouse pointer as ~pen" ;
@@ -211,7 +211,7 @@ ModalDialog DLG_START_PRESENTATION
        };
        CheckBox CBX_NAVIGATOR
        {
-           HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_NAVIGATOR";
+               HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_NAVIGATOR" ;
                Pos = MAP_APPFONT ( 108, 120 ) ;
                Size = MAP_APPFONT ( 139, 12 ) ;
                TabStop = TRUE ;
@@ -219,7 +219,7 @@ ModalDialog DLG_START_PRESENTATION
        };
        CheckBox CBX_ANIMATION_ALLOWED
        {
-           HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_ANIMATION_ALLOWED";
+               HelpID = 
"sd:CheckBox:DLG_START_PRESENTATION:CBX_ANIMATION_ALLOWED" ;
                Pos = MAP_APPFONT ( 108, 132 ) ;
                Size = MAP_APPFONT ( 139, 12 ) ;
                TabStop = TRUE ;
@@ -227,7 +227,7 @@ ModalDialog DLG_START_PRESENTATION
        };
        CheckBox CBX_CHANGE_PAGE
        {
-           HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_CHANGE_PAGE";
+               HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_CHANGE_PAGE" ;
                Pos = MAP_APPFONT ( 108, 144 ) ;
                Size = MAP_APPFONT ( 139, 12 ) ;
                TabStop = TRUE ;
@@ -235,56 +235,56 @@ ModalDialog DLG_START_PRESENTATION
        };
        CheckBox CBX_ALWAYS_ON_TOP
        {
-           HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_ALWAYS_ON_TOP";
+               HelpID = "sd:CheckBox:DLG_START_PRESENTATION:CBX_ALWAYS_ON_TOP" 
;
                Pos = MAP_APPFONT ( 108, 156 ) ;
                Size = MAP_APPFONT ( 145, 12 ) ;
-               /* ### ACHTUNG: Neuer Text in Resource? Pr�sentation immer im 
~Vordergrund : Pr�sentation immer im ~Vordergrund */
                TabStop = TRUE ;
                Text [ en-US ] = "Presentation always ~on top" ;
        };
-       
+
        FixedLine GRP_MONITOR
        {
                Pos = MAP_APPFONT ( 6, 174 ) ;
-               Size = MAP_APPFONT ( 244, 8 );
-               Hide = TRUE;
+               Size = MAP_APPFONT ( 244, 8 ) ;
+               Hide = TRUE ;
                Text [ en-US ] = "Multiple displays" ;
        };
 
        FixedText FT_MONITOR
        {
-               OutputSize = TRUE;
-               Pos = MAP_APPFONT ( 12 , 185 + 2  ) ;
-               Size = MAP_APPFONT( 70, 8 );
-               Hide = TRUE;
+               OutputSize = TRUE ;
+               Pos = MAP_APPFONT ( 12 , 185 + 2 ) ;
+               Size = MAP_APPFONT ( 70, 8 ) ;
+               Hide = TRUE ;
                Text [ en-US ] = "P~resentation display" ;
        };
 
        ListBox LB_MONITOR
        {
                Pos = MAP_APPFONT ( 82 , 185 ) ;
-        Size = MAP_APPFONT ( 111, 100 );
-        HelpId = HID_SD_SLIDESHOW_DISPLAY;
-               Hide = TRUE;
+               Size = MAP_APPFONT ( 111, 100 ) ;
+               HelpId = HID_SD_SLIDESHOW_DISPLAY ;
+               Hide = TRUE ;
                TabStop = TRUE ;
                Border = TRUE ;
                DropDown = TRUE ;
-               ClipChildren = TRUE;
+               ClipChildren = TRUE ;
        };
-       
+
        String STR_PRIMARY_MONITOR
        {
-               Text [ en-US ] = "Display %1 (primary)";
+               Text [ en-US ] = "Display %1 (primary)" ;
        };
-       
+
        String STR_MONITOR
        {
-               Text [ en-US ] = "Display %1";
+               Text [ en-US ] = "Display %1" ;
        };
 
        String STR_ALL_MONITORS
        {
-               Text [ en-US ] = "All displays";
+               Text [ en-US ] = "All displays" ;
        };
-
 };
+
+// ********************************************************************** EOF
diff --git a/main/sd/source/ui/slideshow/slideshow.src 
b/main/sd/source/ui/slideshow/slideshow.src
index 8bb7c6f..6dd9f4c 100644
--- a/main/sd/source/ui/slideshow/slideshow.src
+++ b/main/sd/source/ui/slideshow/slideshow.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.
- * 
+ *
  *************************************************************/
 
 
@@ -28,83 +28,83 @@ 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_GOTO;
-               Text [ en-US ] = "~Go to Slide" ;
-               SubMenu = Menu
+                       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
                        {
                                ItemList =
                                {
                                        MenuItem
                                        {
-                                               Identifier = CM_FIRST_SLIDE;
-                                               Text [ en-US ] = "~First Slide";
+                                               Identifier = CM_FIRST_SLIDE ;
+                                               Text [ en-US ] = "~First Slide" 
;
                                        };
                                        MenuItem
                                        {
-                                               Identifier = CM_LAST_SLIDE;
-                                               Text [ en-US ] = "~Last Slide";
+                                               Identifier = CM_LAST_SLIDE ;
+                                               Text [ en-US ] = "~Last Slide" ;
                                        };
                                        MenuItem
                                        {
-                                               Separator = TRUE;
+                                               Separator = TRUE ;
                                        };
                                };
                        };
                };
                MenuItem
                {
-                       Separator = TRUE;
+                       Separator = TRUE ;
                };
                MenuItem
                {
-                       Identifier = CM_PEN_MODE;
-                       Text [ en-US ] = "Mouse pointer as ~Pen";
+                       Identifier = CM_PEN_MODE ;
+                       Text [ en-US ] = "Mouse pointer as ~Pen" ;
                };
                MenuItem
                {
-                       Identifier = CM_WIDTH_PEN;
+                       Identifier = CM_WIDTH_PEN ;
                        Text [ en-US ] = "~Pen Width" ;
                        SubMenu = Menu
                        {
                                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" ;
+                                       };
                                };
                        };
                };
@@ -120,11 +120,11 @@ Menu RID_SLIDESHOW_CONTEXTMENU
                };
                MenuItem
                {
-                       Separator = TRUE;
+                       Separator = TRUE ;
                };
                MenuItem
                {
-                       Identifier = CM_SCREEN;
+                       Identifier = CM_SCREEN ;
                        Text [ en-US ] = "~Screen" ;
 
                        SubMenu = Menu
@@ -133,13 +133,13 @@ Menu RID_SLIDESHOW_CONTEXTMENU
                                {
                                        MenuItem
                                        {
-                                               Identifier = CM_SCREEN_BLACK;
-                                               Text [ en-US ] = "~Black";
+                                               Identifier = CM_SCREEN_BLACK ;
+                                               Text [ en-US ] = "~Black" ;
                                        };
                                        MenuItem
                                        {
-                                               Identifier = CM_SCREEN_WHITE;
-                                               Text [ en-US ] = "~White";
+                                               Identifier = CM_SCREEN_WHITE ;
+                                               Text [ en-US ] = "~White" ;
                                        };
                                };
                        };
@@ -151,3 +151,5 @@ Menu RID_SLIDESHOW_CONTEXTMENU
                };
        };
 };
+
+// ********************************************************************** EOF

Reply via email to