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

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


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

commit aa831184cdb8ff9407ada8e873f15fe1d44eac41
Author: mseidel <msei...@apache.org>
AuthorDate: Fri Jun 18 21:24:51 2021 +0200

    Cleaned up resource files
---
 main/sw/source/ui/frmdlg/cption.src | 265 ++++++++++++++++++------------------
 main/sw/source/ui/frmdlg/frmui.src  |  24 ++--
 main/sw/source/ui/frmdlg/wrap.src   |  56 ++++----
 3 files changed, 174 insertions(+), 171 deletions(-)

diff --git a/main/sw/source/ui/frmdlg/cption.src 
b/main/sw/source/ui/frmdlg/cption.src
index 12f2e04..d9576e1 100644
--- a/main/sw/source/ui/frmdlg/cption.src
+++ b/main/sw/source/ui/frmdlg/cption.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,156 +7,157 @@
  * 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 *****************************************************************
+
+// #include *****************************************************************
 #include "helpid.h"
 #include "frmui.hrc"
 #include "cption.hrc"
 #include "cmdid.h"
- // #pragma ******************************************************************
+// #pragma ******************************************************************
 
- // ModalDialog **************************************************************
+// ModalDialog **************************************************************
 ModalDialog DLG_CAPTION
 {
        HelpID = HID_DLG_CAPTION ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 250 , 143 ) ;
