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 4335b99af0 Clean up resource files
4335b99af0 is described below

commit 4335b99af0ce8967fb1a44b28cfeb44becc9fd62
Author: mseidel <msei...@apache.org>
AuthorDate: Sat Jul 27 19:59:46 2024 +0200

    Clean up resource files
    
    (cherry picked from commit e9234b8f169d0b7e8c83045f47c2386ac74b711e)
---
 main/extensions/source/update/check/updatehdl.src  |   2 +-
 main/svx/source/sidebar/line/LinePropertyPanel.src | 332 ++++++++++-----------
 main/sw/source/ui/app/app.src                      | 222 +++++++-------
 3 files changed, 277 insertions(+), 279 deletions(-)

diff --git a/main/extensions/source/update/check/updatehdl.src 
b/main/extensions/source/update/check/updatehdl.src
index 0fc07a9626..3cddc94e8a 100644
--- a/main/extensions/source/update/check/updatehdl.src
+++ b/main/extensions/source/update/check/updatehdl.src
@@ -33,7 +33,7 @@ String RID_UPDATE_STR_CHECKING_ERR
 
 String RID_UPDATE_STR_NO_UPD_FOUND
 {
-       Text [ en-US ] = "There is currently no update available for 
%PRODUCTNAME %PRODUCTVERSION or a newer version wasn't released to the wider 
public yet." ;
+       Text [ en-US ] = "There is currently no update available for 
%PRODUCTNAME %PRODUCTVERSION\nor a newer version wasn't released to the wider 
public yet." ;
 };
 
 String RID_UPDATE_STR_UPD_FOUND
diff --git a/main/svx/source/sidebar/line/LinePropertyPanel.src 
b/main/svx/source/sidebar/line/LinePropertyPanel.src
index e72dd50454..96fea7cc64 100644
--- a/main/svx/source/sidebar/line/LinePropertyPanel.src
+++ b/main/svx/source/sidebar/line/LinePropertyPanel.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.
- * 
+ *
  *************************************************************/
 
 #include "LinePropertyPanel.hrc"
@@ -26,30 +26,30 @@
 
 Control RID_SIDEBAR_LINE_PANEL
 {
-       OutputSize = TRUE;
-       DialogControl = TRUE;
-       Border = FALSE;
-       Text = "Line";
+       OutputSize = TRUE ;
+       DialogControl = TRUE ;
+       Border = FALSE ;
+       Text = "Line" ;
 
-    Size = MAP_APPFONT( 
-        PROPERTYPAGE_WIDTH, 
-        SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*4 + 
TEXT_CONTROL_SPACING_VERTICAL*4 + TOOLBOX_HEIGHT*3  + 
CONTROL_SPACING_VERTICAL*3 + CBOX_HEIGHT + SECTIONPAGE_MARGIN_VERTICAL_BOT );
+       Size = MAP_APPFONT(
+               PROPERTYPAGE_WIDTH,
+               SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*4 + 
TEXT_CONTROL_SPACING_VERTICAL*4 + TOOLBOX_HEIGHT*3 + CONTROL_SPACING_VERTICAL*3 
+ CBOX_HEIGHT + SECTIONPAGE_MARGIN_VERTICAL_BOT ) ;
        HelpID = HID_PROPERTYPANEL_LINE_SECTION ;
-       
+
        FixedText FT_WIDTH
        {
-        Pos = MAP_APPFONT( SECTIONPAGE_MARGIN_HORIZONTAL , 
SECTIONPAGE_MARGIN_VERTICAL_TOP ) ; 
-        Size = MAP_APPFONT (TOOLBOX_WIDTH  , TEXT_HEIGHT ) ;
-        Text [ en-US ] = "~Width:" ;        
+               Pos = MAP_APPFONT( SECTIONPAGE_MARGIN_HORIZONTAL, 
SECTIONPAGE_MARGIN_VERTICAL_TOP ) ;
+               Size = MAP_APPFONT (TOOLBOX_WIDTH, TEXT_HEIGHT ) ;
+               Text [ en-US ] = "~Width:" ;
        };
-       ToolBox TB_WIDTH 
+       ToolBox TB_WIDTH
        {
                SVLook = TRUE ;
                Pos = MAP_APPFONT (SECTIONPAGE_MARGIN_HORIZONTAL, 
SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL) ;
                Size = MAP_APPFONT (TOOLBOX_WIDTH ,TOOLBOX_HEIGHT ) ;
                TabStop = TRUE ;
                HelpID = HID_PPROPERTYPANEL_LINE_TBX_WIDTH ;
-               Text = "Width";
+               Text = "Width" ;
                ItemList =
                {
                        ToolBoxItem
@@ -57,20 +57,20 @@ Control RID_SIDEBAR_LINE_PANEL
                                Identifier = TBI_WIDTH ;
                                DropDown = TRUE ;
                                Text [ en-US ] = "Width" ;
-                               HelpID = HID_PPROPERTYPANEL_LINE_TBI_WIDTH;
+                               HelpID = HID_PPROPERTYPANEL_LINE_TBI_WIDTH ;
                        };
                };
        };
        String STR_QH_TB_WIDTH
        {
-               Text [ en-US ] = "Select the width of the line.";
+               Text [ en-US ] = "Select the width of the line." ;
        };
