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 666469f134 Clean up resource files
666469f134 is described below

commit 666469f1340f453fb3f9a30b142d1fb60741fdf2
Author: mseidel <[email protected]>
AuthorDate: Thu Jul 10 21:54:37 2025 +0200

    Clean up resource files
    
    (cherry picked from commit 8744ab011254bb5956c55c14dc47e9fc344f0e9b)
---
 main/sc/source/ui/dbgui/asciiopt.src    |   2 -
 main/sc/source/ui/dbgui/outline.src     |  12 +-
 main/sc/source/ui/dbgui/pivot.src       |   2 -
 main/sc/source/ui/docshell/tpstat.src   |  77 ++----
 main/sc/source/ui/miscdlgs/highred.src  |   2 -
 main/sc/source/ui/miscdlgs/instbdlg.src |   2 -
 main/sc/source/ui/miscdlgs/linkarea.src |  87 ++++---
 main/sc/source/ui/pagedlg/tphf.src      |  11 +-
 main/sc/source/ui/src/filter.src        | 410 ++++++++++++++++----------------
 main/sc/source/ui/src/scerrors.src      |   2 -
 main/sc/source/ui/src/scstring.src      |   2 -
 main/sc/source/ui/src/solveroptions.src | 313 ++++++++++++------------
 main/sc/source/ui/src/solvrdlg.src      |   2 -
 main/sc/source/ui/styleui/styledlg.src  |   2 -
 14 files changed, 436 insertions(+), 490 deletions(-)

diff --git a/main/sc/source/ui/dbgui/asciiopt.src 
b/main/sc/source/ui/dbgui/asciiopt.src
index ef620e83b8..970b01c7e2 100644
--- a/main/sc/source/ui/dbgui/asciiopt.src
+++ b/main/sc/source/ui/dbgui/asciiopt.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #include "asciiopt.hrc"
 
 ModalDialog RID_SCDLG_ASCII
diff --git a/main/sc/source/ui/dbgui/outline.src 
b/main/sc/source/ui/dbgui/outline.src
index c1020e220a..1a1557606b 100644
--- a/main/sc/source/ui/dbgui/outline.src
+++ b/main/sc/source/ui/dbgui/outline.src
@@ -19,12 +19,10 @@
  *
  *************************************************************/
 
-
-
 #include "sc.hrc"
 
 // Imageliste hier, damit sie nicht in ui.src beim Zusammenbauen der
-// "echten" Imagelisten stoert
+// "echten" Imagelisten stört
 
 #define OUTLINE_ID_LIST                                                        
                        \
        IdList = { 1; 2; 3; 4; 5; 6; 7; 8; 9; 10; 11; 12; };    \
@@ -32,15 +30,15 @@
 
 ImageList RID_OUTLINEBITMAPS
 {
-       Prefix = "ou";
-       MaskColor = STD_MASKCOLOR;
+       Prefix = "ou" ;
+       MaskColor = STD_MASKCOLOR ;
        OUTLINE_ID_LIST
 };
 
 ImageList RID_OUTLINEBITMAPS_H
 {
-       Prefix = "ouh";
-       MaskColor = SC_HC_MASKCOLOR;
+       Prefix = "ouh" ;
+       MaskColor = SC_HC_MASKCOLOR ;
        OUTLINE_ID_LIST
 };
 
diff --git a/main/sc/source/ui/dbgui/pivot.src 
b/main/sc/source/ui/dbgui/pivot.src
index 60ae2e7af9..becef09e11 100644
--- a/main/sc/source/ui/dbgui/pivot.src
+++ b/main/sc/source/ui/dbgui/pivot.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #include "pivot.hrc"
 
 ModelessDialog RID_SCDLG_PIVOT_LAYOUT