+       Size = MAP_APPFONT ( 250, 143 ) ;
        Text [ en-US ] = "Caption" ;
        Moveable = TRUE ;
        OKButton BTN_OK
        {
                DefButton = TRUE ;
-               Pos = MAP_APPFONT ( 194 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 194, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-               Pos = MAP_APPFONT ( 194 , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 194, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_HELP
        {
-               Pos = MAP_APPFONT ( 194 , 43 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 194, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        PushButton BTN_AUTOCAPTION
        {
-           HelpID = "sw:PushButton:DLG_CAPTION:BTN_AUTOCAPTION";
-               Pos = MAP_APPFONT ( 194 , 63 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sw:PushButton:DLG_CAPTION:BTN_AUTOCAPTION" ;
+               Pos = MAP_APPFONT ( 194, 63 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "AutoCaption..." ;
        };
        PushButton BTN_OPTION
        {
-           HelpID = "sw:PushButton:DLG_CAPTION:BTN_OPTION";
-               Pos = MAP_APPFONT ( 194 , 80 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               HelpID = "sw:PushButton:DLG_CAPTION:BTN_OPTION" ;
+               Pos = MAP_APPFONT ( 194, 80 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Options..." ;
        };
 
        FixedText TXT_TEXT
        {
-               Pos = MAP_APPFONT ( 6 , 6 ) ;
-        Size = MAP_APPFONT ( 182 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 6 ) ;
+               Size = MAP_APPFONT ( 182, 8 ) ;
                Text [ en-US ] = "Caption" ;
                Left = TRUE ;
        };
        Edit EDT_TEXT
        {
-           HelpID = "sw:Edit:DLG_CAPTION:EDT_TEXT";
-               Pos = MAP_APPFONT ( 6 , 17 ) ;
-               Size = MAP_APPFONT ( 182 , 12 ) ;
+               HelpID = "sw:Edit:DLG_CAPTION:EDT_TEXT" ;
+               Pos = MAP_APPFONT ( 6, 17 ) ;
+               Size = MAP_APPFONT ( 182, 12 ) ;
                Border = TRUE ;
                TabStop = TRUE ;
                Left = TRUE ;
        };
-    FixedLine FL_SETTINGS
+       FixedLine FL_SETTINGS
        {
-        Pos = MAP_APPFONT ( 6 , 35 ) ;
-        Size = MAP_APPFONT ( 182 , 8 ) ;
-               Text [ en-US ] = "Properties";
+               Pos = MAP_APPFONT ( 6, 35 ) ;
+               Size = MAP_APPFONT ( 182, 8 ) ;
+               Text [ en-US ] = "Properties" ;
        };
        FixedText TXT_CATEGORY
        {
-        Pos = MAP_APPFONT ( 12 , 49 ) ;
-        Size = MAP_APPFONT ( 67 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 49 ) ;
+               Size = MAP_APPFONT ( 67, 8 ) ;
                Text [ en-US ] = "Category" ;
                Left = TRUE ;
        };
        ComboBox BOX_CATEGORY
        {
-           HelpID = "sw:ComboBox:DLG_CAPTION:BOX_CATEGORY";
-        Pos = MAP_APPFONT ( 82 , 46 ) ;
-               Size = MAP_APPFONT ( 106 , 61 ) ;
+               HelpID = "sw:ComboBox:DLG_CAPTION:BOX_CATEGORY" ;
+               Pos = MAP_APPFONT ( 82, 46 ) ;
+               Size = MAP_APPFONT ( 106, 61 ) ;
                DropDown = TRUE ;
                TabStop = TRUE ;
                Sort = TRUE ;
        };
        FixedText TXT_FORMAT
        {
-        Pos = MAP_APPFONT ( 12 , 66 ) ;
-        Size = MAP_APPFONT ( 67 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 66 ) ;
+               Size = MAP_APPFONT ( 67, 8 ) ;
                Text [ en-US ] = "Numbering" ;
                Left = TRUE ;
        };
        ListBox BOX_FORMAT
        {
-           HelpID = "sw:ListBox:DLG_CAPTION:BOX_FORMAT";
+               HelpID = "sw:ListBox:DLG_CAPTION:BOX_FORMAT" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 82 , 63 ) ;
-        Size = MAP_APPFONT ( 106 , 83 ) ;
+               Pos = MAP_APPFONT ( 82, 63 ) ;
+               Size = MAP_APPFONT ( 106, 83 ) ;
                DropDown = TRUE ;
                TabStop = TRUE ;
        };
-    FixedText FT_NUM_SEP
-    {
-        Pos = MAP_APPFONT ( 12 , 66 ) ;
-        Size = MAP_APPFONT ( 67 , 8 ) ;
-        Text [ en-US ] = "Numbering separator" ;
-        Left = TRUE ;
-        Hide = TRUE;
-    };
-    Edit ED_NUM_SEP
-    {
-        HelpID = "sw:Edit:DLG_CAPTION:ED_NUM_SEP";
-        Pos = MAP_APPFONT ( 82 , 63 ) ;
-        Size = MAP_APPFONT ( 106 , 12 ) ;
-        Border = TRUE ;
-        TabStop = TRUE ;
-        Left = TRUE ;
-        Text  = ". " ;
-        Hide = TRUE;
-    };
+       FixedText FT_NUM_SEP
+       {
+               Pos = MAP_APPFONT ( 12, 66 ) ;
+               Size = MAP_APPFONT ( 67, 8 ) ;
+               Text [ en-US ] = "Numbering separator" ;
+               Left = TRUE ;
+               Hide = TRUE;
+       };
+       Edit ED_NUM_SEP
+       {
+               HelpID = "sw:Edit:DLG_CAPTION:ED_NUM_SEP" ;
+               Pos = MAP_APPFONT ( 82, 63 ) ;
+               Size = MAP_APPFONT ( 106, 12 ) ;
+               Border = TRUE ;
+               TabStop = TRUE ;
+               Left = TRUE ;
+               Text = ". " ;
+               Hide = TRUE ;
+       };
        FixedText TXT_SEP
        {
-        Pos = MAP_APPFONT ( 12 , 82 ) ;
-        Size = MAP_APPFONT ( 67 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 82 ) ;
+               Size = MAP_APPFONT ( 67, 8 ) ;
                Text [ en-US ] = "Separator" ;
                Left = TRUE ;
        };
        Edit EDT_SEP
        {
-           HelpID = "sw:Edit:DLG_CAPTION:EDT_SEP";
-        Pos = MAP_APPFONT ( 82 , 80 ) ;
-        Size = MAP_APPFONT ( 106 , 12 ) ;
+               HelpID = "sw:Edit:DLG_CAPTION:EDT_SEP" ;
+               Pos = MAP_APPFONT ( 82, 80 ) ;
+               Size = MAP_APPFONT ( 106, 12 ) ;
                Border = TRUE ;
                TabStop = TRUE ;
                Left = TRUE ;
@@ -164,24 +165,24 @@ ModalDialog DLG_CAPTION
        };
        FixedText TXT_POS
        {
-        Pos = MAP_APPFONT ( 12 , 100 ) ;
-        Size = MAP_APPFONT ( 67 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 100 ) ;
+               Size = MAP_APPFONT ( 67, 8 ) ;
                Left = TRUE ;
                Text [ en-US ] = "Position" ;
        };
        ListBox BOX_POS
        {
-           HelpID = "sw:ListBox:DLG_CAPTION:BOX_POS";
-        Pos = MAP_APPFONT ( 82 , 97 ) ;
-               Size = MAP_APPFONT ( 106 , 61 ) ;
+               HelpID = "sw:ListBox:DLG_CAPTION:BOX_POS" ;
+               Pos = MAP_APPFONT ( 82, 97 ) ;
+               Size = MAP_APPFONT ( 106, 61 ) ;
                DropDown = TRUE ;
                TabStop = TRUE ;
                Border = TRUE ;
        };
        Window WIN_SAMPLE
        {
-        Pos = MAP_APPFONT ( 6 , 117 ) ;
-               Size = MAP_APPFONT ( 182 , 20 ) ;
+               Pos = MAP_APPFONT ( 6, 117 ) ;
+               Size = MAP_APPFONT ( 182, 20 ) ;
                Border = TRUE ;
        };
 
@@ -212,86 +213,86 @@ ModalDialog DLG_SEQUENCE_OPTION
        HelpID = HID_DLG_SEQUENCE_OPTION ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 200 , 132 ) ;
+       Size = MAP_APPFONT ( 200, 132 ) ;
        Moveable = TRUE ;
        Text [ en-US ] = "Options" ;
        OKButton BTN_OK
        {
                DefButton = TRUE ;
-        Pos = MAP_APPFONT ( 145 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 145, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-        Pos = MAP_APPFONT ( 145 , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 145, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_HELP
        {
-        Pos = MAP_APPFONT ( 145 , 43 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 145, 43 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
-    FixedLine FL_HEADER
+       FixedLine FL_HEADER
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 132 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 132, 8 ) ;
                Text [ en-US ] = "Numbering captions by chapter" ;
        };
        FixedText FT_LEVEL
        {
-        Pos = MAP_APPFONT ( 12 , 21 ) ;
-        Size = MAP_APPFONT ( 50 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 21 ) ;
+               Size = MAP_APPFONT ( 50, 8 ) ;
                Text [ en-US ] = "~Level" ;
        };
        ListBox LB_LEVEL
        {
-           HelpID = "sw:ListBox:DLG_SEQUENCE_OPTION:LB_LEVEL";
+               HelpID = "sw:ListBox:DLG_SEQUENCE_OPTION:LB_LEVEL" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 65 , 18 ) ;
-               Size = MAP_APPFONT ( 72 , 60 ) ;
+               Pos = MAP_APPFONT ( 65, 18 ) ;
+               Size = MAP_APPFONT ( 72, 60 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                StringList [ en-US ] =
                {
-                       < "<None>" ; > ;
+                       < "<None>" ;    > ;
                };
        };
        FixedText FT_SEPARATOR
        {
-        Pos = MAP_APPFONT ( 12 , 33 ) ;
-        Size = MAP_APPFONT ( 50 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 33 ) ;
+               Size = MAP_APPFONT ( 50, 8 ) ;
                Text [ en-US ] = "~Separator" ;
        };
        Edit ED_SEPARATOR
        {
-           HelpID = "sw:Edit:DLG_SEQUENCE_OPTION:ED_SEPARATOR";
-        Pos = MAP_APPFONT ( 65 , 34 ) ;
-               Size = MAP_APPFONT ( 72 , 12 ) ;
+               HelpID = "sw:Edit:DLG_SEQUENCE_OPTION:ED_SEPARATOR" ;
+               Pos = MAP_APPFONT ( 65, 34 ) ;
+               Size = MAP_APPFONT ( 72, 12 ) ;
                Border = TRUE ;
                MaxTextLength = 1 ;
                TEXT = "." ;
        };
-        FixedLine FL_CATANDFRAME
+               FixedLine FL_CATANDFRAME
        {
-        Pos = MAP_APPFONT ( 6 , 53 ) ;
-        Size = MAP_APPFONT ( 132 , 8 ) ;
-        Text [ en-US ] = "Category and frame format" ;
+               Pos = MAP_APPFONT ( 6, 53 ) ;
+               Size = MAP_APPFONT ( 132, 8 ) ;
+               Text [ en-US ] = "Category and frame format" ;
        };
        FixedText FT_CHARSTYLE
        {
-        Pos = MAP_APPFONT ( 12 , 71 ) ;
-        Size = MAP_APPFONT ( 50 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 71 ) ;
+               Size = MAP_APPFONT ( 50, 8 ) ;
                Text [ en-US ] = "Character style" ;
        };
        ListBox LB_CHARSTYLE
        {
-           HelpID = "sw:ListBox:DLG_SEQUENCE_OPTION:LB_CHARSTYLE";
+               HelpID = "sw:ListBox:DLG_SEQUENCE_OPTION:LB_CHARSTYLE" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 65 , 68 ) ;
-               Size = MAP_APPFONT ( 72 , 60 ) ;
+               Pos = MAP_APPFONT ( 65, 68 ) ;
+               Size = MAP_APPFONT ( 72, 60 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                StringList [ en-US ] =
@@ -301,38 +302,38 @@ ModalDialog DLG_SEQUENCE_OPTION
        };
        CheckBox CB_APPLYBAS
        {
-           HelpID = "sw:CheckBox:DLG_SEQUENCE_OPTION:CB_APPLYBAS";
-        Pos = MAP_APPFONT ( 12 , 84 ) ;
-        Size = MAP_APPFONT ( 136 , 10 ) ;
+               HelpID = "sw:CheckBox:DLG_SEQUENCE_OPTION:CB_APPLYBAS" ;
+               Pos = MAP_APPFONT ( 12, 84 ) ;
+               Size = MAP_APPFONT ( 136, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "~Apply border and shadow" ;
+       };
+       FixedLine FL_ORDER
+       {
+               Pos = MAP_APPFONT ( 6, 97 ) ;
+               Size = MAP_APPFONT ( 132, 8 ) ;
+               Text [ en-US ] = "Caption" ;
+       };
+       FixedText FT_ORDER
+       {
+               Pos = MAP_APPFONT ( 12, 115 ) ;
+               Size = MAP_APPFONT ( 50, 8 ) ;
+               Text [ en-US ] = "Caption order" ;
+       };
+       ListBox LB_ORDER
+       {
+               HelpID = "sw:ListBox:DLG_SEQUENCE_OPTION:LB_ORDER" ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 65, 114 ) ;
+               Size = MAP_APPFONT ( 72, 60 ) ;
                TabStop = TRUE ;
-        Text [ en-US ] = "~Apply border and shadow";
-   };
-    FixedLine FL_ORDER
-    {
-        Pos = MAP_APPFONT ( 6 , 97 ) ;
-        Size = MAP_APPFONT ( 132 , 8 ) ;
-        Text [ en-US ] = "Caption" ;
-    };
-    FixedText FT_ORDER
-    {
-        Pos = MAP_APPFONT ( 12 , 115 ) ;
-        Size = MAP_APPFONT ( 50 , 8 ) ;
-        Text [ en-US ] = "Caption order" ;
-    };
-    ListBox LB_ORDER
-    {
-        HelpID = "sw:ListBox:DLG_SEQUENCE_OPTION:LB_ORDER";
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 65 , 114 ) ;
-        Size = MAP_APPFONT ( 72 , 60 ) ;
-        TabStop = TRUE ;
-        DropDown = TRUE ;
-        StringList [ en-US ] =
-        {
-            < "Category first" ; > ;
-            < "Numbering first" ; > ;
-        };
-    };
+               DropDown = TRUE ;
+               StringList [ en-US ] =
+               {
+                       < "Category first" ;    > ;
+                       < "Numbering first" ;   > ;
+               };
+       };
 };
- // ********************************************************************** EOF
 
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/frmdlg/frmui.src 
b/main/sw/source/ui/frmdlg/frmui.src
index 2073d0f..b2857d3 100644
--- a/main/sw/source/ui/frmdlg/frmui.src
+++ b/main/sw/source/ui/frmdlg/frmui.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,23 +7,24 @@
  * 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 "frmui.hrc"
 
 /*-----------------------------------------------------------------------
-       Beschreibung: V-Align
+ Description: V-Align
  -----------------------------------------------------------------------*/
 String STR_TOP
 {
@@ -35,14 +36,14 @@ String STR_BOTTOM
 };
 String STR_CENTER_VERT
 {
-    Text [ en-US ] = "C~enter" ;
+       Text [ en-US ] = "C~enter" ;
 };
 String STR_CENTER_HORI
 {
        Text [ en-US ] = "~Center" ;
 };
 /*-----------------------------------------------------------------------
-       Beschreibung: V-Rel
+ Description: V-Rel
  -----------------------------------------------------------------------*/
 String STR_TOPPRT
 {
@@ -50,13 +51,13 @@ String STR_TOPPRT
 };
 
 /*-----------------------------------------------------------------------
-       Beschreibung: H-Rel
+ Description: H-Rel
  -----------------------------------------------------------------------*/
 /*-----------------------------------------------------------------------
-       Beschreibung: V-Rel Zeichenausrichtungen
+ Description: V-Rel Zeichenausrichtungen
  -----------------------------------------------------------------------*/
 /*-----------------------------------------------------------------------
-       Beschreibung: Zeichenausrichtungen fuer frmsh.cxx - Kontextmenue
+ Description: Zeichenausrichtungen fuer frmsh.cxx - Kontextmenue
  -----------------------------------------------------------------------*/
 String STR_TOP_BASE
 {
@@ -96,7 +97,6 @@ String STR_CHAR_CENTER
 };
 String STR_OLE_INSERT
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Objekt einf�gen : Objekt 
einf�gen */
        Text [ en-US ] = "Insert object" ;
 };
 String STR_OLE_EDIT
@@ -123,7 +123,7 @@ InfoBox MSG_COLUMN_ERR_BOUNDWIDTH
 {
        BUTTONS = WB_OK ;
        DEFBUTTON = WB_DEF_OK ;
-       /* ### ACHTUNG: Neuer Text in Resource? Der Spaltenabstand ist zu gro� 
f�r die Spaltenbreite. : Der Spaltenabstand ist zu gro� f�r die Spaltenbreite. 
*/
        Message [ en-US ] = "Column spacing exceeds the column width." ;
 };
 
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/frmdlg/wrap.src 
b/main/sw/source/ui/frmdlg/wrap.src
index 9354d3d..8e05e06 100644
--- a/main/sw/source/ui/frmdlg/wrap.src
+++ b/main/sw/source/ui/frmdlg/wrap.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,7 +32,7 @@ TabPage TP_FRM_WRAP
        HelpID = HID_FRM_EXT ;
        Pos = MAP_APPFONT ( 0, 0 ) ;
        Size = MAP_APPFONT ( 260, 185 ) ;
-       Hide = TRUE;
+       Hide = TRUE ;
        FixedLine C_WRAP_FL
        {
                Pos = MAP_APPFONT ( 6, 3 ) ;
@@ -44,17 +44,17 @@ TabPage TP_FRM_WRAP
                HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_NO_WRAP" ;
                Pos = MAP_APPFONT ( 6, 14 ) ;
                Size = MAP_APPFONT ( 40, 37 ) ;
-               WordBreak = TRUE;
+               WordBreak = TRUE ;
                Text [ en-US ] = "~None" ;
-               TopImage = True ;
+               TopImage = TRUE ;
        };
        ImageRadioButton RB_WRAP_LEFT
        {
                HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_LEFT" ;
                Pos = MAP_APPFONT ( 65, 14 ) ;
                Size = MAP_APPFONT ( 40, 37 ) ;
-               WordBreak = TRUE;
-               TopImage = True ;
+               WordBreak = TRUE ;
+               TopImage = TRUE ;
                Text [ en-US ] = "Before" ;
        };
        ImageRadioButton RB_WRAP_RIGHT
@@ -62,8 +62,8 @@ TabPage TP_FRM_WRAP
                HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_RIGHT" ;
                Pos = MAP_APPFONT ( 121, 14 ) ;
                Size = MAP_APPFONT ( 40, 37 ) ;
-               WordBreak = TRUE;
-               TopImage = True ;
+               WordBreak = TRUE ;
+               TopImage = TRUE ;
                Text [ en-US ] = "After" ;
        };
        ImageRadioButton RB_WRAP_PARALLEL
@@ -71,26 +71,26 @@ TabPage TP_FRM_WRAP
                HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_PARALLEL" ;
                Pos = MAP_APPFONT ( 177, 14 ) ;
                Size = MAP_APPFONT ( 40, 37 ) ;
-               WordBreak = TRUE;
+               WordBreak = TRUE ;
                Text [ en-US ] = "~Parallel" ;
-               TopImage = True ;
+               TopImage = TRUE ;
        };
        ImageRadioButton RB_WRAP_THROUGH
        {
                HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_THROUGH" ;
                Pos = MAP_APPFONT ( 6, 57 ) ;
                Size = MAP_APPFONT ( 40, 37 ) ;
-               WordBreak = TRUE;
+               WordBreak = TRUE ;
                Text [ en-US ] = "Thro~ugh" ;
-               TopImage = True ;
+               TopImage = TRUE ;
        };
        ImageRadioButton RB_WRAP_IDEAL
        {
                HelpID = "sw:ImageRadioButton:TP_FRM_WRAP:RB_WRAP_IDEAL" ;
                Pos = MAP_APPFONT ( 65, 57 ) ;
                Size = MAP_APPFONT ( 40, 37 ) ;
-               WordBreak = TRUE;
-               TopImage = True ;
+               WordBreak = TRUE ;
+               TopImage = TRUE ;
                Text [ en-US ] = "~Optimal" ;
        };
 
@@ -134,7 +134,7 @@ TabPage TP_FRM_WRAP
        {
                Pos = MAP_APPFONT ( 128, 111 ) ;
                Size = MAP_APPFONT ( 4, 60 ) ;
-               Vert = TRUE;
+               Vert = TRUE ;
        };
        FixedText FT_LEFT_MARGIN
        {
@@ -235,21 +235,21 @@ TabPage TP_FRM_WRAP
                Text [ en-US ] = "Spacing" ;
        };
 #define WRAP_IDLIST                    \
-       IdList =                        \
-       {                               \
-               IMG_NONE ;              \
-               IMG_LEFT ;              \
-               IMG_RIGHT ;             \
+       IdList =                                \
+       {                                               \
+               IMG_NONE ;                      \
+               IMG_LEFT ;                      \
+               IMG_RIGHT ;                     \
                IMG_PARALLEL ;          \
                IMG_THROUGH ;           \
-               IMG_IDEAL ;             \
+               IMG_IDEAL ;                     \
                IMG_KON_NONE ;          \
                IMG_KON_LEFT ;          \
                IMG_KON_RIGHT ;         \
-               IMG_KON_PARALLEL;       \
+               IMG_KON_PARALLEL ;      \
                IMG_KON_IDEAL ;         \
-       };                              \
-       IdCount = { 11 ; };
+       };                                              \
+       IdCount = { 11 ; } ;
 
        ImageList IL_WRAP
        {
@@ -264,3 +264,5 @@ TabPage TP_FRM_WRAP
                WRAP_IDLIST
        };
 };
+
+// ********************************************************************** EOF

Reply via email to