-       
+
        FixedText FT_COLOR
        {
-        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3, 
SECTIONPAGE_MARGIN_VERTICAL_TOP ) ;
-        Size = MAP_APPFONT (TOOLBOX_WIDTH  , TEXT_HEIGHT ) ;
-        Text [ en-US ] = "~Color:" ;        
+               Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + 
TOOLBOX_WIDTH + 3, SECTIONPAGE_MARGIN_VERTICAL_TOP ) ;
+               Size = MAP_APPFONT (TOOLBOX_WIDTH, TEXT_HEIGHT ) ;
+               Text [ en-US ] = "~Color:" ;
        };
        ToolBox TB_COLOR
        {
@@ -79,53 +79,53 @@ Control RID_SIDEBAR_LINE_PANEL
                Size = MAP_APPFONT (TOOLBOX_WIDTH ,TOOLBOX_HEIGHT ) ;
                TabStop = TRUE ;
                HelpID = HID_PPROPERTYPANEL_LINE_TBX_COLOR;
-               Text = "Color";
+               Text = "Color" ;
                ItemList =
                {
                        ToolBoxItem
-                       { 
+                       {
                                Identifier = TBI_COLOR ;
                                DropDown = TRUE ;
                                Text [ en-US ] = "Color" ;
-                               HelpID = HID_PPROPERTYPANEL_LINE_TBI_COLOR;
+                               HelpID = HID_PPROPERTYPANEL_LINE_TBI_COLOR ;
                        };
                };
        };
        String STR_QH_TB_COLOR
        {
-               Text [ en-US ] = "Select the color of the line.";
+               Text [ en-US ] = "Select the color of the line." ;
        };
 
        FixedText FT_STYLE
        {
-        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL , 
SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + 
TOOLBOX_HEIGHT  + CONTROL_SPACING_VERTICAL) ;
-        Size = MAP_APPFONT (TOOLBOX_WIDTH  , TEXT_HEIGHT ) ;
-        Text [ en-US ] = "~Style:" ;        
+               Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL, 
SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL + 
TOOLBOX_HEIGHT + CONTROL_SPACING_VERTICAL) ;
+               Size = MAP_APPFONT (TOOLBOX_WIDTH, TEXT_HEIGHT ) ;
+               Text [ en-US ] = "~Style:" ;
        };
        ListBox LB_STYLE
        {
                Border = TRUE ;
-               HelpID = HID_PPROPERTYPANEL_LINE_TBX_STYLE;
-               Pos = MAP_APPFONT (SECTIONPAGE_MARGIN_HORIZONTAL, 
SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*2 + 
TEXT_CONTROL_SPACING_VERTICAL*2 + TOOLBOX_HEIGHT  + CONTROL_SPACING_VERTICAL) ;
+               HelpID = HID_PPROPERTYPANEL_LINE_TBX_STYLE ;
+               Pos = MAP_APPFONT (SECTIONPAGE_MARGIN_HORIZONTAL, 
SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*2 + 
TEXT_CONTROL_SPACING_VERTICAL*2 + TOOLBOX_HEIGHT + CONTROL_SPACING_VERTICAL) ;
                Size = MAP_APPFONT (TOOLBOX_WIDTH ,LISTBOX_HEIGHT ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                DDExtraWidth = TRUE ;
-               QuickHelpText [ en-US ] = "Select the style of the line.";
+               QuickHelpText [ en-US ] = "Select the style of the line." ;
        };
-       
+
        FixedText FT_TRANSPARENT
        {
-        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3 
, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT + TEXT_CONTROL_SPACING_VERTICAL 
+ TOOLBOX_HEIGHT  + CONTROL_SPACING_VERTICAL) ;
-        Size = MAP_APPFONT (TOOLBOX_WIDTH  , TEXT_HEIGHT ) ;
-        Text [ en-US ] = "~Transparency:" ;        
+               Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + 
TOOLBOX_WIDTH + 3, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT + 
TEXT_CONTROL_SPACING_VERTICAL + TOOLBOX_HEIGHT + CONTROL_SPACING_VERTICAL) ;
+               Size = MAP_APPFONT (TOOLBOX_WIDTH, TEXT_HEIGHT ) ;
+               Text [ en-US ] = "~Transparency:" ;
        };
        MetricField MF_TRANSPARENT
        {
                Border = TRUE ;
-               HelpID = HID_PPROPERTYPANEL_LINE_MTR_TRANCEPARENCE;
-               Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + 
TOOLBOX_WIDTH + 3 , SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*2 + 
TEXT_CONTROL_SPACING_VERTICAL*2 + TOOLBOX_HEIGHT  + CONTROL_SPACING_VERTICAL) ;
-               Size = MAP_APPFONT ( TOOLBOX_WIDTH + 1 , 12 ) ;
+               HelpID = HID_PPROPERTYPANEL_LINE_MTR_TRANCEPARENCE ;
+               Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + 
TOOLBOX_WIDTH + 3, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*2 + 
TEXT_CONTROL_SPACING_VERTICAL*2 + TOOLBOX_HEIGHT + CONTROL_SPACING_VERTICAL) ;
+               Size = MAP_APPFONT ( TOOLBOX_WIDTH + 1, 12 ) ;
                TabStop = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
@@ -134,258 +134,258 @@ Control RID_SIDEBAR_LINE_PANEL
                Unit = FUNIT_PERCENT ;
                Last = 100 ;
                SpinSize = 5 ;
-               QuickHelpText [ en-US ] = "Specify the transparency of the 
line.";
+               QuickHelpText [ en-US ] = "Specify the transparency of the 
line." ;
        };