diff --git a/main/sc/source/ui/docshell/tpstat.src 
b/main/sc/source/ui/docshell/tpstat.src
index fd48b87f7a..77b268f809 100644
--- a/main/sc/source/ui/docshell/tpstat.src
+++ b/main/sc/source/ui/docshell/tpstat.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,102 +7,69 @@
  * 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 "tpstat.hrc"
 TabPage RID_SCPAGE_STAT
 {
-        //     HelpID = HID_DOC_STAT;
+       //      HelpID = HID_DOC_STAT ;
        Hide = TRUE ;
-       Size = MAP_APPFONT ( 260 , 185 ) ;
+       Size = MAP_APPFONT ( 260, 185 ) ;
        FixedText FT_TABLES_LBL
        {
-               Pos = MAP_APPFONT ( 12 , 17 ) ;
-               Size = MAP_APPFONT ( 90 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 17 ) ;
+               Size = MAP_APPFONT ( 90, 8 ) ;
                Text [ en-US ] = "Number of sheets:" ;
                Left = TRUE ;
        };
        FixedText FT_TABLES
        {
-               Pos = MAP_APPFONT ( 108 , 17 ) ;
-               Size = MAP_APPFONT ( 27 , 8 ) ;
+               Pos = MAP_APPFONT ( 108, 17 ) ;
+               Size = MAP_APPFONT ( 27, 8 ) ;
                Left = TRUE ;
        };
        FixedText FT_CELLS_LBL
        {
-               Pos = MAP_APPFONT ( 12 , 29 ) ;
-               Size = MAP_APPFONT ( 90 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 29 ) ;
+               Size = MAP_APPFONT ( 90, 8 ) ;
                Text [ en-US ] = "Number of cells:" ;
                Left = TRUE ;
        };
        FixedText FT_CELLS
        {
-               Pos = MAP_APPFONT ( 108 , 29 ) ;
-               Size = MAP_APPFONT ( 27 , 8 ) ;
+               Pos = MAP_APPFONT ( 108, 29 ) ;
+               Size = MAP_APPFONT ( 27, 8 ) ;
                Left = TRUE ;
        };
        FixedText FT_PAGES_LBL
        {
-               Pos = MAP_APPFONT ( 12 , 41 ) ;
-               Size = MAP_APPFONT ( 90 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 41 ) ;
+               Size = MAP_APPFONT ( 90, 8 ) ;
                Text [ en-US ] = "Number of pages:" ;
                Left = TRUE ;
        };
        FixedText FT_PAGES
        {
-               Pos = MAP_APPFONT ( 108 , 41 ) ;
-               Size = MAP_APPFONT ( 27 , 8 ) ;
+               Pos = MAP_APPFONT ( 108, 41 ) ;
+               Size = MAP_APPFONT ( 27, 8 ) ;
                Left = TRUE ;
        };
-    FixedLine FL_INFO
+       FixedLine FL_INFO
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 248, 8 ) ;
                Text [ en-US ] = "Document: " ;
        };
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/miscdlgs/highred.src 
b/main/sc/source/ui/miscdlgs/highred.src
index 615ad243b4..3e0a2bc89e 100644
--- a/main/sc/source/ui/miscdlgs/highred.src
+++ b/main/sc/source/ui/miscdlgs/highred.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #include "highred.hrc"
 ModelessDialog RID_SCDLG_HIGHLIGHT_CHANGES
 {
diff --git a/main/sc/source/ui/miscdlgs/instbdlg.src 
b/main/sc/source/ui/miscdlgs/instbdlg.src
index 0c07545250..8ded2c7151 100644
--- a/main/sc/source/ui/miscdlgs/instbdlg.src
+++ b/main/sc/source/ui/miscdlgs/instbdlg.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #include "instbdlg.hrc"
 ModalDialog RID_SCDLG_INSERT_TABLE
 {
diff --git a/main/sc/source/ui/miscdlgs/linkarea.src 
b/main/sc/source/ui/miscdlgs/linkarea.src
index cc09b3577c..7ed6c5b303 100644
--- a/main/sc/source/ui/miscdlgs/linkarea.src
+++ b/main/sc/source/ui/miscdlgs/linkarea.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,103 +7,101 @@
  * 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 "linkarea.hrc"
 
 ModalDialog RID_SCDLG_LINKAREA
 {
-    HelpID = "sc:ModalDialog:RID_SCDLG_LINKAREA";
+       HelpID = "sc:ModalDialog:RID_SCDLG_LINKAREA" ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
        Moveable = TRUE ;
        Closeable = TRUE ;
-       Size = MAP_APPFONT ( 274 , 190 ) ;
+       Size = MAP_APPFONT ( 274, 190 ) ;
        OKButton BTN_OK
        {
-               Pos = MAP_APPFONT ( 218 , 8 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 218, 8 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                DefButton = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-               Pos = MAP_APPFONT ( 218 , 25 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 218, 25 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
        };
        HelpButton BTN_HELP
        {
-               Pos = MAP_APPFONT ( 218 , 49 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 218, 49 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
        };
        FixedLine FL_LOCATION
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-               Size = MAP_APPFONT ( 204 , 8 ) ;
-               Text [ en-US ] = "URL of ~external data source";
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 204, 8 ) ;
+               Text [ en-US ] = "URL of ~external data source" ;
        };
        ComboBox CB_URL
        {
-           HelpID = "sc:ComboBox:RID_SCDLG_LINKAREA:CB_URL";
-               Pos = MAP_APPFONT ( 12 , 15 ) ;
-               Size = MAP_APPFONT ( 174 , 80 ) ;
+               HelpID = "sc:ComboBox:RID_SCDLG_LINKAREA:CB_URL" ;
+               Pos = MAP_APPFONT ( 12, 15 ) ;
+               Size = MAP_APPFONT ( 174, 80 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        PushButton BTN_BROWSE
        {
-           HelpID = "sc:PushButton:RID_SCDLG_LINKAREA:BTN_BROWSE";
-               Pos = MAP_APPFONT ( 190 , 14 ) ;
-               Size = MAP_APPFONT ( 14 , 14 ) ;
-        Text = "~..." ;
+               HelpID = "sc:PushButton:RID_SCDLG_LINKAREA:BTN_BROWSE" ;
+               Pos = MAP_APPFONT ( 190, 14 ) ;
+               Size = MAP_APPFONT ( 14, 14 ) ;
+               Text = "~..." ;
        };
        FixedText FT_HINT
        {
-               Pos = MAP_APPFONT ( 12 , 31 ) ;
-               Size = MAP_APPFONT ( 192 , 26 ) ;
+               Pos = MAP_APPFONT ( 12, 31 ) ;
+               Size = MAP_APPFONT ( 192, 26 ) ;
                WordBreak = TRUE ;
-               Text [ en-US ] = "(Enter the URL of the source document in the 
local file system or Internet here.)";
+               Text [ en-US ] = "(Enter the URL of the source document in the 
local file system or Internet here.)" ;
        };
        FixedText FT_RANGES
        {
-               Pos = MAP_APPFONT ( 6 , 62 ) ;
-               Size = MAP_APPFONT ( 198 , 8 ) ;
-               Text [ en-US ] = "~Available tables/ranges";
+               Pos = MAP_APPFONT ( 6, 62 ) ;
+               Size = MAP_APPFONT ( 198, 8 ) ;
+               Text [ en-US ] = "~Available tables/ranges" ;
        };
        MultiListBox LB_RANGES
        {
-           HelpID = "sc:MultiListBox:RID_SCDLG_LINKAREA:LB_RANGES";
+               HelpID = "sc:MultiListBox:RID_SCDLG_LINKAREA:LB_RANGES" ;
                SimpleMode = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 12 , 74 ) ;
-        Size = MAP_APPFONT ( 192 , 80 ) ;
+               Pos = MAP_APPFONT ( 12, 74 ) ;
+               Size = MAP_APPFONT ( 192, 80 ) ;
                AutoHScroll = TRUE ;
        };
        CheckBox BTN_RELOAD
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_LINKAREA:BTN_RELOAD";
-               Pos = MAP_APPFONT ( 12 , 168 ) ;
-               Size = MAP_APPFONT ( 100 , 10 ) ;
+               HelpID = "sc:CheckBox:RID_SCDLG_LINKAREA:BTN_RELOAD" ;
+               Pos = MAP_APPFONT ( 12, 168 ) ;
+               Size = MAP_APPFONT ( 100, 10 ) ;
                TabStop = TRUE ;
-               Text [ en-US ] = "~Update every";
+               Text [ en-US ] = "~Update every" ;
        };
        NumericField NF_DELAY
        {
-           HelpID = "sc:NumericField:RID_SCDLG_LINKAREA:NF_DELAY";
+               HelpID = "sc:NumericField:RID_SCDLG_LINKAREA:NF_DELAY" ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 113 , 166 ) ;
-               Size = MAP_APPFONT ( 32 , 12 ) ;
+               Pos = MAP_APPFONT ( 113, 166 ) ;
+               Size = MAP_APPFONT ( 32, 12 ) ;
                TabStop = TRUE ;
                Spin = TRUE ;
                Repeat = TRUE ;
@@ -113,10 +111,11 @@ ModalDialog RID_SCDLG_LINKAREA
        };
        FixedText FT_SECONDS
        {
-               Pos = MAP_APPFONT ( 149 , 168 ) ;
-               Size = MAP_APPFONT ( 59 , 8 ) ;
-               Text [ en-US ] = "seconds";
+               Pos = MAP_APPFONT ( 149, 168 ) ;
+               Size = MAP_APPFONT ( 59, 8 ) ;
+               Text [ en-US ] = "seconds" ;
        };
-       Text [ en-US ] = "External Data";
+       Text [ en-US ] = "External Data" ;
 };
 
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/pagedlg/tphf.src 
b/main/sc/source/ui/pagedlg/tphf.src
index f425f15633..f3a44d55e1 100644
--- a/main/sc/source/ui/pagedlg/tphf.src
+++ b/main/sc/source/ui/pagedlg/tphf.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,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 "sc.hrc"
 PushButton RID_SCBTN_HFEDIT
 {
@@ -29,3 +28,5 @@ PushButton RID_SCBTN_HFEDIT
        Size = MAP_APPFONT ( 50, 14 ) ;
        Text [ en-US ] = "~Edit..." ;
 };
