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

commit 75772bad1f05b458f07f410457b150c9ad458860
Author: mseidel <msei...@apache.org>
AuthorDate: Fri May 19 01:22:45 2023 +0200

    Cleaned up resource files, small corrections to strings
---
 main/extensions/source/preload/preload.src      | 215 +++++-------
 main/svtools/source/dialogs/wizardmachine.src   |  16 +-
 main/sw/source/ui/dbui/mailmergechildwindow.src | 441 ++++++++++++------------
 main/sw/source/ui/table/chartins.src            |   4 +-
 main/sw/source/ui/table/tabledlg.src            |  24 +-
 5 files changed, 325 insertions(+), 375 deletions(-)

diff --git a/main/extensions/source/preload/preload.src 
b/main/extensions/source/preload/preload.src
index 5014a8cee3..4777604ad5 100644
--- a/main/extensions/source/preload/preload.src
+++ b/main/extensions/source/preload/preload.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.
- * 
+ *
  *************************************************************/
 
 
@@ -27,120 +27,120 @@
 
 ModalDialog RID_DLG_OEMWIZARD
 {
-    HelpID = "extensions:ModalDialog:RID_DLG_OEMWIZARD";
-    Text = "%PRODUCTNAME %PRODUCTVERSION";
+       HelpID = "extensions:ModalDialog:RID_DLG_OEMWIZARD" ;
+       Text = "%PRODUCTNAME %PRODUCTVERSION" ;
 
        OutputSize              = TRUE ;
        SVLook                  = TRUE ;
        Moveable                = TRUE ;
        Closeable               = TRUE ;
-       Hide                    = TRUE;
-    PushButton PB_PREV
-    {
-        HelpID = "extensions:PushButton:RID_DLG_OEMWIZARD:PB_PREV";
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-               Text [ en-US ] = "<< Back" ;
+       Hide                    = TRUE ;
+       PushButton PB_PREV
+       {
+               HelpID = "extensions:PushButton:RID_DLG_OEMWIZARD:PB_PREV" ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               Text [ en-US ] = "< Back" ;
+       };
+       PushButton PB_NEXT
+       {
+               HelpID = "extensions:PushButton:RID_DLG_OEMWIZARD:PB_NEXT" ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               Text [ en-US ] = "Next >" ;
        };
-    PushButton PB_NEXT
-    {
-        HelpID = "extensions:PushButton:RID_DLG_OEMWIZARD:PB_NEXT";
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-               Text [ en-US ] = "Next >>" ;
+       CancelButton PB_CANCEL
+       {
+               Size = MAP_APPFONT ( 50, 14 ) ;
        };
-    CancelButton PB_CANCEL
-    {
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-    };
-    String ST_ACCEPT
-    {
-       Text [ en-US ] = "Accept";
+       String ST_ACCEPT
+       {
+               Text [ en-US ] = "Accept" ;
        };
-    String ST_FINISH
-    {
-       Text [ en-US ] = "Finish";
+       String ST_FINISH
+       {
+               Text [ en-US ] = "Finish" ;
        };
-    String ST_LICENSE_AGREEMENT
-    {
-        Text [ en-US ] = " - Software License Agreement";
+       String ST_LICENSE_AGREEMENT
+       {
+               Text [ en-US ] = " - Software License Agreement" ;
        };
 
-    String ST_INSERT_USER_DATA
-    {
-        Text [ en-US ] = "- User Data";
+       String ST_INSERT_USER_DATA
+       {
+               Text [ en-US ] = "- User Data" ;
        };
 };
 TabPage RID_TP_WELCOME
 {
-    HelpID = "extensions:TabPage:RID_TP_WELCOME";
-//    HelpId = ;
+       HelpID = "extensions:TabPage:RID_TP_WELCOME" ;
+//     HelpId = ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
        Hide = TRUE ;
-       Size = MAP_APPFONT ( 260 , 185 ) ;
-       Text [ en-US ] = "Welcome";
-    FixedText FT_INFO
-    {
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 248 , 174 ) ;
-        WordBreak = TRUE ;
-        Text [ en-US ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION OEM\n\nTo 
start the %PRODUCTNAME %PRODUCTVERSION OEM, "
-        "please enter your personal data in the dialog following the license 
text. Important information is contained "
-        "in the readme files which are located in the %PRODUCTNAME product 
directory. Please read these files carefully. "
-        "You can also find detailed information at the OpenOffice website \n\n"
-        "http://www.openoffice.org.";;
+       Size = MAP_APPFONT ( 260, 185 ) ;
+       Text [ en-US ] = "Welcome" ;
+       FixedText FT_INFO
+       {
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 248, 174 ) ;
+               WordBreak = TRUE ;
+               Text [ en-US ] = "Welcome to %PRODUCTNAME %PRODUCTVERSION 
OEM\n\nTo start the %PRODUCTNAME %PRODUCTVERSION OEM, "
+               "please enter your personal data in the dialog following the 
license text. Important information is contained "
+               "in the readme files which are located in the %PRODUCTNAME 
product directory. Please read these files carefully. "
+               "You can also find detailed information at the OpenOffice 
website \n\n"
+               "https://www.openoffice.org."; ;
        };
 };
 
-#define LICENSE_DIALOG_WIDTH  260
-#define LICENSE_DIALOG_HEIGTH 185
-#define LICENSE_RIGHT_BORDER  7
-#define LICENSE_BOTTOM_BORDER  0
+#define LICENSE_DIALOG_WIDTH   260
+#define LICENSE_DIALOG_HEIGTH  185
+#define LICENSE_RIGHT_BORDER   7
+#define LICENSE_BOTTOM_BORDER  0
 #define LICENSE_ROW_1 (7)
 #define LICENSE_COL_1 (7)
 
-#define OFFSET        2
-#define COL2_WIDTH   10
-#define OFFSET_IMG   10
-#define FT_HEIGHT     8
-#define PB_HEIGHT    14
-#define PD_WIDTH     40
+#define OFFSET         2
+#define COL2_WIDTH     10
+#define OFFSET_IMG     10
+#define FT_HEIGHT      8
+#define PB_HEIGHT      14
+#define PD_WIDTH       40
 
 #define LICENCE_HEIGHT 102
 #define LICENSE_ROW_2 (LICENSE_ROW_1 + OFFSET + LICENCE_HEIGHT)
 #define LICENSE_ROW_3 (LICENSE_ROW_2 + OFFSET + FT_HEIGHT)
-#define LICENSE_ROW_4 (LICENSE_ROW_3 + OFFSET + 3*FT_HEIGHT )
+#define LICENSE_ROW_4 (LICENSE_ROW_3 + OFFSET + 3 * FT_HEIGHT )
 #define LICENSE_ROW_5 (LICENSE_ROW_4 + OFFSET + FT_HEIGHT)
 
 /*
 #define LICENSE_ROW_5 (LICENSE_DIALOG_HEIGTH - LICENSE_BOTTOM_BORDER - OFFSET 
- FT_HEIGHT)
 #define LICENSE_ROW_4 (LICENSE_ROW_5 - OFFSET - FT_HEIGHT)
-#define LICENSE_ROW_3 (LICENSE_ROW_4 - OFFSET - 3*FT_HEIGHT)
+#define LICENSE_ROW_3 (LICENSE_ROW_4 - OFFSET - 3 * FT_HEIGHT)
 #define LICENSE_ROW_2 (LICENSE_ROW_3 - OFFSET - FT_HEIGHT)
-#define LICENCE_HEIGHT (LICENSE_ROW_2-LICENSE_ROW_1-OFFSET)
+#define LICENCE_HEIGHT (LICENSE_ROW_2 - LICENSE_ROW_1 - OFFSET)
 */
 
 
 #define LICENSE_COL_2 (LICENSE_COL_1 + OFFSET_IMG)
-#define LICENSE_COL_3 (LICENSE_COL_2 + COL2_WIDTH +1)
+#define LICENSE_COL_3 (LICENSE_COL_2 + COL2_WIDTH + 1)
 #define LICENSE_COL_4 (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - PD_WIDTH)
 
 #define LICENSE_WIDTH (LICENSE_DIALOG_WIDTH - LICENSE_RIGHT_BORDER - 
LICENSE_ROW_1)
-#define COL3_WIDTH       (LICENSE_COL_4 - LICENSE_COL_3)
+#define COL3_WIDTH (LICENSE_COL_4 - LICENSE_COL_3)
 
 
 TabPage RID_TP_LICENSE
 {
-    HelpID = "extensions:TabPage:RID_TP_LICENSE";
+       HelpID = "extensions:TabPage:RID_TP_LICENSE" ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
        Hide = TRUE ;
-       Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH , LICENSE_DIALOG_HEIGTH ) ;
-       Text [ en-US ] = "License Agreement";
+       Size = MAP_APPFONT ( LICENSE_DIALOG_WIDTH, LICENSE_DIALOG_HEIGTH ) ;
+       Text [ en-US ] = "License Agreement" ;
 
        MultiLineEdit ML_LICENSE
        {
-           HelpID = "extensions:MultiLineEdit:RID_TP_LICENSE:ML_LICENSE";
-               PosSize = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_1 , 
LICENSE_WIDTH , LICENCE_HEIGHT ) ;
+               HelpID = "extensions:MultiLineEdit:RID_TP_LICENSE:ML_LICENSE" ;
+               PosSize = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_1, 
LICENSE_WIDTH, LICENCE_HEIGHT ) ;
                Border = TRUE ;
                VScroll = TRUE ;
                ReadOnly = TRUE ;
@@ -149,55 +149,54 @@ TabPage RID_TP_LICENSE
        FixedText FT_INFO1
        {
                WordBreak = TRUE ;
-               Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_2 ) ;
-               Size = MAP_APPFONT ( LICENSE_WIDTH , FT_HEIGHT ) ;
+               Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_2 ) ;
+               Size = MAP_APPFONT ( LICENSE_WIDTH, FT_HEIGHT ) ;
                Text [ en-US ] = "Please follow these steps to proceed with the 
installation:" ;
        };
 
        FixedImage IMG_ARROW
        {
-               Pos = MAP_APPFONT ( LICENSE_COL_1 , LICENSE_ROW_3 ) ;
-               Size = MAP_PIXEL ( 16 , 16 ) ;
+               Pos = MAP_APPFONT ( LICENSE_COL_1, LICENSE_ROW_3 ) ;
+               Size = MAP_PIXEL ( 16, 16 ) ;
                Fixed = Image
                {
                        ImageBitmap = Bitmap
                        {
                                File = "arrow.png" ;
-                               File[ ar ] = "m_arrow.png" ;
+                               File [ ar ] = "m_arrow.png" ;
                        };
-                       MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; 
Blue = 0xFFFF ; };
                };
        };
 
        FixedText FT_INFO2_1
        {
                WordBreak = TRUE ;
-               Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_3 ) ;
-               Size = MAP_APPFONT ( COL2_WIDTH , FT_HEIGHT ) ;
+               Pos = MAP_APPFONT ( LICENSE_COL_2, LICENSE_ROW_3 ) ;
+               Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
                Text [ en-US ] = "1." ;
        };
 
        FixedText FT_INFO2
        {
                WordBreak = TRUE ;
-               Pos = MAP_APPFONT ( LICENSE_COL_3 , LICENSE_ROW_3 ) ;
+               Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_3 ) ;
                Size = MAP_APPFONT ( COL3_WIDTH, 3*FT_HEIGHT ) ;
                Text [ en-US ] = "View the complete License Agreement. Please 