-       
+
        FixedText FT_ARROW
        {
-        Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL, 
SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*2 + 
TEXT_CONTROL_SPACING_VERTICAL*2 + TOOLBOX_HEIGHT*2  + 
CONTROL_SPACING_VERTICAL*2) ;
-        Size = MAP_APPFONT (TOOLBOX_WIDTH * 2 + 3 , TEXT_HEIGHT ) ;
-        Text [ en-US ] = "~Arrow:" ;        
+               Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL, 
SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*2 + 
TEXT_CONTROL_SPACING_VERTICAL*2 + TOOLBOX_HEIGHT*2 + 
CONTROL_SPACING_VERTICAL*2) ;
+               Size = MAP_APPFONT (TOOLBOX_WIDTH * 2 + 3, TEXT_HEIGHT ) ;
+               Text [ en-US ] = "~Arrow:" ;
        };
        ListBox LB_START
        {
                Border = TRUE ;
                HelpID = HID_PPROPERTYPANEL_LINE_LB_START;
-               Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL , 
SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + 
TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*2  + 
CONTROL_SPACING_VERTICAL*2 ) ;
-               Size = MAP_APPFONT ( TOOLBOX_WIDTH , LISTBOX_HEIGHT ) ;
+               Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL, 
SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + 
TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*2 + CONTROL_SPACING_VERTICAL*2 
) ;
+               Size = MAP_APPFONT ( TOOLBOX_WIDTH, LISTBOX_HEIGHT ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                DDExtraWidth = TRUE ;
-               QuickHelpText [ en-US ] = "Select the style of the beginning 
arrowhead.";
+               QuickHelpText [ en-US ] = "Select the style of the beginning 
arrowhead." ;
        };
        ListBox LB_END
        {
                Border = TRUE ;
-               HelpID = HID_PPROPERTYPANEL_LINE_LB_END;
-               Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + 
TOOLBOX_WIDTH + 3 , SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + 
TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*2  + 
CONTROL_SPACING_VERTICAL*2 ) ;
+               HelpID = HID_PPROPERTYPANEL_LINE_LB_END ;
+               Pos = MAP_APPFONT ( SECTIONPAGE_MARGIN_HORIZONTAL + 
TOOLBOX_WIDTH + 3, SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + 
TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*2 + CONTROL_SPACING_VERTICAL*2 
) ;
                Size = MAP_APPFONT ( TOOLBOX_WIDTH + 1, LISTBOX_HEIGHT ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                DDExtraWidth = TRUE ;
-               QuickHelpText [ en-US ] = "Select the style of the ending 
arrowhead.";
+               QuickHelpText [ en-US ] = "Select the style of the ending 
arrowhead." ;
        };
 
        FixedText FT_EDGESTYLE
        {
-        Pos = MAP_APPFONT ( 
-            SECTIONPAGE_MARGIN_HORIZONTAL, 
-            SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + 
TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*3  + 
CONTROL_SPACING_VERTICAL*3) ;
-        Size = MAP_APPFONT (TOOLBOX_WIDTH * 2 + 3 , TEXT_HEIGHT ) ;
+               Pos = MAP_APPFONT (
+                       SECTIONPAGE_MARGIN_HORIZONTAL,
+                       SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + 
TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*3 + 
CONTROL_SPACING_VERTICAL*3) ;
+               Size = MAP_APPFONT (TOOLBOX_WIDTH * 2 + 3, TEXT_HEIGHT ) ;
                Text [ en-US ] = "~Corner style" ;
        };
        ListBox LB_EDGESTYLE
        {
-               HelpID = HID_PPROPERTYPANEL_LINE_LB_EDGESTYLE;
+               HelpID = HID_PPROPERTYPANEL_LINE_LB_EDGESTYLE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 
-            SECTIONPAGE_MARGIN_HORIZONTAL , 
-            SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*4 + 
TEXT_CONTROL_SPACING_VERTICAL*4 + TOOLBOX_HEIGHT*3  + 
CONTROL_SPACING_VERTICAL*3 ) ;
-               Size = MAP_APPFONT ( TOOLBOX_WIDTH , LISTBOX_HEIGHT ) ;
+               Pos = MAP_APPFONT (
+                       SECTIONPAGE_MARGIN_HORIZONTAL ,
+                       SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*4 + 
TEXT_CONTROL_SPACING_VERTICAL*4 + TOOLBOX_HEIGHT*3 + CONTROL_SPACING_VERTICAL*3 
) ;
+               Size = MAP_APPFONT ( TOOLBOX_WIDTH, LISTBOX_HEIGHT ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                DDExtraWidth = TRUE ;
-               QuickHelpText [ en-US ] = "Select the style of the edge 
connections.";
+               QuickHelpText [ en-US ] = "Select the style of the edge 
connections." ;
                StringList [ en-US ] =
                {
-                       < "Rounded" ; Default ; > ;
-                       < "- none -" ; > ;
-                       < "Mitered" ; > ;
-                       < "Beveled" ; > ;
+                       < "Rounded" ; Default ; > ;
+                       < "- none -" ;                  > ;
+                       < "Mitered" ;                   > ;
+                       < "Beveled" ;                   > ;
                };
        };
-    FixedText FT_CAPSTYLE
-    {
-        Pos = MAP_APPFONT ( 
-            SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3, 
-            SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + 
TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*3  + 
CONTROL_SPACING_VERTICAL*3) ;
-        Size = MAP_APPFONT (TOOLBOX_WIDTH * 2 + 3 , TEXT_HEIGHT ) ;
-        Text [ en-US ] = "Ca~p style" ;
-    };
-    ListBox LB_CAPSTYLE
-    {
-               HelpID = HID_PPROPERTYPANEL_LINE_LB_CAPSTYLE;
-        Border = TRUE ;
-               Pos = MAP_APPFONT ( 
-            SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3, 
-            SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*4 + 
TEXT_CONTROL_SPACING_VERTICAL*4 + TOOLBOX_HEIGHT*3  + 
CONTROL_SPACING_VERTICAL*3 ) ;
-               Size = MAP_APPFONT ( TOOLBOX_WIDTH , LISTBOX_HEIGHT ) ;
-        TabStop = TRUE ;
-        DropDown = TRUE ;
+       FixedText FT_CAPSTYLE
+       {
+               Pos = MAP_APPFONT (
+                       SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3,
+                       SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*3 + 
TEXT_CONTROL_SPACING_VERTICAL*3 + TOOLBOX_HEIGHT*3 + 
CONTROL_SPACING_VERTICAL*3) ;
+               Size = MAP_APPFONT (TOOLBOX_WIDTH * 2 + 3, TEXT_HEIGHT ) ;
+               Text [ en-US ] = "Ca~p style" ;
+       };
+       ListBox LB_CAPSTYLE
+       {
+               HelpID = HID_PPROPERTYPANEL_LINE_LB_CAPSTYLE ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT (
+                       SECTIONPAGE_MARGIN_HORIZONTAL + TOOLBOX_WIDTH + 3,
+                       SECTIONPAGE_MARGIN_VERTICAL_TOP + TEXT_HEIGHT*4 + 
TEXT_CONTROL_SPACING_VERTICAL*4 + TOOLBOX_HEIGHT*3 + CONTROL_SPACING_VERTICAL*3 
) ;
+               Size = MAP_APPFONT ( TOOLBOX_WIDTH, LISTBOX_HEIGHT ) ;
+               TabStop = TRUE ;
+               DropDown = TRUE ;
                DDExtraWidth = TRUE ;
-               QuickHelpText [ en-US ] = "Select the style of the line caps.";
-        StringList [ en-US ] =
-        {
-            < "Flat" ; Default ; > ; // Same string as in Excel
-            < "Round" ; > ;
-            < "Square" ; > ;
-        };
-    };
+               QuickHelpText [ en-US ] = "Select the style of the line caps." ;
+               StringList [ en-US ] =
+               {
+                       < "Flat" ; Default ;    > ; // Same string as in Excel
+                       < "Round" ;                             > ;
+                       < "Square" ;                    > ;
+               };
+       };
 
        Image IMG_COLOR
        {
-               ImageBitmap = Bitmap{File = "symphony/Line_color.png";};
+               ImageBitmap = Bitmap{File = "symphony/Line_color.png" ;};
        };
        Image IMG_COLOR_NO
        {
-               ImageBitmap = Bitmap{File = "symphony/no color.png";};
+               ImageBitmap = Bitmap{File = "symphony/no color.png" ;};
        };
-       
+
        Image IMG_NONE_ICON
        {
-               ImageBitmap = Bitmap{File = "symphony/blank.png";};
+               ImageBitmap = Bitmap{File = "symphony/blank.png" ;};
        };