+
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/src/filter.src b/main/sc/source/ui/src/filter.src
index a65c3f5756..5aef5a06c9 100644
--- a/main/sc/source/ui/src/filter.src
+++ b/main/sc/source/ui/src/filter.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #include "filter.hrc"
 ModelessDialog RID_SCDLG_FILTER
 {
@@ -34,33 +32,33 @@ ModelessDialog RID_SCDLG_FILTER
        Closeable = FALSE ;
        FixedText FT_OP
        {
-        Pos = MAP_APPFONT ( 12, 14 ) ;
-        Size = MAP_APPFONT ( 44, 8 ) ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 44, 8 ) ;
                Text [ en-US ] = "Operator" ;
        };
        FixedText FT_FIELD
        {
-        Pos = MAP_APPFONT ( 58, 14 ) ;
-        Size = MAP_APPFONT ( 60, 8 ) ;
+               Pos = MAP_APPFONT ( 58, 14 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
                Text [ en-US ] = "Field name" ;
        };
        FixedText FT_COND
        {
-        Pos = MAP_APPFONT ( 122, 14 ) ;
-        Size = MAP_APPFONT ( 47, 8 ) ;
+               Pos = MAP_APPFONT ( 122, 14 ) ;
+               Size = MAP_APPFONT ( 47, 8 ) ;
                Text [ en-US ] = "Condition" ;
        };
        FixedText FT_VAL
        {
-        Pos = MAP_APPFONT ( 201, 14 ) ;
-        Size = MAP_APPFONT ( 60, 8 ) ;
+               Pos = MAP_APPFONT ( 201, 14 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
                Text [ en-US ] = "Value" ;
        };
        ListBox LB_OP1
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP1" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP1" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 12, 25 ) ;
+               Pos = MAP_APPFONT ( 12, 25 ) ;
                Size = MAP_APPFONT ( 40, 46 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
@@ -72,9 +70,9 @@ ModelessDialog RID_SCDLG_FILTER
        };
        ListBox LB_OP2
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP2" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP2" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 12, 41 ) ;
+               Pos = MAP_APPFONT ( 12, 41 ) ;
                Size = MAP_APPFONT ( 40, 46 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
@@ -86,9 +84,9 @@ ModelessDialog RID_SCDLG_FILTER
        };
        ListBox LB_OP3
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP3" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP3" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 12, 57 ) ;
+               Pos = MAP_APPFONT ( 12, 57 ) ;
                Size = MAP_APPFONT ( 40, 46 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
@@ -100,9 +98,9 @@ ModelessDialog RID_SCDLG_FILTER
        };
        ListBox LB_OP4
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP4" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_OP4" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 12, 73 ) ;
+               Pos = MAP_APPFONT ( 12, 73 ) ;
                Size = MAP_APPFONT ( 40, 46 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
@@ -114,46 +112,46 @@ ModelessDialog RID_SCDLG_FILTER
        };
        ListBox LB_FIELD1
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD1" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD1" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 58, 25 ) ;
+               Pos = MAP_APPFONT ( 58, 25 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ListBox LB_FIELD2
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD2" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD2" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 58, 41 ) ;
+               Pos = MAP_APPFONT ( 58, 41 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ListBox LB_FIELD3
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD3" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD3" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 58, 57 ) ;
+               Pos = MAP_APPFONT ( 58, 57 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ListBox LB_FIELD4
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD4" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_FIELD4" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 58, 73 ) ;
+               Pos = MAP_APPFONT ( 58, 73 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ListBox LB_COND1
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND1" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND1" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 122, 25 ) ;
-        Size = MAP_APPFONT ( 75, 145 ) ;
+               Pos = MAP_APPFONT ( 122, 25 ) ;
+               Size = MAP_APPFONT ( 75, 145 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                stringlist [ en-US ] =
@@ -168,20 +166,20 @@ ModelessDialog RID_SCDLG_FILTER
                        < "Smallest" ; Default ;                        > ;
                        < "Largest %" ; Default ;                       > ;
                        < "Smallest %" ; Default ;                      > ;
-            < "Contains" ; Default ;                   > ;
-            < "Does not contain" ; Default ;   > ;
-            < "Begins with" ; Default ;                        > ;
-            < "Does not begin with" ; Default ;        > ;
-            < "Ends with" ; Default ;                  > ;
-            < "Does not end with" ; Default ;  > ;
+                       < "Contains" ; Default ;                        > ;
+                       < "Does not contain" ; Default ;        > ;
+                       < "Begins with" ; Default ;                     > ;
+                       < "Does not begin with" ; Default ;     > ;
+                       < "Ends with" ; Default ;                       > ;
+                       < "Does not end with" ; Default ;       > ;
                };
        };
        ListBox LB_COND2
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND2" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND2" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 122, 41 ) ;
-        Size = MAP_APPFONT ( 75, 145 ) ;
+               Pos = MAP_APPFONT ( 122, 41 ) ;
+               Size = MAP_APPFONT ( 75, 145 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                stringlist [ en-US ] =
@@ -196,20 +194,20 @@ ModelessDialog RID_SCDLG_FILTER
                        < "Smallest" ; Default ;                        > ;
                        < "Largest %" ; Default ;                       > ;
                        < "Smallest %" ; Default ;                      > ;
-            < "Contains" ; Default ;                   > ;
-            < "Does not contain" ; Default ;   > ;
-            < "Begins with" ; Default ;                        > ;
-            < "Does not begin with" ; Default ;        > ;
-            < "Ends with" ; Default ;                  > ;
-            < "Does not end with" ; Default ;  > ;
+                       < "Contains" ; Default ;                        > ;
+                       < "Does not contain" ; Default ;        > ;
+                       < "Begins with" ; Default ;                     > ;
+                       < "Does not begin with" ; Default ;     > ;
+                       < "Ends with" ; Default ;                       > ;
+                       < "Does not end with" ; Default ;       > ;
                };
        };
        ListBox LB_COND3
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND3" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND3" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 122, 57 ) ;
-        Size = MAP_APPFONT ( 75, 145 ) ;
+               Pos = MAP_APPFONT ( 122, 57 ) ;
+               Size = MAP_APPFONT ( 75, 145 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                stringlist [ en-US ] =
@@ -224,20 +222,20 @@ ModelessDialog RID_SCDLG_FILTER
                        < "Smallest" ; Default ;                        > ;
                        < "Largest %" ; Default ;                       > ;
                        < "Smallest %" ; Default ;                      > ;
-            < "Contains" ; Default ;                   > ;
-            < "Does not contain" ; Default ;   > ;
-            < "Begins with" ; Default ;                        > ;
-            < "Does not begin with" ; Default ;        > ;
-            < "Ends with" ; Default ;                  > ;
-            < "Does not end with" ; Default ;  > ;
+                       < "Contains" ; Default ;                        > ;
+                       < "Does not contain" ; Default ;        > ;
+                       < "Begins with" ; Default ;                     > ;
+                       < "Does not begin with" ; Default ;     > ;
+                       < "Ends with" ; Default ;                       > ;
+                       < "Does not end with" ; Default ;       > ;
                };
        };
        ListBox LB_COND4
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND4" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COND4" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 122, 73 ) ;
-        Size = MAP_APPFONT ( 75, 145 ) ;
+               Pos = MAP_APPFONT ( 122, 73 ) ;
+               Size = MAP_APPFONT ( 75, 145 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                stringlist [ en-US ] =
@@ -252,160 +250,160 @@ ModelessDialog RID_SCDLG_FILTER
                        < "Smallest" ; Default ;                        > ;
                        < "Largest %" ; Default ;                       > ;
                        < "Smallest %" ; Default ;                      > ;
-            < "Contains" ; Default ;                   > ;
-            < "Does not contain" ; Default ;   > ;
-            < "Begins with" ; Default ;                        > ;
-            < "Does not begin with" ; Default ;        > ;
-            < "Ends with" ; Default ;                  > ;
-            < "Does not end with" ; Default ;  > ;
+                       < "Contains" ; Default ;                        > ;
+                       < "Does not contain" ; Default ;        > ;
+                       < "Begins with" ; Default ;                     > ;
+                       < "Does not begin with" ; Default ;     > ;
+                       < "Ends with" ; Default ;                       > ;
+                       < "Does not end with" ; Default ;       > ;
                };
        };
        ComboBox ED_VAL1
        {
-           HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL1" ;
-        Pos = MAP_APPFONT ( 201, 25 ) ;
+               HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL1" ;
+               Pos = MAP_APPFONT ( 201, 25 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ComboBox ED_VAL2
        {
-           HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL2" ;
-        Pos = MAP_APPFONT ( 201, 41 ) ;
+               HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL2" ;
+               Pos = MAP_APPFONT ( 201, 41 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ComboBox ED_VAL3
        {
-           HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL3" ;
-        Pos = MAP_APPFONT ( 201, 57 ) ;
+               HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL3" ;
+               Pos = MAP_APPFONT ( 201, 57 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ComboBox ED_VAL4
        {
-           HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL4" ;
-        Pos = MAP_APPFONT ( 201, 73 ) ;
+               HelpID = "sc:ComboBox:RID_SCDLG_FILTER:ED_VAL4" ;
+               Pos = MAP_APPFONT ( 201, 73 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ScrollBar LB_SCROLL
-    {
-        Pos = MAP_APPFONT ( 265, 25 ) ;
-        Size = MAP_APPFONT ( 8, 60 ) ;
-        TabStop = TRUE ;
-        VScroll = TRUE ;
-    };
+       {
+               Pos = MAP_APPFONT ( 265, 25 ) ;
+               Size = MAP_APPFONT ( 8, 60 ) ;
+               TabStop = TRUE ;
+               VScroll = TRUE ;
+       };
 
-    FixedLine FL_CRITERIA
+       FixedLine FL_CRITERIA
        {
                Pos = MAP_APPFONT ( 6, 3 ) ;
-        Size = MAP_APPFONT ( 267, 8 ) ;
+               Size = MAP_APPFONT ( 267, 8 ) ;
                Text [ en-US ] = "Filter criteria" ;
        };
        CheckBox BTN_CASE
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_CASE" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_CASE" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12, 130 ) ;
-        Size = MAP_APPFONT ( 128, 10 ) ;
+               Pos = MAP_APPFONT ( 12, 130 ) ;
+               Size = MAP_APPFONT ( 128, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Case ~sensitive" ;
        };
        CheckBox BTN_REGEXP
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_REGEXP" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_REGEXP" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 142, 130 ) ;
-        Size = MAP_APPFONT ( 94, 10 ) ;
+               Pos = MAP_APPFONT ( 142, 130 ) ;
+               Size = MAP_APPFONT ( 94, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Regular ~expression" ;
        };
        CheckBox BTN_HEADER
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_HEADER" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_HEADER" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12, 144 ) ;
-        Size = MAP_APPFONT ( 128, 10 ) ;
+               Pos = MAP_APPFONT ( 12, 144 ) ;
+               Size = MAP_APPFONT ( 128, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Range contains ~column labels" ;
        };
        CheckBox BTN_UNIQUE
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_UNIQUE" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_UNIQUE" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 142, 144 ) ;
-        Size = MAP_APPFONT ( 94, 10 ) ;
+               Pos = MAP_APPFONT ( 142, 144 ) ;
+               Size = MAP_APPFONT ( 94, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~No duplication" ;
        };
        CheckBox BTN_COPY_RESULT
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_COPY_RESULT" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_COPY_RESULT" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12, 158 ) ;
-        Size = MAP_APPFONT ( 128, 10 ) ;
+               Pos = MAP_APPFONT ( 12, 158 ) ;
+               Size = MAP_APPFONT ( 128, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Copy ~results to..." ;
        };
        CheckBox BTN_DEST_PERS
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_DEST_PERS" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_FILTER:BTN_DEST_PERS" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 142, 158 ) ;
-        Size = MAP_APPFONT ( 94, 10 ) ;
+               Pos = MAP_APPFONT ( 142, 158 ) ;
+               Size = MAP_APPFONT ( 94, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Keep filter criteria" ;
        };
        ListBox LB_COPY_AREA
        {
-           HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COPY_AREA" ;
+               HelpID = "sc:ListBox:RID_SCDLG_FILTER:LB_COPY_AREA" ;
                Border = TRUE ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 21, 170 ) ;
-        Size = MAP_APPFONT ( 110, 90 ) ;
+               Pos = MAP_APPFONT ( 21, 170 ) ;
+               Size = MAP_APPFONT ( 110, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        Edit ED_COPY_AREA
        {
-           HelpID = "sc:Edit:RID_SCDLG_FILTER:ED_COPY_AREA" ;
+               HelpID = "sc:Edit:RID_SCDLG_FILTER:ED_COPY_AREA" ;
                Border = TRUE ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 136, 170 ) ;
-        Size = MAP_APPFONT ( 110, 12 ) ;
+               Pos = MAP_APPFONT ( 136, 170 ) ;
+               Size = MAP_APPFONT ( 110, 12 ) ;
                TabStop = TRUE ;
        };
        ImageButton RB_COPY_AREA
        {
-           HelpID = "sc:ImageButton:RID_SCDLG_FILTER:RB_COPY_AREA" ;
-        Pos = MAP_APPFONT ( 248, 169 ) ;
+               HelpID = "sc:ImageButton:RID_SCDLG_FILTER:RB_COPY_AREA" ;
+               Pos = MAP_APPFONT ( 248, 169 ) ;
                Size = MAP_APPFONT ( 13, 15 ) ;
                TabStop = FALSE ;
                QuickHelpText [ en-US ] = "Shrink" ;
        };
-    FixedLine FL_OPTIONS
+       FixedLine FL_OPTIONS
        {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 6, 118 ) ;
-        Size = MAP_APPFONT ( 267, 8 ) ;
+               Pos = MAP_APPFONT ( 6, 118 ) ;
+               Size = MAP_APPFONT ( 267, 8 ) ;
        };
        FixedText FT_DBAREA
        {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 66, 188 ) ;
-        Size = MAP_APPFONT ( 167, 8 ) ;
+               Pos = MAP_APPFONT ( 66, 188 ) ;
+               Size = MAP_APPFONT ( 167, 8 ) ;
                Left = TRUE ;
                Text [ en-US ] = "dummy" ;
        };
        FixedText FT_DBAREA_LABEL
        {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 6, 188 ) ;