use the scroll bar or the '%PAGEDOWN' button in this dialog to view the entire 
license text." ;
        };
 
        PushButton PB_PAGEDOWN
        {
-           HelpID = "extensions:PushButton:RID_TP_LICENSE:PB_PAGEDOWN";
+               HelpID = "extensions:PushButton:RID_TP_LICENSE:PB_PAGEDOWN" ;
                TabStop = TRUE ;
-               Pos = MAP_APPFONT ( LICENSE_COL_4 , LICENSE_ROW_3 ) ;
-               Size = MAP_APPFONT ( PD_WIDTH , PB_HEIGHT ) ;
+               Pos = MAP_APPFONT ( LICENSE_COL_4, LICENSE_ROW_3 ) ;
+               Size = MAP_APPFONT ( PD_WIDTH, PB_HEIGHT ) ;
                Text [ en-US ] = "Page Down" ;
        };
 
        FixedText FT_INFO3_1
        {
                WordBreak = TRUE ;
-               Pos = MAP_APPFONT ( LICENSE_COL_2 , LICENSE_ROW_4 ) ;
+               Pos = MAP_APPFONT ( LICENSE_COL_2, LICENSE_ROW_4 ) ;
                Size = MAP_APPFONT ( COL2_WIDTH, FT_HEIGHT ) ;
                Text [ en-US ] = "2." ;
        };