-       
+
        //WIDTH ICON
        Image IMG_WIDTH1_ICON
        {
-               ImageBitmap = Bitmap{File = "symphony/width1.png";};
+               ImageBitmap = Bitmap{File = "symphony/width1.png" ;};
        };
        Image IMG_WIDTH2_ICON
        {
-               ImageBitmap = Bitmap{File = "symphony/width2.png";};
+               ImageBitmap = Bitmap{File = "symphony/width2.png" ;};
        };
        Image IMG_WIDTH3_ICON
        {
-               ImageBitmap = Bitmap{File = "symphony/width3.png";};
+               ImageBitmap = Bitmap{File = "symphony/width3.png" ;};
        };
        Image IMG_WIDTH4_ICON
        {
-               ImageBitmap = Bitmap{File = "symphony/width4.png";};
+               ImageBitmap = Bitmap{File = "symphony/width4.png" ;};
        };
        Image IMG_WIDTH5_ICON
        {
-               ImageBitmap = Bitmap{File = "symphony/width5.png";};
+               ImageBitmap = Bitmap{File = "symphony/width5.png" ;};
        };
        Image IMG_WIDTH6_ICON
        {
-               ImageBitmap = Bitmap{File = "symphony/width6.png";};
+               ImageBitmap = Bitmap{File = "symphony/width6.png" ;};
        };
        Image IMG_WIDTH7_ICON
        {
-               ImageBitmap = Bitmap{File = "symphony/width7.png";};
+               ImageBitmap = Bitmap{File = "symphony/width7.png" ;};
        };
        Image IMG_WIDTH8_ICON
        {
-               ImageBitmap = Bitmap{File = "symphony/width8.png";};
-       };      
-       
+               ImageBitmap = Bitmap{File = "symphony/width8.png" ;};
+       };
+
        //high contrast for line width
        //WIDTH ICON
        Image IMG_WIDTH1_ICON_H
        {
-               ImageBitmap = Bitmap{File = "symphony/width1_h.png";};
+               ImageBitmap = Bitmap{File = "symphony/width1_h.png" ;};
        };
        Image IMG_WIDTH2_ICON_H
        {
-               ImageBitmap = Bitmap{File = "symphony/width2_h.png";};
+               ImageBitmap = Bitmap{File = "symphony/width2_h.png" ;};
        };
        Image IMG_WIDTH3_ICON_H
        {
-               ImageBitmap = Bitmap{File = "symphony/width3_h.png";};
+               ImageBitmap = Bitmap{File = "symphony/width3_h.png" ;};
        };
        Image IMG_WIDTH4_ICON_H
        {
-               ImageBitmap = Bitmap{File = "symphony/width4_h.png";};
+               ImageBitmap = Bitmap{File = "symphony/width4_h.png" ;};
        };
        Image IMG_WIDTH5_ICON_H
        {
-               ImageBitmap = Bitmap{File = "symphony/width5_h.png";};
+               ImageBitmap = Bitmap{File = "symphony/width5_h.png" ;};
        };
        Image IMG_WIDTH6_ICON_H
        {
-               ImageBitmap = Bitmap{File = "symphony/width6_h.png";};
+               ImageBitmap = Bitmap{File = "symphony/width6_h.png" ;};
        };
        Image IMG_WIDTH7_ICON_H
        {
-               ImageBitmap = Bitmap{File = "symphony/width7_h.png";};
+               ImageBitmap = Bitmap{File = "symphony/width7_h.png" ;};
        };
        Image IMG_WIDTH8_ICON_H
        {
-               ImageBitmap = Bitmap{File = "symphony/width8_h.png";};
-       };      
+               ImageBitmap = Bitmap{File = "symphony/width8_h.png" ;};
+       };
 };
 Control RID_POPUPPANEL_LINEPAGE_COLOR
 {
-       OutputSize = TRUE;
-       DialogControl = TRUE;
-       Border = FALSE;
-       Size = MAP_APPFONT(  POPUP_COLOR_PICKER_WIDTH , 
POPUP_COLOR_PICKER_HEIGHT  );
-       
+       OutputSize = TRUE ;
+       DialogControl = TRUE ;
+       Border = FALSE ;
+       Size = MAP_APPFONT ( POPUP_COLOR_PICKER_WIDTH, 
POPUP_COLOR_PICKER_HEIGHT ) ;
+
        Control VS_COLOR
        {
                HelpId = HID_PPROPERTYPANEL_LINE_VS_COLOR ;
-        Hide = TRUE ;
-        Pos = MAP_APPFONT ( OFFSET_X , OFFSET_Y );
-        Size = MAP_APPFONT (  POPUP_COLOR_PICKER_WIDTH - OFFSET_X * 2, 
POPUP_COLOR_PICKER_HEIGHT - OFFSET_Y * 2);
+               Hide = TRUE ;
+               Pos = MAP_APPFONT ( OFFSET_X, OFFSET_Y ) ;
+               Size = MAP_APPFONT ( POPUP_COLOR_PICKER_WIDTH - OFFSET_X * 2, 
POPUP_COLOR_PICKER_HEIGHT - OFFSET_Y * 2) ;
                TabStop = TRUE ;
-               Text = "Color";
+               Text = "Color" ;
        };
 };
 Control RID_POPUPPANEL_LINEPAGE_STYLE
 {
-       OutputSize = TRUE;
-       DialogControl = TRUE;
-       Border = FALSE;
-       
-       Size = MAP_APPFONT(  
-        POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH ,  
-        13 + POPUP_BORDER_HEIGHT + POPUPPANEL_MARGIN_SMALL * 2 + 
POPUPPANEL_MARGIN_LARGE);
-       
+       OutputSize = TRUE ;
+       DialogControl = TRUE ;
+       Border = FALSE ;
+
+       Size = MAP_APPFONT(
+               POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH ,
+               13 + POPUP_BORDER_HEIGHT + POPUPPANEL_MARGIN_SMALL * 2 + 
POPUPPANEL_MARGIN_LARGE) ;
+
        Control VS_STYLE
        {
                HelpId = HID_PPROPERTYPANEL_LINE_VS_STYLE ;
-        Hide = TRUE ;
-        Pos = MAP_APPFONT(  POPUPPANEL_MARGIN_SMALL + OFFSET_X , 
POPUPPANEL_MARGIN_SMALL + OFFSET_Y ); 
-        Size = MAP_APPFONT ( 93  , 13 * 12);
+               Hide = TRUE ;
+               Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL + OFFSET_X, 
POPUPPANEL_MARGIN_SMALL + OFFSET_Y ) ;
+               Size = MAP_APPFONT ( 93, 13 * 12) ;
                TabStop = TRUE ;
-               Text = "Style";
+               Text = "Style" ;
        };
 
        PushButton PB_OPTIONS
        {
-               HelpId = HID_PPROPERTYPANEL_LINE_BTN_STYLE;
-               Pos = MAP_APPFONT (  POPUPPANEL_MARGIN_LARGE + OFFSET_X , 
POPUPPANEL_MARGIN_SMALL * 2 + OFFSET_Y  );
-               Size = MAP_APPFONT ( 93 , 13 );
-               TabStop = TRUE;
-               Text [ en-US ] = "~More Options...";
+               HelpId = HID_PPROPERTYPANEL_LINE_BTN_STYLE ;
+               Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_LARGE + OFFSET_X, 
POPUPPANEL_MARGIN_SMALL * 2 + OFFSET_Y ) ;
+               Size = MAP_APPFONT ( 93, 13 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~More Options..." ;
        };
 };
 Control RID_POPUPPANEL_LINEPAGE_WIDTH
 {
-       OutputSize = TRUE;
-       DialogControl = TRUE;
-       Border = FALSE;
-       
-       Size = MAP_APPFONT(  POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH  
+ 80,    POPUPPANEL_MARGIN_SMALL + POPUPPANEL_MARGIN_LARGE + POPUP_BORDER_WIDTH 
+ 12 * 9 + POPUPPANEL_MARGIN_SMALL * 2 + TEXT_HEIGHT + (POPUPPANEL_MARGIN_LARGE 
* 2 +  TEXT_HEIGHT + 12 +  TEXT_CONTROL_SPACING_VERTICAL));
-       
+       OutputSize = TRUE ;
+       DialogControl = TRUE ;
+       Border = FALSE ;
+
+       Size = MAP_APPFONT ( POPUPPANEL_MARGIN_SMALL * 2 + POPUP_BORDER_WIDTH + 
80, POPUPPANEL_MARGIN_SMALL + POPUPPANEL_MARGIN_LARGE + POPUP_BORDER_WIDTH + 12 
* 9 + POPUPPANEL_MARGIN_SMALL * 2 + TEXT_HEIGHT + (POPUPPANEL_MARGIN_LARGE * 2 
+ TEXT_HEIGHT + 12 + TEXT_CONTROL_SPACING_VERTICAL)) ;
+
        Control VS_WIDTH
        {
                HelpId = HID_PPROPERTYPANEL_LINE_VS_WIDTH ;
-        Hide = TRUE ;
-        Pos = MAP_APPFONT( POPUPPANEL_MARGIN_SMALL + OFFSET_X , 
POPUPPANEL_MARGIN_SMALL + OFFSET_Y ); 
-        Size = MAP_APPFONT ( 80  , 12 * 9);
+               Hide = TRUE ;
+               Pos = MAP_APPFONT( POPUPPANEL_MARGIN_SMALL + OFFSET_X, 
POPUPPANEL_MARGIN_SMALL + OFFSET_Y ) ;
+               Size = MAP_APPFONT ( 80, 12 * 9);
                TabStop = TRUE ;
-               Text = "Width";
+               Text = "Width" ;
        };
        FixedText FT_CUSTOME
        {
-        Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_LARGE + OFFSET_X, 
POPUPPANEL_MARGIN_SMALL + OFFSET_Y + 12 * 9 + POPUPPANEL_MARGIN_SMALL ) ;
-        Size = MAP_APPFONT ( 80  , TEXT_HEIGHT ) ;
-        Text [ en-US ] = "Custom:" ;        
+               Pos = MAP_APPFONT ( POPUPPANEL_MARGIN_LARGE + OFFSET_X, 
POPUPPANEL_MARGIN_SMALL + OFFSET_Y + 12 * 9 + POPUPPANEL_MARGIN_SMALL ) ;
+               Size = MAP_APPFONT ( 80, TEXT_HEIGHT ) ;
+               Text [ en-US ] = "Custom:" ;
        };
        FixedText FT_LINE_WIDTH
        {
-        Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, CUSTOM_Y + 
POPUPPANEL_MARGIN_LARGE) ;
-        Size = MAP_APPFONT (  74 - POPUPPANEL_MARGIN_LARGE * 2   , TEXT_HEIGHT 
) ;
-        Text [ en-US ] = "Line ~width:" ;        
+               Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, 
CUSTOM_Y + POPUPPANEL_MARGIN_LARGE) ;
+               Size = MAP_APPFONT ( 74 - POPUPPANEL_MARGIN_LARGE * 2, 
TEXT_HEIGHT ) ;
+               Text [ en-US ] = "Line ~width:" ;
        };
        MetricField MF_WIDTH
        {
                Border = TRUE ;
                HelpID = HID_PPROPERTYPANEL_LINE_MTR_WIDTH ;
-               Pos = MAP_APPFONT (  CUSTOM_X + POPUPPANEL_MARGIN_LARGE  , 
CUSTOM_Y + POPUPPANEL_MARGIN_LARGE + TEXT_HEIGHT + 
TEXT_CONTROL_SPACING_VERTICAL) ;
-               Size = MAP_APPFONT ( 40 , 12 ) ;
+               Pos = MAP_APPFONT ( CUSTOM_X + POPUPPANEL_MARGIN_LARGE, 
CUSTOM_Y + POPUPPANEL_MARGIN_LARGE + TEXT_HEIGHT + 
TEXT_CONTROL_SPACING_VERTICAL) ;
+               Size = MAP_APPFONT ( 40, 12 ) ;
                TabStop = TRUE ;
                Right = TRUE ;
                Repeat = TRUE ;
@@ -397,25 +397,25 @@ Control RID_POPUPPANEL_LINEPAGE_WIDTH
                Unit = FUNIT_MM ;
                Last = 5000 ;
                SpinSize = 10 ;
-               QuickHelpText [ en-US ] = "Specify the width of the line.";
+               QuickHelpText [ en-US ] = "Specify the width of the line." ;
        };
 
        Image IMG_WIDTH_CUSTOM
        {
-               ImageBitmap = Bitmap{File = "symphony/last_custom_common.png";};
+               ImageBitmap = Bitmap{File = "symphony/last_custom_common.png" 
;};
        };
        Image IMG_WIDTH_CUSTOM_GRAY
        {
-               ImageBitmap = Bitmap{File = 
"symphony/last_custom_common_grey.png";};
+               ImageBitmap = Bitmap{File = 
"symphony/last_custom_common_grey.png" ;};
        };
        String STR_WIDTH_LAST_CUSTOM
        {
-               Text [ en-US ] = "Last Custom Value";
+               Text [ en-US ] = "Last Custom Value" ;
        };
        String STR_PT
        {
-               Text [ en-US ] = "pt";
+               Text [ en-US ] = "pt" ;
        };