-        Size = MAP_APPFONT ( 58, 8 ) ;
+               Pos = MAP_APPFONT ( 6, 188 ) ;
+               Size = MAP_APPFONT ( 58, 8 ) ;
                Text [ en-US ] = "Data range:" ;
        };
        OKButton BTN_OK
@@ -478,113 +476,113 @@ ModelessDialog RID_SCDLG_SPEC_FILTER
        };
        ImageButton RB_CRITERIA_AREA
        {
-           HelpID = "sc:ImageButton:RID_SCDLG_SPEC_FILTER:RB_CRITERIA_AREA" ;
-        Pos = MAP_APPFONT ( 201, 13 ) ;
+               HelpID = 
"sc:ImageButton:RID_SCDLG_SPEC_FILTER:RB_CRITERIA_AREA" ;
+               Pos = MAP_APPFONT ( 201, 13 ) ;
                Size = MAP_APPFONT ( 13, 15 ) ;
                TabStop = FALSE ;
                QuickHelpText [ en-US ] = "Shrink" ;
        };
        CheckBox BTN_CASE
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_CASE" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_CASE" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12, 43 ) ;
-        Size = MAP_APPFONT ( 128, 10 ) ;
+               Pos = MAP_APPFONT ( 12, 43 ) ;
+               Size = MAP_APPFONT ( 128, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Case sensitive" ;
        };
        CheckBox BTN_REGEXP
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_REGEXP" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_REGEXP" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 142, 43 ) ;
-        Size = MAP_APPFONT ( 74, 10 ) ;
+               Pos = MAP_APPFONT ( 142, 43 ) ;
+               Size = MAP_APPFONT ( 74, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Regular ~expressions" ;
        };
        CheckBox BTN_HEADER
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_HEADER" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_HEADER" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12, 57 ) ;
-        Size = MAP_APPFONT ( 128, 10 ) ;
+               Pos = MAP_APPFONT ( 12, 57 ) ;
+               Size = MAP_APPFONT ( 128, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Range c~ontains column labels" ;
        };
        CheckBox BTN_UNIQUE
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 142, 57 ) ;
-        Size = MAP_APPFONT ( 74, 10 ) ;
+               Pos = MAP_APPFONT ( 142, 57 ) ;
+               Size = MAP_APPFONT ( 74, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~No duplication" ;
        };
        CheckBox BTN_COPY_RESULT
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_COPY_RESULT" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_COPY_RESULT" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12, 71 ) ;
-        Size = MAP_APPFONT ( 128, 10 ) ;
+               Pos = MAP_APPFONT ( 12, 71 ) ;
+               Size = MAP_APPFONT ( 128, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Co~py results to" ;
        };
        CheckBox BTN_DEST_PERS
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_DEST_PERS" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_SPEC_FILTER:BTN_DEST_PERS" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 142, 71 ) ;
-        Size = MAP_APPFONT ( 74, 10 ) ;
+               Pos = MAP_APPFONT ( 142, 71 ) ;
+               Size = MAP_APPFONT ( 74, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Keep filter criteria" ;
        };
        ListBox LB_COPY_AREA
        {
-           HelpID = "sc:ListBox:RID_SCDLG_SPEC_FILTER:LB_COPY_AREA" ;
+               HelpID = "sc:ListBox:RID_SCDLG_SPEC_FILTER:LB_COPY_AREA" ;
                Border = TRUE ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 20, 83 ) ;