@@ -212,7 +211,7 @@ TabPage RID_TP_LICENSE
 
        CheckBox CB_ACCEPT
        {
-           HelpID = "extensions:CheckBox:RID_TP_LICENSE:CB_ACCEPT";
+               HelpID = "extensions:CheckBox:RID_TP_LICENSE:CB_ACCEPT" ;
                TabStop = TRUE ;
                Pos = MAP_APPFONT ( LICENSE_COL_3, LICENSE_ROW_5 ) ;
                Size = MAP_APPFONT ( COL3_WIDTH, FT_HEIGHT ) ;
@@ -231,56 +230,4 @@ TabPage RID_TP_LICENSE
 
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/svtools/source/dialogs/wizardmachine.src 
b/main/svtools/source/dialogs/wizardmachine.src
index c88d548e91..3f1125fedd 100644
--- a/main/svtools/source/dialogs/wizardmachine.src
+++ b/main/svtools/source/dialogs/wizardmachine.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.
- * 
+ *
  *************************************************************/
 
 
@@ -32,15 +32,17 @@ String STR_WIZDLG_FINISH
 
 String STR_WIZDLG_NEXT
 {
-       Text [ en-US ] = "~Next >>";
+       Text [ en-US ] = "~Next >" ;
 };
 
 String STR_WIZDLG_PREVIOUS
 {
-       Text [ en-US ] = "<< Bac~k";
+       Text [ en-US ] = "< Bac~k" ;
 };
 
 String STR_WIZDLG_ROADMAP_TITLE
 {
-    Text [ en-US ] = "Steps";
+       Text [ en-US ] = "Steps" ;
 };
+
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/dbui/mailmergechildwindow.src 
b/main/sw/source/ui/dbui/mailmergechildwindow.src
index a588067e7d..89da5e046a 100644
--- a/main/sw/source/ui/dbui/mailmergechildwindow.src
+++ b/main/sw/source/ui/dbui/mailmergechildwindow.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.
- * 
+ *
  *************************************************************/
 
 
@@ -25,251 +25,252 @@
 #include "helpid.h"
 #include <cmdid.h>
 
-#define WIDTH  100
-#define HEIGHT 16
+#define WIDTH  100
+#define HEIGHT 16
 
 #define WORKAROUND \
-    Text [ en-US ] = "Return to Mail Merge Wizard" ; \
+       Text [ en-US ] = "Return to Mail Merge Wizard" ; \
 
 
 FloatingWindow DLG_MAILMERGECHILD\
 {
        OutputSize = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( WIDTH , HEIGHT ) ;
+       Size = MAP_APPFONT ( WIDTH, HEIGHT ) ;
        Moveable = TRUE ;
        Closeable = FALSE ;
        Sizeable = FALSE ;
        Zoomable = TRUE ;
-    HelpID = HID_MAILMERGECHILD ;
+       HelpID = HID_MAILMERGECHILD ;
        Hide = TRUE ;
-    Text [ en-US ] = "Mail Merge Wizard";\
-    ToolBox TB_BACK\
-    {
-        MenuStrings = TRUE ;
-        SVLook = TRUE ;
-        ItemList =
-        {
-            ToolBoxItem\
-            {
-                Identifier = 1;
-                HelpID = HID_RETURN_TO_MAILMERGE ;
-                Left = TRUE;
-                WORKAROUND
-            };
-        };
-    };
-    #define IMGLIST1_IDS\
-        IdList = \
-        { \
-            FN_SHOW_ROOT; \
-        }; \
-        IdCount = 1
+       Text [ en-US ] = "Mail Merge Wizard" ;\
+       ToolBox TB_BACK\
+       {
+               MenuStrings = TRUE ;
+               SVLook = TRUE ;
+               ItemList =
+               {
+                       ToolBoxItem\
+                       {
+                               Identifier = 1 ;
+                               HelpID = HID_RETURN_TO_MAILMERGE ;
+                               Left = TRUE ;
+                               WORKAROUND
+                       };
+               };
+       };
+       #define IMGLIST1_IDS\
+               IdList = \
+               { \
+                       FN_SHOW_ROOT; \
+               }; \
+               IdCount = 1
 
-    ImageList ILIST_TBX
-    {
-        Prefix = "sc";
-        MaskColor = IMAGE_MASK_COLOR;
-        IMGLIST1_IDS;
-    };
+       ImageList ILIST_TBX
+       {
+               Prefix = "sc" ;
+               MaskColor = IMAGE_MASK_COLOR ;
+               IMGLIST1_IDS ;
+       };
 
-    ImageList ILIST_TBX_HC
-    {
-        Prefix = "sch";
-        MaskColor = IMAGE_MASK_COLOR ;
-        IMGLIST1_IDS;
-    };
+       ImageList ILIST_TBX_HC
+       {
+               Prefix = "sch" ;
+               MaskColor = IMAGE_MASK_COLOR ;
+               IMGLIST1_IDS ;
+       };
 };
 
 //FloatingWindow DLG_MM_SENDMAILS
 ModelessDialog /*ModalDialog*/ DLG_MM_SENDMAILS
 {
-    OutputSize = TRUE ;
-    SVLook = TRUE ;
-    HelpID = HID_MM_SENDMAILS;
-    Size = MAP_APPFONT ( 250 , 221 ) ;
-    Moveable = TRUE ;
-    Closeable = TRUE;
+       OutputSize = TRUE ;
+       SVLook = TRUE ;
+       HelpID = HID_MM_SENDMAILS ;
+       Size = MAP_APPFONT ( 250, 221 ) ;
+       Moveable = TRUE ;
+       Closeable = TRUE ;
 
-    Text [ en-US ] = "Sending E-mail messages";
+       Text [ en-US ] = "Sending E-mail messages" ;
 
-    FixedLine  FL_STATUS
-    {
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 238 , 8 ) ;
-        Text[ en-US ] = "Connection status";
-    };
-    FixedText  FT_STATUS1
-    {
-        Pos = MAP_APPFONT ( 12 , 14 ) ;
-        Size = MAP_APPFONT ( 226 , 8 ) ;
-        Text[ en-US ] = "The connection to the outgoing mail server has been 
established";
-    };
-    String ST_SEND
-    {
-        Text[ en-US ] = "Sending e-mails...";
-    };
-    FixedLine  FL_TRANSFERSTATUS
-    {
-        Pos = MAP_APPFONT ( 6 , 28 ) ;
-        Size = MAP_APPFONT ( 238 , 8 ) ;
-        Text[ en-US ] = "Transfer status";
-    };
-    FixedText  FT_TRANSFERSTATUS
-    {
-        Pos = MAP_APPFONT ( 12, 39 ) ;
-        Size = MAP_APPFONT ( 110 , 8 ) ;
-        Text[ en-US ] = "%1 of %2 e-mails sent";
-    };
-    FixedText  FI_PAUSED
-    {
-        Pos = MAP_APPFONT ( 125, 39 ) ;
-        Size = MAP_APPFONT ( 100 , 8 ) ;
-        Hide = TRUE;
-        Text[ en-US ] = "Sending paused";
-    };
-    Window    PB_PROGRESS
-    {
-        Pos = MAP_APPFONT ( 12 , 50 ) ;
-        Size = MAP_APPFONT ( 226 , 14 ) ;
-        Border = TRUE;
-    };
-    FixedText  FT_ERRORSTATUS
-    {
-        Pos = MAP_APPFONT ( 12 , 67 ) ;
-        Size = MAP_APPFONT ( 226 , 8 ) ;
-        Text[ en-US ] = "E-mails not sent: %1";
-    };
-    PushButton PB_DETAILS
-    {
-        Pos = MAP_APPFONT ( 188 , 81 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        Text[ en-US ] = "More >>";
-    };
-    String  ST_LESS
-    {
-        Text[ en-US ] = "<< Less";
-    };
+       FixedLine FL_STATUS
+       {
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 238, 8 ) ;
+               Text [ en-US ] = "Connection status" ;
+       };
+       FixedText FT_STATUS1
+       {
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 226, 8 ) ;
+               Text [ en-US ] = "The connection to the outgoing mail server 
has been established" ;
+       };
+       String ST_SEND
+       {
+               Text [ en-US ] = "Sending e-mails..." ;
+       };
+       FixedLine FL_TRANSFERSTATUS
+       {
+               Pos = MAP_APPFONT ( 6, 28 ) ;
+               Size = MAP_APPFONT ( 238, 8 ) ;
+               Text [ en-US ] = "Transfer status" ;
+       };
+       FixedText FT_TRANSFERSTATUS
+       {
+               Pos = MAP_APPFONT ( 12, 39 ) ;
+               Size = MAP_APPFONT ( 110, 8 ) ;
+               Text [ en-US ] = "%1 of %2 e-mails sent" ;
+       };
+       FixedText FI_PAUSED
+       {
+               Pos = MAP_APPFONT ( 125, 39 ) ;
+               Size = MAP_APPFONT ( 100, 8 ) ;
+               Hide = TRUE ;
+               Text [ en-US ] = "Sending paused" ;
+       };
+       Window PB_PROGRESS
+       {
+               Pos = MAP_APPFONT ( 12, 50 ) ;
+               Size = MAP_APPFONT ( 226, 14 ) ;
+               Border = TRUE ;
+       };
+       FixedText FT_ERRORSTATUS
+       {
+               Pos = MAP_APPFONT ( 12, 67 ) ;
+               Size = MAP_APPFONT ( 226, 8 ) ;
+               Text [ en-US ] = "E-mails not sent: %1" ;
+       };
+       PushButton PB_DETAILS
+       {
+               Pos = MAP_APPFONT ( 188, 81 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               Text [ en-US ] = "More >" ;
+       };
+       String ST_LESS
+       {
+               Text [ en-US ] = "< Less" ;
+       };
 
-    Control LB_STATUS
-    {
-        Pos = MAP_APPFONT ( 12 , 101 ) ;
-        Size = MAP_APPFONT ( 226 , 80 ) ;
-        Border = TRUE;
-    };
-    FixedLine  FL_SEPARATOR
-    {
-        Pos = MAP_APPFONT ( 0 , 187 ) ;
-        Size = MAP_APPFONT ( 250 , 8 ) ;
-    };
-    PushButton PB_STOP
-    {
-        Pos = MAP_APPFONT ( 141 , 201 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        Text[ en-US ] = "~Stop";
-    };
-    PushButton PB_CLOSE
-    {
-        Pos = MAP_APPFONT ( 194 , 201 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        Text[ en-US ] = "C~lose";
-    };
-    String     ST_CONTINUE
-    {
-        Text[ en-US ] = "~Continue";
-    };
-    #define IMGLIST2_IDS\
-        IdList = \
-        { \
-            FN_FORMULA_CANCEL ;\
-            FN_FORMULA_APPLY     ;\
-        }; \
-        IdCount = 2
+       Control LB_STATUS
+       {
+               Pos = MAP_APPFONT ( 12, 101 ) ;
+               Size = MAP_APPFONT ( 226, 80 ) ;
+               Border = TRUE ;
+       };
+       FixedLine FL_SEPARATOR
+       {
+               Pos = MAP_APPFONT ( 0, 187 ) ;
+               Size = MAP_APPFONT ( 250, 8 ) ;
+       };
+       PushButton PB_STOP
+       {
+               Pos = MAP_APPFONT ( 141, 201 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               Text [ en-US ] = "~Stop" ;
+       };
+       PushButton PB_CLOSE
+       {
+               Pos = MAP_APPFONT ( 194, 201 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               Text [ en-US ] = "C~lose" ;
+       };
+       String ST_CONTINUE
+       {
+               Text [ en-US ] = "~Continue" ;
+       };
+       #define IMGLIST2_IDS\
+               IdList = \
+               { \
+                       FN_FORMULA_CANCEL ;\
+                       FN_FORMULA_APPLY ;\
+               }; \
+               IdCount = 2
 
-    ImageList ILIST
-    {
-        Prefix = "sc";
-        MaskColor = IMAGE_MASK_COLOR;
-        IMGLIST2_IDS;
-    };
+       ImageList ILIST
+       {
+               Prefix = "sc" ;
+               MaskColor = IMAGE_MASK_COLOR ;
+               IMGLIST2_IDS ;
+       };
 
-    ImageList ILIST_HC
-    {
-        Prefix = "sch";
-        MaskColor = IMAGE_MASK_COLOR ;
-        IMGLIST2_IDS;
-    };
-    String ST_TASK
-    {
-        Text[ en-US ] = "Task";
-    };
-    String ST_STATUS
-    {
-        Text[ en-US ] = "Status";
-    };
-    String ST_SENDINGTO
-    {
-        Text[ en-US ] = "Sending to: %1";
-    };
-    String ST_COMPLETED
-    {
-        Text[ en-US ] = "Successfully sent";
-    };
-    String ST_FAILED
-    {
-        Text[ en-US ] = "Sending failed (invalid address)";
-    };
-    String ST_TERMINATEQUERY
-    {
-        Text[ en-US ] = "There are still e-mail messages in your %PRODUCTNAME 
Outbox.\nWould you like to exit anyway?";
-    };
+       ImageList ILIST_HC
+       {
+               Prefix = "sch" ;
+               MaskColor = IMAGE_MASK_COLOR ;
+               IMGLIST2_IDS ;
+       };
+       String ST_TASK
+       {
+               Text [ en-US ] = "Task" ;
+       };
+       String ST_STATUS
+       {
+               Text [ en-US ] = "Status" ;
+       };
+       String ST_SENDINGTO
+       {
+               Text [ en-US ] = "Sending to: %1" ;
+       };
+       String ST_COMPLETED
+       {
+               Text [ en-US ] = "Successfully sent" ;
+       };
+       String ST_FAILED
+       {
+               Text [ en-US ] = "Sending failed (invalid address)" ;
+       };
+       String ST_TERMINATEQUERY
+       {
+               Text [ en-US ] = "There are still e-mail messages in your 
%PRODUCTNAME Outbox.\nWould you like to exit anyway?" ;
+       };
 };
 
 ModalDialog DLG_MM_SENDWARNING
 {
-    OutputSize = TRUE ;
-    SVLook = TRUE ;
-    HelpID = HID_MM_SENDWARNING;
-    Size = MAP_APPFONT ( 240 , 137 ) ;
-    Moveable = TRUE ;
+       OutputSize = TRUE ;
+       SVLook = TRUE ;
+       HelpID = HID_MM_SENDWARNING ;
+       Size = MAP_APPFONT ( 240, 137 ) ;
+       Moveable = TRUE ;
 
-    Text[en-US] = "E-Mails could not be sent";
-    FixedImage IM_WARNING
-    {
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 30 , 30 ) ;
-    };
-    FixedText FI_WARNING
-    {
-        Pos = MAP_APPFONT ( 40 , 6 ) ;
-        Size = MAP_APPFONT ( 170 , 30 ) ;
-        WordBreak = TRUE;
-        Text[ en-US ] = "The following error occurred:";
-    };
-    FixedText   FT_DETAILS
-    {
-        Pos = MAP_APPFONT (  40, 39 ) ;
-        Size = MAP_APPFONT (  174, 8 ) ;
-        Text[ en-US ] = "Detailed information";
-    };
-    MultiLineEdit ED_DETAILS
-    {
-        HelpID = "sw:MultiLineEdit:DLG_MM_SENDWARNING:ED_DETAILS";
-        Pos = MAP_APPFONT ( 40 , 50 ) ;
-        Size = MAP_APPFONT ( 194 , 50 ) ;
-        Border = TRUE;
-        Readonly = TRUE;
-    };
-    FixedLine FL_SEPARATOR
-    {
-        Pos = MAP_APPFONT ( 0 , 106 ) ;
-        Size = MAP_APPFONT ( 240 , 8 ) ;
-    };
-    OKButton PB_OK
-    {
-        Pos = MAP_APPFONT ( 95 ,  117) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        DefButton = TRUE;
-    };
+       Text[en-US] = "E-Mails could not be sent" ;
+       FixedImage IM_WARNING
+       {
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 30, 30 ) ;
+       };
+       FixedText FI_WARNING
+       {
+               Pos = MAP_APPFONT ( 40, 6 ) ;
+               Size = MAP_APPFONT ( 170, 30 ) ;
+               WordBreak = TRUE ;
+               Text [ en-US ] = "The following error occurred:" ;
+       };
+       FixedText FT_DETAILS
+       {
+               Pos = MAP_APPFONT ( 40, 39 ) ;
+               Size = MAP_APPFONT ( 174, 8 ) ;
+               Text [ en-US ] = "Detailed information" ;
+       };
+       MultiLineEdit ED_DETAILS
+       {
+               HelpID = "sw:MultiLineEdit:DLG_MM_SENDWARNING:ED_DETAILS" ;
+               Pos = MAP_APPFONT ( 40, 50 ) ;
+               Size = MAP_APPFONT ( 194, 50 ) ;
+               Border = TRUE ;
+               Readonly = TRUE ;
+       };
+       FixedLine FL_SEPARATOR
+       {
+               Pos = MAP_APPFONT ( 0, 106 ) ;
+               Size = MAP_APPFONT ( 240, 8 ) ;
+       };
+       OKButton PB_OK
+       {
+               Pos = MAP_APPFONT ( 95, 117) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               DefButton = TRUE ;
+       };
 };
 
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/table/chartins.src 
b/main/sw/source/ui/table/chartins.src
index f648a218d7..aa00947074 100644
--- a/main/sw/source/ui/table/chartins.src
+++ b/main/sw/source/ui/table/chartins.src
@@ -100,7 +100,7 @@ ModelessDialog DLG_INSERT_CHART
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                Disable = TRUE ;
-               Text [ en-US ] = "<< ~Back" ;
+               Text [ en-US ] = "< ~Back" ;
        };
        PushButton BT_NEXT
        {
@@ -109,7 +109,7 @@ ModelessDialog DLG_INSERT_CHART
                Size = MAP_APPFONT ( 50, 14 ) ;
                Disable = TRUE ;
                TabStop = TRUE ;
-               Text [ en-US ] = "~Next >>" ;
+               Text [ en-US ] = "~Next >" ;
        };
        PushButton BT_FINISH
        {
diff --git a/main/sw/source/ui/table/tabledlg.src 
b/main/sw/source/ui/table/tabledlg.src
index b1d2d53744..be66a35c4c 100644
--- a/main/sw/source/ui/table/tabledlg.src
+++ b/main/sw/source/ui/table/tabledlg.src
@@ -28,7 +28,7 @@
        Text [ en-US ] = "Text Flow" ; \
 
 /**************************************************************************/
-/*                                                                        */
+/*
 /**************************************************************************/
 TabDialog DLG_FORMAT_TABLE
 {
@@ -74,7 +74,7 @@ TabDialog DLG_FORMAT_TABLE
        };
 };
 /**************************************************************************/
-/*                                                                        */
+/*
 /**************************************************************************/
 TabPage TP_FORMAT_TABLE
 {
@@ -316,14 +316,14 @@ TabPage TP_FORMAT_TABLE
                Hide = TRUE ;
        StringList [ en-US ] =
        {
-                < "Left-to-right" ; 0; > ;
-               < "Right-to-left" ; 1; > ;
-               < "Use superordinate object settings" ; 4; > ;
+               < "Left-to-right" ; 0;                                          
> ;
+               < "Right-to-left" ; 1;                                          
> ;
+               < "Use superordinate object settings" ; 4;      > ;
        };
        };
 };
 /**************************************************************************/