-};     
+};
 
-// eof
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/app/app.src b/main/sw/source/ui/app/app.src
index 172a9ad211..ba8b168efe 100644
--- a/main/sw/source/ui/app/app.src
+++ b/main/sw/source/ui/app/app.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,22 +7,18 @@
  * 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 <svl/style.hrc>
 #include <sfx2/sfx.hrc>
 #include <svx/dialogs.hrc>
@@ -38,7 +34,7 @@
 
 String RID_SW_NAME
 {
-       Text = "StarWriter" ;
+       Text = "Writer" ;
 };
 
 String STR_PRINT_MERGE_MACRO
@@ -56,45 +52,45 @@ String STR_PAGE_COUNT_MACRO
  // folder in default_images. This list is now only used for special toolboxes 
that are
  // used in floating windows.
 
-#define IMAGELIST_AND_COUNT                    \
-       IdList = {                                                      \
-               FN_FORMULA_CALC                                 ;\
-               FN_FORMULA_CANCEL                               ;\
-               FN_FORMULA_APPLY                                ;\
-               };                                                              
\
-       IdCount = {                                             \
-        3;                              \
+#define IMAGELIST_AND_COUNT    \
+       IdList = {                                      \
+               FN_FORMULA_CALC;                \
+               FN_FORMULA_CANCEL;              \
+               FN_FORMULA_APPLY;               \
+               };                                              \
+       IdCount = {                             \
+               3;                                              \
        };
 
 ImageList RID_DEFAULTIMAGELIST_SC
 {
-    Prefix = "sc";
-    MaskColor = IMAGE_MASK_COLOR ;
+       Prefix = "sc" ;
+       MaskColor = IMAGE_MASK_COLOR ;
        IMAGELIST_AND_COUNT
 };
 ImageList RID_DEFAULTIMAGELIST_LC
 {
-    Prefix = "lc";
-    MaskColor = IMAGE_MASK_COLOR ;
+       Prefix = "lc" ;
+       MaskColor = IMAGE_MASK_COLOR ;
        IMAGELIST_AND_COUNT
 };
 
 ImageList RID_DEFAULTIMAGELIST_SCH
 {
-    Prefix = "sch";
-    MaskColor = IMAGE_MASK_COLOR ;
-    IMAGELIST_AND_COUNT
+       Prefix = "sch" ;
+       MaskColor = IMAGE_MASK_COLOR ;
+       IMAGELIST_AND_COUNT
 };
 ImageList RID_DEFAULTIMAGELIST_LCH
 {
-    Prefix = "lch";
-    MaskColor = IMAGE_MASK_COLOR ;
-    IMAGELIST_AND_COUNT
+       Prefix = "lch" ;
+       MaskColor = IMAGE_MASK_COLOR ;
+       IMAGELIST_AND_COUNT
 };
 
 // Vorlagen
 #define STYLE_IMAGE_LISTEF \
-    MaskColor = IMAGE_MASK_COLOR ; \
+       MaskColor = IMAGE_MASK_COLOR ; \
        IdList = \
        { \
                1; 2; 3; 4; 5; \
@@ -107,21 +103,21 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
        {
                SfxStyleFamilyItem
                {
-            StyleFamily = SFX_STYLE_FAMILY_PARA ;
+                       StyleFamily = SFX_STYLE_FAMILY_PARA ;
                        Text [ en-US ] = "Paragraph Styles" ;
-       FilterList [ en-US ] =
+               FilterList [ en-US ] =
                {
-                < "All Styles" ; SFXSTYLEBIT_ALL ; > ;
-                       < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
-                       < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
-                       < "Automatic" ; SFXSTYLEBIT_AUTO ; > ;
-                       < "Text Styles" ; SWSTYLEBIT_TEXT ; > ;
-                       < "Chapter Styles" ; SWSTYLEBIT_CHAPTER ; > ;
-                       < "List Styles" ; SWSTYLEBIT_LIST ; > ;
-                       < "Index Styles" ; SWSTYLEBIT_IDX ; > ;
-                       < "Special Styles" ; SWSTYLEBIT_EXTRA ; > ;
-                       < "HTML Styles" ; SWSTYLEBIT_HTML ; > ;
-                       < "Conditional Styles" ; SWSTYLEBIT_CONDCOLL ; > ;
+                < "All Styles" ; SFXSTYLEBIT_ALL ;                             
        > ;
+                       < "Applied Styles" ; SFXSTYLEBIT_USED ;                 
> ;
+                       < "Custom Styles" ; SFXSTYLEBIT_USERDEF ;               
> ;
+                       < "Automatic" ; SFXSTYLEBIT_AUTO ;                      
        > ;
+                       < "Text Styles" ; SWSTYLEBIT_TEXT ;                     
        > ;
+                       < "Chapter Styles" ; SWSTYLEBIT_CHAPTER ;               
> ;
+                       < "List Styles" ; SWSTYLEBIT_LIST ;                     
        > ;
+                       < "Index Styles" ; SWSTYLEBIT_IDX ;                     
        > ;
+                       < "Special Styles" ; SWSTYLEBIT_EXTRA ;                 
> ;
+                       < "HTML Styles" ; SWSTYLEBIT_HTML ;                     
        > ;
+                       < "Conditional Styles" ; SWSTYLEBIT_CONDCOLL ;  > ;
                };
        };
                SfxStyleFamilyItem
@@ -130,9 +126,9 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
                        Text [ en-US ] = "Character Styles" ;
                        FilterList [ en-US ] =
                        {
-                               < "All" ; SFXSTYLEBIT_ALL ; > ;
-                               < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
-                               < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
+                               < "All" ; SFXSTYLEBIT_ALL ;                     
                > ;
+                               < "Applied Styles" ; SFXSTYLEBIT_USED ;         
> ;
+                               < "Custom Styles" ; SFXSTYLEBIT_USERDEF ;       
> ;
                        };
        };
                SfxStyleFamilyItem
@@ -141,9 +137,9 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
                        Text [ en-US ] = "Frame Styles" ;
                        FilterList [ en-US ] =
                        {
-                               < "All" ; SFXSTYLEBIT_ALL ; > ;
-                               < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
-                               < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
+                               < "All" ; SFXSTYLEBIT_ALL ;                     
                > ;
+                               < "Applied Styles" ; SFXSTYLEBIT_USED ;         
> ;
+                               < "Custom Styles" ; SFXSTYLEBIT_USERDEF ;       
> ;
                        };
        };
                SfxStyleFamilyItem
@@ -152,9 +148,9 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
                        Text [ en-US ] = "Page Styles" ;
                        FilterList [ en-US ] =
                        {
-                               < "All" ; SFXSTYLEBIT_ALL ; > ;
-                               < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
-                               < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
+                               < "All" ; SFXSTYLEBIT_ALL ;                     
                > ;
+                               < "Applied Styles" ; SFXSTYLEBIT_USED ;         
> ;
+                               < "Custom Styles" ; SFXSTYLEBIT_USERDEF ;       
> ;
                        };
        };
                SfxStyleFamilyItem