-        Size = MAP_APPFONT ( 76, 90 ) ;
+               Pos = MAP_APPFONT ( 20, 83 ) ;
+               Size = MAP_APPFONT ( 76, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        Edit ED_COPY_AREA
        {
-           HelpID = "sc:Edit:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA" ;
+               HelpID = "sc:Edit:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA" ;
                Border = TRUE ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 100, 83 ) ;
-        Size = MAP_APPFONT ( 99, 12 ) ;
+               Pos = MAP_APPFONT ( 100, 83 ) ;
+               Size = MAP_APPFONT ( 99, 12 ) ;
                TabStop = TRUE ;
        };
        ImageButton RB_COPY_AREA
        {
-           HelpID = "sc:ImageButton:RID_SCDLG_SPEC_FILTER:RB_COPY_AREA" ;
-        Pos = MAP_APPFONT ( 201, 82 ) ;
+               HelpID = "sc:ImageButton:RID_SCDLG_SPEC_FILTER:RB_COPY_AREA" ;
+               Pos = MAP_APPFONT ( 201, 82 ) ;
                Size = MAP_APPFONT ( 13, 15 ) ;
                TabStop = FALSE ;
                QuickHelpText [ en-US ] = "Shrink" ;
        };
-    FixedLine FL_OPTIONS
+       FixedLine FL_OPTIONS
        {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 6, 32 ) ;
-        Size = MAP_APPFONT ( 210, 8 ) ;
+               Pos = MAP_APPFONT ( 6, 32 ) ;
+               Size = MAP_APPFONT ( 210, 8 ) ;
                Text [ en-US ] = "Options" ;
        };
        FixedText FT_DBAREA
        {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 58, 101 ) ;
-        Size = MAP_APPFONT ( 155, 8 ) ;
+               Pos = MAP_APPFONT ( 58, 101 ) ;
+               Size = MAP_APPFONT ( 155, 8 ) ;
                Left = TRUE ;
                Text [ en-US ] = "dummy" ;
        };
        FixedText FT_DBAREA_LABEL
        {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 6, 101 ) ;
-        Size = MAP_APPFONT ( 50, 8 ) ;
+               Pos = MAP_APPFONT ( 6, 101 ) ;
+               Size = MAP_APPFONT ( 50, 8 ) ;
                Text [ en-US ] = "Data range:" ;
        };
        OKButton BTN_OK