-/*                                                                        */
+/*
 /**************************************************************************/
 TabPage TP_TABLE_COLUMN
 {
@@ -565,7 +565,7 @@ TabPage TP_TABLE_COLUMN
        };
 };
 /**************************************************************************/
-/* Text flow                                                              */
+/* Text flow
 /**************************************************************************/
 TabPage TP_TABLE_TEXTFLOW
 {
@@ -582,7 +582,7 @@ TabPage TP_TABLE_TEXTFLOW
        CheckBox CB_PAGEBREAK
        {
                HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGEBREAK" ;
-                //                     Disable = TRUE ;
+               //              Disable = TRUE ;
                Pos = MAP_APPFONT ( 12, 14 ) ;
                Size = MAP_APPFONT ( 90, 8 ) ;
                Text [ en-US ] = "~Break" ;
@@ -601,7 +601,7 @@ TabPage TP_TABLE_TEXTFLOW
        RadioButton RB_BREAKCOLUMN
        {
                HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKCOLUMN" ;
-                //                     Disable = TRUE ;
+               //              Disable = TRUE ;
                Pos = MAP_APPFONT ( 178, 14 ) ;
                Size = MAP_APPFONT ( 70, 10 ) ;
                Text [ en-US ] = "Col~umn" ;
@@ -609,7 +609,7 @@ TabPage TP_TABLE_TEXTFLOW
        RadioButton RB_PAGEBREAKBEFORE
        {
                HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKBEFORE" ;
-                //                     Disable = TRUE ;
+               //              Disable = TRUE ;
                Pos = MAP_APPFONT ( 105, 28 ) ;
                Size = MAP_APPFONT ( 70, 10 ) ;
                Text [ en-US ] = "Be~fore" ;
@@ -619,7 +619,7 @@ TabPage TP_TABLE_TEXTFLOW
        RadioButton RB_PAGEBREAKAFTER
        {
                HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKAFTER" ;
-                //                     Disable = TRUE ;
+               //              Disable = TRUE ;
                Pos = MAP_APPFONT ( 178, 28 ) ;
                Size = MAP_APPFONT ( 70, 10 ) ;
                Text [ en-US ] = "~After" ;
@@ -627,7 +627,7 @@ TabPage TP_TABLE_TEXTFLOW
        CheckBox CB_PAGECOLL
        {
                HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGECOLL" ;
-                //                     Disable = TRUE ;
+               //              Disable = TRUE ;
                Pos = MAP_APPFONT ( 12, 44 ) ;
                Size = MAP_APPFONT ( 90, 10 ) ;
                Text [ en-US ] = "With Page St~yle" ;

Reply via email to