@@ -163,28 +159,28 @@ SfxStyleFamilies DLG_STYLE_DESIGNER
                        Text [ en-US ] = "List Styles" ;
                        FilterList [ en-US ] =
                        {
-                               < "All" ; SFXSTYLEBIT_ALL ; > ;
-                               < "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
-                               < "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
+                               < "All" ; SFXSTYLEBIT_ALL ;                     
                > ;
+                               < "Applied Styles" ; SFXSTYLEBIT_USED ;         
> ;
+                               < "Custom Styles" ; SFXSTYLEBIT_USERDEF ;       
> ;
                        };
        };
        };
 
        ImageList 1     // == BMP_COLOR_NORMAL + 1
        {
-        Prefix = "sf";
+               Prefix = "sf" ;
                STYLE_IMAGE_LISTEF
        };
        ImageList 2     // == BMP_COLOR_HIGHCONTRAST + 1
        {
-        Prefix = "sfh";
+               Prefix = "sfh" ;
                STYLE_IMAGE_LISTEF
        };
 };
 
 
 
- // Default Bitmap fuer Toolbox
+ // Default Bitmap for toolbox
 BITMAP BMP_FEHLT { FILE = "x.png" ; };
  // Bitmap fuer die NumerierungsVorlagen im Organizer
 Bitmap BMP_STYLES_FAMILY_NUM { File = "styfamnu.png" ; };