@@ -608,12 +606,12 @@ ModelessDialog RID_SCDLG_SPEC_FILTER
        };
        MoreButton BTN_MORE
        {
-           HelpID = "sc:MoreButton:RID_SCDLG_SPEC_FILTER:BTN_MORE" ;
+               HelpID = "sc:MoreButton:RID_SCDLG_SPEC_FILTER:BTN_MORE" ;
                Pos = MAP_APPFONT ( 223, 63 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                MapUnit = MAP_APPFONT ;
-        Delta = 32 ;
+               Delta = 32 ;
        };
 };
 //============================================================================
@@ -623,39 +621,39 @@ ModalDialog RID_SCDLG_PIVOTFILTER
        HelpId = HID_SC_PIVOTFILTER ;
        Hide = TRUE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 298, 83 ) ;
+       Size = MAP_APPFONT ( 298, 83 ) ;
        Text [ en-US ] = "Filter" ;
        Moveable = TRUE ;
        Closeable = FALSE ;
        FixedText FT_OP
        {
-        Pos = MAP_APPFONT ( 12, 14 ) ;
-        Size = MAP_APPFONT ( 40, 8 ) ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 40, 8 ) ;
                Text [ en-US ] = "Operator" ;
        };
        FixedText FT_FIELD
        {
-        Pos = MAP_APPFONT ( 58, 14 ) ;
-        Size = MAP_APPFONT ( 60, 8 ) ;
+               Pos = MAP_APPFONT ( 58, 14 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
                Text [ en-US ] = "Field name" ;
        };
        FixedText FT_COND
        {
-        Pos = MAP_APPFONT ( 122, 14 ) ;
-        Size = MAP_APPFONT ( 47, 8 ) ;
+               Pos = MAP_APPFONT ( 122, 14 ) ;
+               Size = MAP_APPFONT ( 47, 8 ) ;
                Text [ en-US ] = "Condition" ;
        };
        FixedText FT_VAL
        {
-        Pos = MAP_APPFONT ( 173, 14 ) ;
-        Size = MAP_APPFONT ( 60, 8 ) ;
+               Pos = MAP_APPFONT ( 173, 14 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
                Text [ en-US ] = "Value" ;
        };
        ListBox LB_OP1
        {
-           HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_OP1" ;
+               HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_OP1" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 12, 41 ) ;
+               Pos = MAP_APPFONT ( 12, 41 ) ;
                Size = MAP_APPFONT ( 40, 46 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
@@ -667,9 +665,9 @@ ModalDialog RID_SCDLG_PIVOTFILTER
        };
        ListBox LB_OP2
        {
-           HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_OP2" ;
+               HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_OP2" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 12, 57 ) ;
+               Pos = MAP_APPFONT ( 12, 57 ) ;
                Size = MAP_APPFONT ( 40, 46 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
@@ -681,37 +679,37 @@ ModalDialog RID_SCDLG_PIVOTFILTER
        };
        ListBox LB_FIELD1
        {
-           HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD1" ;
+               HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD1" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 58, 25 ) ;
+               Pos = MAP_APPFONT ( 58, 25 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ListBox LB_FIELD2
        {
-           HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD2" ;
+               HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD2" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 58, 41 ) ;
+               Pos = MAP_APPFONT ( 58, 41 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ListBox LB_FIELD3
        {
-           HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD3" ;
+               HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD3" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 58, 57 ) ;
+               Pos = MAP_APPFONT ( 58, 57 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ListBox LB_COND1
        {
-           HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND1" ;
+               HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND1" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 122, 25 ) ;
-        Size = MAP_APPFONT ( 47, 65 ) ;
+               Pos = MAP_APPFONT ( 122, 25 ) ;
+               Size = MAP_APPFONT ( 47, 65 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                StringList [ en-US ] =
@@ -726,10 +724,10 @@ ModalDialog RID_SCDLG_PIVOTFILTER
        };
        ListBox LB_COND2
        {
-           HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND2" ;
+               HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND2" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 122, 41 ) ;
-        Size = MAP_APPFONT ( 47, 65 ) ;
+               Pos = MAP_APPFONT ( 122, 41 ) ;
+               Size = MAP_APPFONT ( 47, 65 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                StringList [ en-US ] =
@@ -744,10 +742,10 @@ ModalDialog RID_SCDLG_PIVOTFILTER
        };
        ListBox LB_COND3
        {
-           HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND3" ;
+               HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND3" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 122, 57 ) ;
-        Size = MAP_APPFONT ( 47, 65 ) ;
+               Pos = MAP_APPFONT ( 122, 57 ) ;
+               Size = MAP_APPFONT ( 47, 65 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                StringList [ en-US ] =
@@ -762,110 +760,110 @@ ModalDialog RID_SCDLG_PIVOTFILTER
        };
        ComboBox ED_VAL1
        {
-           HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL1" ;
-        Pos = MAP_APPFONT ( 173, 25 ) ;
+               HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL1" ;
+               Pos = MAP_APPFONT ( 173, 25 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ComboBox ED_VAL2
        {
-           HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL2" ;
-        Pos = MAP_APPFONT ( 173, 41 ) ;
+               HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL2" ;
+               Pos = MAP_APPFONT ( 173, 41 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        ComboBox ED_VAL3
        {
-           HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL3" ;
-        Pos = MAP_APPFONT ( 173, 57 ) ;
+               HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL3" ;
+               Pos = MAP_APPFONT ( 173, 57 ) ;
                Size = MAP_APPFONT ( 60, 90 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
-    FixedLine FL_CRITERIA
+       FixedLine FL_CRITERIA
        {
                Pos = MAP_APPFONT ( 6, 3 ) ;
-        Size = MAP_APPFONT ( 230, 8 ) ;
+               Size = MAP_APPFONT ( 230, 8 ) ;
                Text [ en-US ] = "Filter criteria" ;
        };
        CheckBox BTN_CASE
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_CASE" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_CASE" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12, 86 ) ;
-        Size = MAP_APPFONT ( 221, 10 ) ;
+               Pos = MAP_APPFONT ( 12, 86 ) ;
+               Size = MAP_APPFONT ( 221, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Case sensitive" ;
        };
        CheckBox BTN_REGEXP
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_REGEXP" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_REGEXP" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12, 100 ) ;
-        Size = MAP_APPFONT ( 221, 10 ) ;
+               Pos = MAP_APPFONT ( 12, 100 ) ;
+               Size = MAP_APPFONT ( 221, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Regular expression" ;
        };
        CheckBox BTN_UNIQUE
        {
-           HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_UNIQUE" ;
+               HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_UNIQUE" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12, 114 ) ;
-        Size = MAP_APPFONT ( 221, 10 ) ;
+               Pos = MAP_APPFONT ( 12, 114 ) ;
+               Size = MAP_APPFONT ( 221, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~No duplication" ;
        };
-    FixedLine FL_OPTIONS
+       FixedLine FL_OPTIONS
        {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 6, 75 ) ;
-        Size = MAP_APPFONT ( 230, 8 ) ;
+               Pos = MAP_APPFONT ( 6, 75 ) ;
+               Size = MAP_APPFONT ( 230, 8 ) ;
                Text [ en-US ] = "Options" ;
        };
        FixedText FT_DBAREA
        {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 70, 130 ) ;
-        Size = MAP_APPFONT ( 166, 8 ) ;
+               Pos = MAP_APPFONT ( 70, 130 ) ;
+               Size = MAP_APPFONT ( 166, 8 ) ;
                Left = TRUE ;
                Text [ en-US ] = "dummy" ;
        };
        FixedText FT_DBAREA_LABEL
        {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 6, 130 ) ;
-        Size = MAP_APPFONT ( 58, 8 ) ;
+               Pos = MAP_APPFONT ( 6, 130 ) ;
+               Size = MAP_APPFONT ( 58, 8 ) ;
                Text [ en-US ] = "Data range:" ;
        };
        OKButton BTN_OK
        {
-        Pos = MAP_APPFONT ( 242, 6 ) ;
+               Pos = MAP_APPFONT ( 242, 6 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton BTN_CANCEL
        {
-        Pos = MAP_APPFONT ( 242, 23 ) ;
+               Pos = MAP_APPFONT ( 242, 23 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton BTN_HELP
        {
-        Pos = MAP_APPFONT ( 242, 43 ) ;
+               Pos = MAP_APPFONT ( 242, 43 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        MoreButton BTN_MORE
        {
-           HelpID = "sc:MoreButton:RID_SCDLG_PIVOTFILTER:BTN_MORE" ;
-        Pos = MAP_APPFONT ( 242, 63 ) ;
+               HelpID = "sc:MoreButton:RID_SCDLG_PIVOTFILTER:BTN_MORE" ;
+               Pos = MAP_APPFONT ( 242, 63 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                MapUnit = MAP_APPFONT ;
-        Delta = 61 ;
+               Delta = 61 ;
        };
 };
 
diff --git a/main/sc/source/ui/src/scerrors.src 
b/main/sc/source/ui/src/scerrors.src
index b71e3d29ab..319cfe6b1c 100644
--- a/main/sc/source/ui/src/scerrors.src
+++ b/main/sc/source/ui/src/scerrors.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #define __RSC
 #include "scerrors.hxx"
 #include "sc.hrc"
diff --git a/main/sc/source/ui/src/scstring.src 
b/main/sc/source/ui/src/scstring.src
index 48ba501bca..ed09555f96 100644
--- a/main/sc/source/ui/src/scstring.src
+++ b/main/sc/source/ui/src/scstring.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #include "sc.hrc" // -> #include <sfx.hrc>
 
 // Strings for interface names
diff --git a/main/sc/source/ui/src/solveroptions.src 
b/main/sc/source/ui/src/solveroptions.src
index 8df4c472d9..64f56665f7 100644
--- a/main/sc/source/ui/src/solveroptions.src
+++ b/main/sc/source/ui/src/solveroptions.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,183 +7,182 @@
  * 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 "solveroptions.hrc"
 
 ModalDialog RID_SCDLG_SOLVEROPTIONS
 {
-    OutputSize = TRUE ;
-    HelpId = HID_SC_SOLVEROPTIONS ;
-    SVLook = TRUE ;
-    Size = MAP_APPFONT ( 218 , 156 ) ;
-    Moveable = TRUE ;
-    FixedText FT_ENGINE
-    {
-        Pos = MAP_APPFONT ( 6 , 8 ) ;
-        Size = MAP_APPFONT ( 59 , 8 ) ;
-        Text [ en-US ] = "Solver engine" ;
-    };
-    ListBox LB_ENGINE
-    {
-        HelpID = "sc:ListBox:RID_SCDLG_SOLVEROPTIONS:LB_ENGINE";
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 67 , 6 ) ;
-        Size = MAP_APPFONT ( 145 , 90 ) ;
-        TabStop = TRUE ;
-        DropDown = TRUE ;
-    };
-    FixedText FT_SETTINGS
-    {
-        Pos = MAP_APPFONT ( 6 , 24 ) ;
-        Size = MAP_APPFONT ( 156 , 8 ) ;
-        Text [ en-US ] = "Settings:" ;
-    };
-    Control LB_SETTINGS
-    {
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 6 , 35 ) ;
-        Size = MAP_APPFONT ( 206 , 67 ) ;
-        TabStop = TRUE ;
-    };
-    PushButton BTN_EDIT
-    {
-        HelpID = "sc:PushButton:RID_SCDLG_SOLVEROPTIONS:BTN_EDIT";
-        Pos = MAP_APPFONT ( 6 , 108 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "Edit..." ;
-    };
-    FixedLine FL_BUTTONS
-    {
-        Pos = MAP_APPFONT ( 0 , 125 ) ;
-        Size = MAP_APPFONT ( 218 , 8 ) ;
-    };
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT ( 6 , 136 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT ( 106 , 136 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        DefButton = TRUE ;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 162 , 136 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    Text [ en-US ] = "Options" ;
+       OutputSize = TRUE ;
+       HelpId = HID_SC_SOLVEROPTIONS ;
+       SVLook = TRUE ;
+       Size = MAP_APPFONT ( 218, 156 ) ;
+       Moveable = TRUE ;
+       FixedText FT_ENGINE
+       {
+               Pos = MAP_APPFONT ( 6, 8 ) ;
+               Size = MAP_APPFONT ( 59, 8 ) ;
+               Text [ en-US ] = "Solver engine" ;
+       };
+       ListBox LB_ENGINE
+       {
+               HelpID = "sc:ListBox:RID_SCDLG_SOLVEROPTIONS:LB_ENGINE" ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 67, 6 ) ;
+               Size = MAP_APPFONT ( 145, 90 ) ;
+               TabStop = TRUE ;
+               DropDown = TRUE ;
+       };
+       FixedText FT_SETTINGS
+       {
+               Pos = MAP_APPFONT ( 6, 24 ) ;
+               Size = MAP_APPFONT ( 156, 8 ) ;
+               Text [ en-US ] = "Settings:" ;
+       };
+       Control LB_SETTINGS
+       {
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 6, 35 ) ;
+               Size = MAP_APPFONT ( 206, 67 ) ;
+               TabStop = TRUE ;
+       };
+       PushButton BTN_EDIT
+       {
+               HelpID = "sc:PushButton:RID_SCDLG_SOLVEROPTIONS:BTN_EDIT" ;
+               Pos = MAP_APPFONT ( 6, 108 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "Edit..." ;
+       };
+       FixedLine FL_BUTTONS
+       {
+               Pos = MAP_APPFONT ( 0, 125 ) ;
+               Size = MAP_APPFONT ( 218, 8 ) ;
+       };
+       HelpButton BTN_HELP
+       {
+               Pos = MAP_APPFONT ( 6, 136 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       OKButton BTN_OK
+       {
+               Pos = MAP_APPFONT ( 106, 136 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+               DefButton = TRUE ;
+       };
+       CancelButton BTN_CANCEL
+       {
+               Pos = MAP_APPFONT ( 162, 136 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       Text [ en-US ] = "Options" ;
 };
 
 
 ModalDialog RID_SCDLG_SOLVER_INTEGER
 {
-    OutputSize = TRUE ;
-    HelpId = HID_SC_SOLVER_INTEGER ;
-    SVLook = TRUE ;
-    Size = MAP_APPFONT ( 118 , 76 ) ;
-    Moveable = TRUE ;
-    FixedText FT_OPTIONNAME
-    {
-        Pos = MAP_APPFONT ( 6 , 8 ) ;
-        Size = MAP_APPFONT ( 106 , 16 ) ;
-        WordBreak = TRUE ;
-        // text is dynamic
-    };
-    NumericField NF_VALUE
-    {
-        HelpID = "sc:NumericField:RID_SCDLG_SOLVER_INTEGER:NF_VALUE";
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 6 , 27 ) ;
-        Size = MAP_APPFONT ( 30 , 12 ) ;
-        TabStop = TRUE ;
-        Spin = TRUE ;
-        SpinSize = 1 ;
-        Repeat = TRUE ;
-        Minimum = -2147483648 ;
-        Maximum = 2147483647 ;
-        First = 0 ;
-        Last = 100 ;
-    };
-    FixedLine FL_BUTTONS
-    {
-        Pos = MAP_APPFONT ( 0 , 45 ) ;
-        Size = MAP_APPFONT ( 118 , 8 ) ;
-    };
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT ( 6 , 56 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        DefButton = TRUE ;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 62 , 56 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    Text [ en-US ] = "Edit Setting" ;
+       OutputSize = TRUE ;
+       HelpId = HID_SC_SOLVER_INTEGER ;
+       SVLook = TRUE ;
+       Size = MAP_APPFONT ( 118, 76 ) ;
+       Moveable = TRUE ;
+       FixedText FT_OPTIONNAME
+       {
+               Pos = MAP_APPFONT ( 6, 8 ) ;
+               Size = MAP_APPFONT ( 106, 16 ) ;
+               WordBreak = TRUE ;
+               // text is dynamic
+       };
+       NumericField NF_VALUE
+       {
+               HelpID = "sc:NumericField:RID_SCDLG_SOLVER_INTEGER:NF_VALUE" ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 6, 27 ) ;
+               Size = MAP_APPFONT ( 30, 12 ) ;
+               TabStop = TRUE ;
+               Spin = TRUE ;
+               SpinSize = 1 ;
+               Repeat = TRUE ;
+               Minimum = -2147483648 ;
+               Maximum = 2147483647 ;
+               First = 0 ;
+               Last = 100 ;
+       };
+       FixedLine FL_BUTTONS
+       {
+               Pos = MAP_APPFONT ( 0, 45 ) ;
+               Size = MAP_APPFONT ( 118, 8 ) ;
+       };
+       OKButton BTN_OK
+       {
+               Pos = MAP_APPFONT ( 6, 56 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+               DefButton = TRUE ;
+       };
+       CancelButton BTN_CANCEL
+       {
+               Pos = MAP_APPFONT ( 62, 56 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       Text [ en-US ] = "Edit Setting" ;
 };
 
 ModalDialog RID_SCDLG_SOLVER_DOUBLE
 {
-    OutputSize = TRUE ;
-    HelpId = HID_SC_SOLVER_DOUBLE ;
-    SVLook = TRUE ;
-    Size = MAP_APPFONT ( 118 , 76 ) ;
-    Moveable = TRUE ;
-    FixedText FT_OPTIONNAME
-    {
-        Pos = MAP_APPFONT ( 6 , 8 ) ;
-        Size = MAP_APPFONT ( 106 , 16 ) ;
-        WordBreak = TRUE ;
-        // text is dynamic
-    };
-    Edit ED_VALUE
-    {
-        HelpID = "sc:Edit:RID_SCDLG_SOLVER_DOUBLE:ED_VALUE";
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 6 , 27 ) ;
-        Size = MAP_APPFONT ( 50 , 12 ) ;
-        TabStop = TRUE ;
-    };
-    FixedLine FL_BUTTONS
-    {
-        Pos = MAP_APPFONT ( 0 , 45 ) ;
-        Size = MAP_APPFONT ( 118 , 8 ) ;
-    };
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT ( 6 , 56 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        DefButton = TRUE ;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 62 , 56 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    Text [ en-US ] = "Edit Setting" ;
+       OutputSize = TRUE ;
+       HelpId = HID_SC_SOLVER_DOUBLE ;
+       SVLook = TRUE ;
+       Size = MAP_APPFONT ( 118, 76 ) ;
+       Moveable = TRUE ;
+       FixedText FT_OPTIONNAME
+       {
+               Pos = MAP_APPFONT ( 6, 8 ) ;
+               Size = MAP_APPFONT ( 106, 16 ) ;
+               WordBreak = TRUE ;
+               // text is dynamic
+       };
+       Edit ED_VALUE
+       {
+               HelpID = "sc:Edit:RID_SCDLG_SOLVER_DOUBLE:ED_VALUE" ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 6, 27 ) ;
+               Size = MAP_APPFONT ( 50, 12 ) ;
+               TabStop = TRUE ;
+       };
+       FixedLine FL_BUTTONS
+       {
+               Pos = MAP_APPFONT ( 0, 45 ) ;
+               Size = MAP_APPFONT ( 118, 8 ) ;
+       };
+       OKButton BTN_OK
+       {
+               Pos = MAP_APPFONT ( 6, 56 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+               DefButton = TRUE ;
+       };
+       CancelButton BTN_CANCEL
+       {
+               Pos = MAP_APPFONT ( 62, 56 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               TabStop = TRUE ;
+       };
+       Text [ en-US ] = "Edit Setting" ;
 };
 
+// ********************************************************************** EOF
diff --git a/main/sc/source/ui/src/solvrdlg.src 
b/main/sc/source/ui/src/solvrdlg.src
index 363487b866..e7ce3bfde5 100644
--- a/main/sc/source/ui/src/solvrdlg.src
+++ b/main/sc/source/ui/src/solvrdlg.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #include "solvrdlg.hrc"
 ModelessDialog RID_SCDLG_SOLVER
 {
diff --git a/main/sc/source/ui/styleui/styledlg.src 
b/main/sc/source/ui/styleui/styledlg.src
index e4a8453735..fe3f5aeb55 100644
--- a/main/sc/source/ui/styleui/styledlg.src
+++ b/main/sc/source/ui/styleui/styledlg.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #include "sc.hrc"
 #include "styledlg.hrc" // -> TP_xxx
 TabDialog RID_SCDLG_STYLES_PAR

Reply via email to