@@ -208,7 +204,7 @@ String STR_HUMAN_SWDOC_NAME
 
 String STR_WRITER_DOCUMENT_FULLTYPE
 {
-    Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Text Document";
+       Text [ en-US ] = "%PRODUCTNAME %PRODUCTVERSION Text Document" ;
 };
 
 
@@ -219,7 +215,7 @@ String STR_CANTOPEN
 
 String STR_CANTCREATE
 {
-       Text [ en-US ] = "Can't create document.";
+       Text [ en-US ] = "Can't create document." ;
 };
 String STR_DLLNOTFOUND
 {
@@ -257,17 +253,17 @@ InfoBox MSG_ERROR_PASSWD
 };
 
 /*
- * auskommentiert, da die Toolbox z. Zt. nicht aus der Resource
+ * auskommentiert, da die Toolbox z. Zt. nicht aus der Ressource
  * geladen werden kann
 Window WIN_TOOLBOX {
-          "Bearbeitung von Text, Rahmen, Grafik, Tabellen oder "
-          "Numerierungen.";
+               "Bearbeitung von Text, Rahmen, Grafik, Tabellen oder "
+               "Numerierungen." ;
 HelpText [ en-US ] = "The objectbar contains, depending on your current "
                        "working context, buttons for the editing of text, "
-                       "frames, graphics, tables or numberings.";
-       OUTPUTSIZE = TRUE;
-       BORDER = TRUE;
-       Size = (28,27);
+                       "frames, graphics, tables or numberings." ;
+       OUTPUTSIZE = TRUE ;
+       BORDER = TRUE ;
+       Size = (28, 27) ;
 };
  */
 
@@ -372,7 +368,7 @@ String STR_STATSTR_SUMMARY
 
 String STR_STATSTR_SWGPRTOLENOTIFY
 {
-       Text [ en-US ] = "Adapt Objects...";
+       Text [ en-US ] = "Adapt Objects..." ;
 };
 
 
@@ -410,7 +406,7 @@ String STR_TABLE_DEFNAME
 
 String STR_GRAPHIC_DEFNAME
 {
-       Text[ en-US ] = "graphics" ;
+       Text [ en-US ] = "graphics" ;
 };
 
 String STR_OBJECT_DEFNAME
@@ -446,13 +442,13 @@ QueryBox MSG_SAVE_HTML_QUERY
 {
        BUTTONS = WB_YES_NO_CANCEL ;
        DEFBUTTON = WB_DEF_YES ;
-       Message [ en-US ] = "Conversion into HTML format \nmay cause 
information loss. \nDo you want to save the document?" ;
+       Message [ en-US ] = "Conversion into HTML format\nmay cause information 
loss.\nDo you want to save the document?" ;
 };
 QueryBox MSG_SAVEAS_HTML_QUERY
 {
-    BUTTONS = WB_YES_NO;
-    DEFBUTTON = WB_DEF_NO ;
-       Message [ en-US ] = "The source code can only be displayed if the 
document is saved in HTML format.\nWould you like to save the document as 
HTML?";
+       BUTTONS = WB_YES_NO;
+       DEFBUTTON = WB_DEF_NO ;
+       Message [ en-US ] = "The source code can only be displayed if the 
document is saved in HTML format.\nWould you like to save the document as 
HTML?" ;
 };
 String STR_ABSTRACT_TITLE
 {
@@ -466,18 +462,18 @@ String STR_FDLG_TEMPLATE_BUTTON
 
 String STR_FDLG_TEMPLATE_NAME
 {
-    //Text [ en-US ] = "Styles: " ;                    //#outline 
level,removed by zhaojianwei
-    Text [ en-US ] = "separated by: " ;        //<-end,add by zhaojianwei
+       //Text [ en-US ] = "Styles: " ; //#outline level,removed by zhaojianwei
+       Text [ en-US ] = "separated by: " ; //<-end,add by zhaojianwei
 };
 //#outline level,add by zhaojianwei
 String STR_FDLG_OUTLINE_LEVEL
 {
-    Text [ en-US ] = "Outline: Level ";
+       Text [ en-US ] = "Outline: Level " ;
 };
 
 String STR_FDLG_STYLE
 {
-    Text [ en-US ] = "Style: "; 
+       Text [ en-US ] = "Style: " ;
 };
 //<-end
 
@@ -492,75 +488,75 @@ String STR_PAGEBREAK
 };
 String STR_WESTERN_FONT
 {
-       Text [ en-US ] = "Western text: ";
+       Text [ en-US ] = "Western text: " ;
 };
 String STR_CJK_FONT
 {
-       Text [ en-US ] = "Asian text: ";
+       Text [ en-US ] = "Asian text: " ;
 };
 String STR_REDLINE_UNKNOWN_AUTHOR
 {
-       Text [ en-US ] = "Unknown Author";
+       Text [ en-US ] = "Unknown Author" ;
 };
 
 WarningBox MSG_DISABLE_UNDO_QUESTION
 {
-       BUTTONS = WB_YES_NO_CANCEL;
+       BUTTONS = WB_YES_NO_CANCEL ;
        DEFBUTTON = WB_DEF_YES ;
-       Message [ en-US ] = "This action deletes the list of actions that can 
be undone. Previous changes made to the document are still valid, but cannot be 
undone. Do you want to continue formatting?";
+       Message [ en-US ] = "This action deletes the list of actions that can 
be undone. Previous changes made to the document are still valid, but cannot be 
undone. Do you want to continue formatting?" ;
 };
 /*QueryBox MSG_INS_MERGE_FIELDS
 {
-    HelpId = HID_MAIL_MERGE_INSERT_FIELDS;
-    Buttons = WB_OK_CANCEL ;
-    DefButton = WB_DEF_YES ;
-    Message [ en-US ] = "Do you want to use names and addresses from a 
database?";
+       HelpId = HID_MAIL_MERGE_INSERT_FIELDS;
+       Buttons = WB_OK_CANCEL ;
+       DefButton = WB_DEF_YES ;
+       Message [ en-US ] = "Do you want to use names and addresses from a 
database?" ;
 };
 */
 QueryBox MSG_PRINT_AS_MERGE
 {
-    HelpId = HID_PRINT_AS_MERGE;
-    Buttons = WB_YES_NO ;
-    DefButton = WB_DEF_YES ;
-    Message [ en-US ] = "Your document contains address database fields. Do 
you want to print a form letter?";
+       HelpId = HID_PRINT_AS_MERGE ;
+       Buttons = WB_YES_NO ;
+       DefButton = WB_DEF_YES ;
+       Message [ en-US ] = "Your document contains address database fields. Do 
you want to print a form letter?" ;
 };
 ModalDialog DLG_MERGE_SOURCE_UNAVAILABLE
 {
-    HelpId = HID_MERGE_SOURCE_UNAVAILABLE;
-    OutputSize = TRUE ;
-    SVLook = TRUE ;
-    Size = MAP_APPFONT ( 202 , 72 ) ;
-    Moveable = TRUE ;
+       HelpId = HID_MERGE_SOURCE_UNAVAILABLE ;
+       OutputSize = TRUE ;
+       SVLook = TRUE ;
+       Size = MAP_APPFONT ( 202, 72 ) ;
+       Moveable = TRUE ;
 
-    FixedImage IMG_MERGE
-    {
-        Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 103 , 32 ) ;
+       FixedImage IMG_MERGE
+       {
+        Pos = MAP_APPFONT ( 12, 14 ) ;
+        Size = MAP_APPFONT ( 103, 32 ) ;
     };
     FixedText ST_MERGE_SOURCE_UNAVAILABLE
     {
-        Pos = MAP_APPFONT ( 12 , 6 ) ;
-        Size = MAP_APPFONT ( 178 , 40 ) ;
-        WordBreak = TRUE;
-        Text [ en-US ] = "The data source \'%1\' was not found. Thus the 
connection to the data source could not be established.\n\nPlease check the 
connections settings.";
+        Pos = MAP_APPFONT ( 12, 6 ) ;
+        Size = MAP_APPFONT ( 178, 40 ) ;
+        WordBreak = TRUE ;
+        Text [ en-US ] = "The data source \'%1\' was not found. Thus the 
connection to the data source could not be established.\n\nPlease check the 
connections settings." ;
     };
     OKButton PB_MERGE_OK
     {
-        Pos = MAP_APPFONT ( 12 , 52 ) ;
-        Size = MAP_APPFONT ( 125 , 14 ) ;
-        Text [ en-US ] = "Check Connection Settings...";
+        Pos = MAP_APPFONT ( 12, 52 ) ;
+        Size = MAP_APPFONT ( 125, 14 ) ;
+        Text [ en-US ] = "Check Connection Settings..." ;
     };
     CancelButton PB_MERGE_CANCEL
     {
-        Pos = MAP_APPFONT ( 140 , 52 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
+        Pos = MAP_APPFONT ( 140, 52 ) ;
+        Size = MAP_APPFONT ( 50, 14 ) ;
     };
 };
 WarningBox MSG_DATA_SOURCES_UNAVAILABLE
 {
-    HelpId = HID_DATA_SOURCES_UNAVAILABLE;
-    Buttons = WB_OK_CANCEL;
-    Message [ en-US ] = "No data source has been set up yet. You need a data 
source, such as a database, to supply data (for example, names and addresses) 
for the fields.";
+    HelpId = HID_DATA_SOURCES_UNAVAILABLE ;
+    Buttons = WB_OK_CANCEL ;
+    Message [ en-US ] = "No data source has been set up yet. You need a data 
source, such as a database, to supply data (for example, names and addresses) 
for the fields." ;
 };
 
 String RID_MODULE_TOOLBOX
@@ -574,7 +570,7 @@ String  STR_DONT_ASK_AGAIN
 // --> OD 2008-04-14 #outlinelevel#
 String STR_OUTLINE_NUMBERING
 {
-    Text [ en-US ] = "Outline Numbering";
+    Text [ en-US ] = "Outline Numbering" ;
 };
 ToolBox RID_MODULE_TOOLBOX
 {
@@ -655,7 +651,9 @@ ToolBox RID_MODULE_TOOLBOX
 
 WarningBox MSG_DISABLE_READLINE_QUESTION
 {
-       BUTTONS = WB_YES_NO;
+       BUTTONS = WB_YES_NO ;
        DEFBUTTON = WB_DEF_YES ;
-       Message [ en-US ] = "In the current document, changes are being 
recorded but not shown as such. In large documents, delays can occur when the 
document is edited. Do you want to show the changes to avoid delays?";
+       Message [ en-US ] = "In the current document, changes are being 
recorded but not shown as such. In large documents, delays can occur when the 
document is edited. Do you want to show the changes to avoid delays?" ;
 };
+
+// ********************************************************************** EOF


Reply via email to