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 facded3  Cleaned up resource files
facded3 is described below

commit facded3995fcb6372087bb00c852e9f66b23e018
Author: mseidel <msei...@apache.org>
AuthorDate: Thu Feb 18 23:06:38 2021 +0100

    Cleaned up resource files
---
 main/cui/source/options/connpooloptions.src      | 137 +++++--------
 main/cui/source/options/dbregister.src           |  18 +-
 main/cui/source/options/internationaloptions.src |  18 +-
 main/cui/source/options/optaccessibility.src     | 137 ++++++-------
 main/cui/source/options/optjsearch.src           | 232 +++++++++--------------
 main/cui/source/options/optupdt.src              | 176 ++++++++---------
 main/cui/source/options/securityoptions.src      | 217 ++++++++++-----------
 main/cui/source/options/webconninfo.src          | 111 +++++------
 8 files changed, 471 insertions(+), 575 deletions(-)

diff --git a/main/cui/source/options/connpooloptions.src 
b/main/cui/source/options/connpooloptions.src
index 5bda97d..9595358 100644
--- a/main/cui/source/options/connpooloptions.src
+++ b/main/cui/source/options/connpooloptions.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -31,7 +31,7 @@
 
 TabPage RID_OFAPAGE_CONNPOOLOPTIONS
 {
-    HelpID = "cui:TabPage:RID_OFAPAGE_CONNPOOLOPTIONS";
+       HelpID = "cui:TabPage:RID_OFAPAGE_CONNPOOLOPTIONS" ;
        OutputSize = TRUE ;
        Size = MAP_APPFONT ( PAGE_SIZE_X, PAGE_SIZE_Y ) ;
        SVLook = TRUE ;
@@ -39,127 +39,92 @@ TabPage RID_OFAPAGE_CONNPOOLOPTIONS
 
        FixedLine FL_POOLING
        {
-               Pos = MAP_APPFONT( 4, 3 );
-               Size = MAP_APPFONT( PAGE_SIZE_X - 8, 8 );
-               Text [ en-US ] = "Connection pool";
+               Pos = MAP_APPFONT ( 4, 3 ) ;
+               Size = MAP_APPFONT ( PAGE_SIZE_X - 8, 8 ) ;
+               Text [ en-US ] = "Connection pool" ;
        };
        CheckBox CB_POOL_CONNS
        {
-           HelpID = "cui:CheckBox:RID_OFAPAGE_CONNPOOLOPTIONS:CB_POOL_CONNS";
-               Pos = MAP_APPFONT( 7, 15 );
-               Size = MAP_APPFONT( PAGE_SIZE_X - 14, 10 );
-               Text [ en-US ] = "Connection pooling enabled";
+               HelpID = 
"cui:CheckBox:RID_OFAPAGE_CONNPOOLOPTIONS:CB_POOL_CONNS" ;
+               Pos = MAP_APPFONT ( 7, 15 ) ;
+               Size = MAP_APPFONT ( PAGE_SIZE_X - 14, 10 ) ;
+               Text [ en-US ] = "Connection pooling enabled" ;
        };
        FixedText FT_DRIVERS
        {
-               Pos = MAP_APPFONT( 17, 28 );
-               Size = MAP_APPFONT( PAGE_SIZE_X - 14 - 8, 8 );
-               Text [ en-US ] = "Drivers known in %PRODUCTNAME";
+               Pos = MAP_APPFONT ( 17, 28 ) ;
+               Size = MAP_APPFONT ( PAGE_SIZE_X - 14 - 8, 8 ) ;
+               Text [ en-US ] = "Drivers known in %PRODUCTNAME" ;
        };
        Control CTRL_DRIVER_LIST
        {
-               Pos = MAP_APPFONT( 17, 39 );
-               Size = MAP_APPFONT( PAGE_SIZE_X - 14 - 8, LIST_SIZE_Y );
-               TabStop = TRUE;
-               Border = TRUE;
-               SVLook = TRUE;
+               Pos = MAP_APPFONT ( 17, 39 ) ;
+               Size = MAP_APPFONT ( PAGE_SIZE_X - 14 - 8, LIST_SIZE_Y ) ;
+               TabStop = TRUE ;
+               Border = TRUE ;
+               SVLook = TRUE ;
        };
        FixedText FT_DRIVERLABEL
        {
-               Pos = MAP_APPFONT( 17, 39 + LIST_SIZE_Y + 4 );
-               Size = MAP_APPFONT( 70, 8 );
-               Text [ en-US ] = "Current driver:";
+               Pos = MAP_APPFONT ( 17, 39 + LIST_SIZE_Y + 4 ) ;
+               Size = MAP_APPFONT ( 70, 8 ) ;
+               Text [ en-US ] = "Current driver:" ;
        };
        FixedText FT_DRIVER
        {
-               Pos = MAP_APPFONT( 17 + 70 + 3, 39 + LIST_SIZE_Y + 4 );
-               Size = MAP_APPFONT( PAGE_SIZE_X - ( 15 + 70 + 3 ) - 7, 8 );
+               Pos = MAP_APPFONT ( 17 + 70 + 3, 39 + LIST_SIZE_Y + 4 ) ;
+               Size = MAP_APPFONT ( PAGE_SIZE_X - ( 15 + 70 + 3 ) - 7, 8 ) ;
        };
        CheckBox CB_DRIVERPOOLING
        {
-           HelpID = 
"cui:CheckBox:RID_OFAPAGE_CONNPOOLOPTIONS:CB_DRIVERPOOLING";
-               Pos = MAP_APPFONT( 17, 39 + LIST_SIZE_Y + 4 + 8 + 3 );
-               Size = MAP_APPFONT( PAGE_SIZE_X - 23, 10 );
-               Text [ en-US ] = "Enable pooling for this driver";
+               HelpID = 
"cui:CheckBox:RID_OFAPAGE_CONNPOOLOPTIONS:CB_DRIVERPOOLING" ;
+               Pos = MAP_APPFONT ( 17, 39 + LIST_SIZE_Y + 4 + 8 + 3 ) ;
+               Size = MAP_APPFONT ( PAGE_SIZE_X - 23, 10 ) ;
+               Text [ en-US ] = "Enable pooling for this driver" ;
        };
        FixedText FT_TIMEOUT
        {
-               Pos = MAP_APPFONT( 27, 39 + LIST_SIZE_Y + 4 + 8 + 3 + 10 + 3 + 
2 );
-               Size = MAP_APPFONT( 100, 8 );
-               Text [ en-US ] = "Timeout (seconds)";
+               Pos = MAP_APPFONT ( 27, 39 + LIST_SIZE_Y + 4 + 8 + 3 + 10 + 3 + 
2 ) ;
+               Size = MAP_APPFONT ( 100, 8 ) ;
+               Text [ en-US ] = "Timeout (seconds)" ;
        };
        NumericField NF_TIMEOUT
        {
-           HelpID = "cui:NumericField:RID_OFAPAGE_CONNPOOLOPTIONS:NF_TIMEOUT";
-               Pos = MAP_APPFONT( 27 + 100 + 3, 39 + LIST_SIZE_Y + 4 + 8 + 3 + 
10 + 3 );
-               Size = MAP_APPFONT( 40, 12 );
-               SvLook = TRUE;
-               Border = TRUE;
-               Right = TRUE;
-               Spin = TRUE;
-               Repeat = TRUE;
-               Minimum = 30;
-               Maximum = 600;
-               StrictFormat = TRUE;
-               DecimalDigits = 0;
-               SpinSize = 1;
+               HelpID = 
"cui:NumericField:RID_OFAPAGE_CONNPOOLOPTIONS:NF_TIMEOUT" ;
+               Pos = MAP_APPFONT ( 27 + 100 + 3, 39 + LIST_SIZE_Y + 4 + 8 + 3 
+ 10 + 3 ) ;
+               Size = MAP_APPFONT ( 40, 12 ) ;
+               SvLook = TRUE ;
+               Border = TRUE ;
+               Right = TRUE ;
+               Spin = TRUE ;
+               Repeat = TRUE ;
+               Minimum = 30 ;
+               Maximum = 600 ;
+               StrictFormat = TRUE ;
+               DecimalDigits = 0 ;
+               SpinSize = 1 ;
        };
 
        String STR_DRIVER_NAME
        {
-               Text [ en-US ] = "Driver name";
+               Text [ en-US ] = "Driver name" ;
        };
        String STR_POOLED_FLAG
        {
-               Text [ en-US ] = "Pool";
+               Text [ en-US ] = "Pool" ;
        };
        String STR_POOL_TIMEOUT
        {
-               Text [ en-US ] = "Timeout";
+               Text [ en-US ] = "Timeout" ;
        };
        String STR_YES
        {
-               Text [ en-US ] = "Yes";
+               Text [ en-US ] = "Yes" ;
        };
        String STR_NO
        {
-               Text [ en-US ] = "No";
+               Text [ en-US ] = "No" ;
        };
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ******************************************************************* EOF
diff --git a/main/cui/source/options/dbregister.src 
b/main/cui/source/options/dbregister.src
index aaf0f43..bada173 100644
--- a/main/cui/source/options/dbregister.src
+++ b/main/cui/source/options/dbregister.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.
- * 
+ *
  *************************************************************/
 
 
@@ -38,14 +38,14 @@ TabPage RID_SFXPAGE_DBREGISTER
 
        FixedText FT_TYPE
        {
-               Hide = TRUE;
+               Hide = TRUE ;
                Pos = MAP_APPFONT ( 12, 14 ) ;
                Size = MAP_APPFONT ( 40, 10 ) ;
                Text [ en-US ] = "Registered name" ;
        };
        FixedText FT_PATH
        {
-               Hide = TRUE;
+               Hide = TRUE ;
                Pos = MAP_APPFONT ( 110, 14 ) ;
                Size = MAP_APPFONT ( 40, 10 ) ;
                Text [ en-US ] = "Database file" ;
@@ -59,21 +59,21 @@ TabPage RID_SFXPAGE_DBREGISTER
        };
        PushButton BTN_NEW
        {
-               HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_NEW";
+               HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_NEW" ;
                Pos = MAP_APPFONT ( 47, 165 ) ;
                Size = MAP_APPFONT ( 65, 14 ) ;
                Text [ en-US ] = "~New..." ;
        };
        PushButton BTN_EDIT
        {
-               HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_EDIT";
+               HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_EDIT" ;
                Pos = MAP_APPFONT ( 183, 165 ) ;
                Size = MAP_APPFONT ( 65, 14 ) ;
                Text [ en-US ] = "~Edit..." ;
        };
        PushButton BTN_DELETE
        {
-               HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_DELETE";
+               HelpID = "cui:PushButton:RID_SFXPAGE_DBREGISTER:BTN_DELETE" ;
                Pos = MAP_APPFONT ( 115, 165 ) ;
                Size = MAP_APPFONT ( 65, 14 ) ;
                Text [ en-US ] = "~Delete" ;
diff --git a/main/cui/source/options/internationaloptions.src 
b/main/cui/source/options/internationaloptions.src
index f805f6a..79e4a18 100644
--- a/main/cui/source/options/internationaloptions.src
+++ b/main/cui/source/options/internationaloptions.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -28,7 +28,7 @@
 
 TabPage RID_OFA_TP_INTERNATIONAL
 {
-       HelpID = "cui:TabPage:RID_OFA_TP_INTERNATIONAL";
+       HelpID = "cui:TabPage:RID_OFA_TP_INTERNATIONAL" ;
        OutputSize = TRUE ;
        Size = MAP_APPFONT ( PAGE_SIZE_X, PAGE_SIZE_Y ) ;
        SVLook = TRUE ;
@@ -43,7 +43,7 @@ TabPage RID_OFA_TP_INTERNATIONAL
 
        RadioButton RB_TXTDIR_LEFT2RIGHT
        {
-               HelpID = 
"cui:RadioButton:RID_OFA_TP_INTERNATIONAL:RB_TXTDIR_LEFT2RIGHT";
+               HelpID = 
"cui:RadioButton:RID_OFA_TP_INTERNATIONAL:RB_TXTDIR_LEFT2RIGHT" ;
                Pos = MAP_APPFONT ( COL_1, ROW_1 ) ;
                Size = MAP_APPFONT ( WIDTH2END( COL_1 ), HEIGHT_RB ) ;
                Group = TRUE ;
@@ -52,7 +52,7 @@ TabPage RID_OFA_TP_INTERNATIONAL
 
        RadioButton RB_TXTDIR_RIGHT2LEFT
        {
-               HelpID = 
"cui:RadioButton:RID_OFA_TP_INTERNATIONAL:RB_TXTDIR_RIGHT2LEFT";
+               HelpID = 
"cui:RadioButton:RID_OFA_TP_INTERNATIONAL:RB_TXTDIR_RIGHT2LEFT" ;
                Pos = MAP_APPFONT ( COL_1, ROW_2 ) ;
                Size = MAP_APPFONT ( WIDTH2END( COL_1 ), HEIGHT_RB ) ;
                Text [ en-US ] = "~Right-to-left" ;
@@ -67,7 +67,7 @@ TabPage RID_OFA_TP_INTERNATIONAL
 
        CheckBox CB_SHTVW_RIGHT2LEFT
        {
-               HelpID = 
"cui:CheckBox:RID_OFA_TP_INTERNATIONAL:CB_SHTVW_RIGHT2LEFT";
+               HelpID = 
"cui:CheckBox:RID_OFA_TP_INTERNATIONAL:CB_SHTVW_RIGHT2LEFT" ;
                Pos = MAP_APPFONT ( COL_1, ROW_4 ) ;
                Size = MAP_APPFONT ( WIDTH2END( COL_1 ), HEIGHT_CB ) ;
                Text [ en-US ] = "Right-~to-left" ;
@@ -75,7 +75,7 @@ TabPage RID_OFA_TP_INTERNATIONAL
 
        CheckBox CB_SHTVW_CURRENTDOCONLY
        {
-               HelpID = 
"cui:CheckBox:RID_OFA_TP_INTERNATIONAL:CB_SHTVW_CURRENTDOCONLY";
+               HelpID = 
"cui:CheckBox:RID_OFA_TP_INTERNATIONAL:CB_SHTVW_CURRENTDOCONLY" ;
                Pos = MAP_APPFONT ( COL_2, ROW_5 ) ;
                Size = MAP_APPFONT ( WIDTH2END( COL_2 ), HEIGHT_CB ) ;
                Text [ en-US ] = "~Current document only" ;
diff --git a/main/cui/source/options/optaccessibility.src 
b/main/cui/source/options/optaccessibility.src
index 4280f56..604a4bc 100644
--- a/main/cui/source/options/optaccessibility.src
+++ b/main/cui/source/options/optaccessibility.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.
- * 
+ *
  *************************************************************/
 
 
@@ -29,65 +29,65 @@
 TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG
 {
        HelpId = HID_OPTIONS_ACCESSIBILITYCONFIG ;
-       Size = MAP_APPFONT ( 260 , WHOLE_HEIGHT ) ;
+       Size = MAP_APPFONT ( 260, WHOLE_HEIGHT ) ;
        SVLook = TRUE ;
        Hide = TRUE ;
-    FixedLine FL_MISCELLANEOUS
+       FixedLine FL_MISCELLANEOUS
        {
                Pos = MAP_APPFONT ( COL0, ROWA_0 ) ;
-        Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
-               Text [ en-US ] = "Miscellaneous options";
+               Size = MAP_APPFONT ( GB_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
+               Text [ en-US ] = "Miscellaneous options" ;
        };
        CheckBox CB_ACCESSIBILITY_TOOL
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ACCESSIBILITY_TOOL";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ACCESSIBILITY_TOOL" ;
                TabStop = TRUE ;
-        Pos = MAP_APPFONT( COL1, ROWA_1 );
-               Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
-               WordBreak = TRUE;
-               Text [ en-US ] = "Support ~assistive technology tools (program 
restart required)";
+               Pos = MAP_APPFONT ( COL1, ROWA_1 ) ;
+               Size = MAP_APPFONT ( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ) ;
+               WordBreak = TRUE ;
+               Text [ en-US ] = "Support ~assistive technology tools (program 
restart required)" ;
        };
-    CheckBox CB_TEXTSELECTION
-    {
-        HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TEXTSELECTION";
-        TabStop = TRUE ;
-               Pos = MAP_APPFONT( COL1, ROWA_2 );
-        Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
-        Text [ en-US ] = "Use te~xt selection cursor in read-only text 
documents";
+       CheckBox CB_TEXTSELECTION
+       {
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TEXTSELECTION" ;
+               TabStop = TRUE ;
+               Pos = MAP_APPFONT ( COL1, ROWA_2 ) ;
+               Size = MAP_APPFONT ( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "Use te~xt selection cursor in read-only text 
documents" ;
        };
        CheckBox CB_ANIMATED_GRAPHICS
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_GRAPHICS";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_GRAPHICS" ;
                TabStop = TRUE ;
-               Pos = MAP_APPFONT( COL1, ROWA_3 );
-               Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
-               Text [ en-US ] = "Allow animated ~graphics";
+               Pos = MAP_APPFONT ( COL1, ROWA_3 ) ;
+               Size = MAP_APPFONT ( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "Allow animated ~graphics" ;
        };
        CheckBox CB_ANIMATED_TEXTS
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_TEXTS";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_ANIMATED_TEXTS" ;
                TabStop = TRUE ;
-               Pos = MAP_APPFONT( COL1, ROWA_4 );
-               Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
-               Text [ en-US ] = "Allow animated ~text";
+               Pos = MAP_APPFONT ( COL1, ROWA_4 ) ;
+               Size = MAP_APPFONT ( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "Allow animated ~text" ;
        };
        CheckBox CB_TIPHELP
        {
-           HelpID = "cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TIPHELP";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_TIPHELP" ;
                TabStop = TRUE ;
-               Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
-               Size = MAP_APPFONT( DIFF(COL2,COL3), RSC_CD_CHECKBOX_HEIGHT );
-               Text [ en-US ] = "~Help tips disappear after ";
+               Pos = MAP_APPFONT ( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) ) ;
+               Size = MAP_APPFONT ( DIFF(COL2,COL3), RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "~Help tips disappear after " ;
        };
        NumericField NF_TIPHELP
        {
-           HelpID = 
"cui:NumericField:RID_SVXPAGE_ACCESSIBILITYCONFIG:NF_TIPHELP";
+               HelpID = 
"cui:NumericField:RID_SVXPAGE_ACCESSIBILITYCONFIG:NF_TIPHELP" ;
                TabStop = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT( COL3, ROWA_5 );
-               Size = MAP_APPFONT( EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT );
-               Minimum = 1;
-               Maximum = 99;
+               Pos = MAP_APPFONT ( COL3, ROWA_5 ) ;
+               Size = MAP_APPFONT ( EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT ) ;
+               Minimum = 1 ;
+               Maximum = 99 ;
                First = 1 ;
                Last = 99 ;
                Spin = TRUE ;
@@ -95,63 +95,40 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG
        };
        FixedText FT_TIPHELP
        {
-               Pos = MAP_APPFONT( COL4, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) );
-               Size = MAP_APPFONT( UNIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT );
-               Text [ en-US ] = "seconds";
+               Pos = MAP_APPFONT ( COL4, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) ) ;
+               Size = MAP_APPFONT ( UNIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
+               Text [ en-US ] = "seconds" ;
        };
        FixedLine FL_HC_OPTIONS
        {
                Pos = MAP_APPFONT ( COL0, ROWB_0 ) ;
-        Size = MAP_APPFONT ( GB_WIDTH , RSC_CD_FIXEDLINE_HEIGHT ) ;
-               Text [ en-US ] = "Options for high contrast appearance";
+               Size = MAP_APPFONT ( GB_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
+               Text [ en-US ] = "Options for high contrast appearance" ;
        };
-    CheckBox CB_AUTO_DETECT_HC
+       CheckBox CB_AUTO_DETECT_HC
        {
-        HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTO_DETECT_HC";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTO_DETECT_HC" ;
                TabStop = TRUE ;
-        Pos = MAP_APPFONT( COL1, ROWB_1 );
-               Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
-               Text [ en-US ] = "Automatically ~detect high contrast mode of 
operating system";
+               Pos = MAP_APPFONT ( COL1, ROWB_1 ) ;
+               Size = MAP_APPFONT ( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "Automatically ~detect high contrast mode of 
operating system" ;
        };
        CheckBox CB_AUTOMATIC_FONT_COLOR
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTOMATIC_FONT_COLOR";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_AUTOMATIC_FONT_COLOR" ;
                TabStop = TRUE ;
-               Pos = MAP_APPFONT( COL1, ROWB_2 );
-               Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
-               Text [ en-US ] = "Use automatic font ~color for screen display";
+               Pos = MAP_APPFONT ( COL1, ROWB_2 ) ;
+               Size = MAP_APPFONT ( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "Use automatic font ~color for screen display" 
;
        };
-    CheckBox CB_PAGE_PREVIEWS
+       CheckBox CB_PAGE_PREVIEWS
        {
-        HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_PAGE_PREVIEWS";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_ACCESSIBILITYCONFIG:CB_PAGE_PREVIEWS" ;
                TabStop = TRUE ;
-        Pos = MAP_APPFONT( COL1, ROWB_3 );
-               Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
-               Text [ en-US ] = "~Use system colors for page previews";
+               Pos = MAP_APPFONT ( COL1, ROWB_3 ) ;
+               Size = MAP_APPFONT ( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "~Use system colors for page previews" ;
        };
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ******************************************************************* EOF
diff --git a/main/cui/source/options/optjsearch.src 
b/main/cui/source/options/optjsearch.src
index 39a9f87..3041173 100644
--- a/main/cui/source/options/optjsearch.src
+++ b/main/cui/source/options/optjsearch.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,204 +32,154 @@ TabPage RID_SVXPAGE_JSEARCH_OPTIONS
        HelpId = HID_SVXPAGE_JSEARCH_OPTIONS ;
        SVLook = TRUE ;
        Hide = TRUE ;
-       Size = MAP_APPFONT ( 260 , 185 ) ;
+       Size = MAP_APPFONT ( 260, 185 ) ;
        FixedLine FL_TREAT_AS_EQUAL
        {
-               Pos = MAP_APPFONT( 6, 3 );
-        Size = MAP_APPFONT( 248, 8 );
-               Text [ en-US ] = "Treat as equal";
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 248, 8 ) ;
+               Text [ en-US ] = "Treat as equal" ;
        };
        CheckBox CB_MATCH_CASE
        {
-           HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_CASE";
-        Pos = MAP_APPFONT ( 12 , 14 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~uppercase/lowercase";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_CASE" ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~uppercase/lowercase" ;
        };
        CheckBox CB_MATCH_FULL_HALF_WIDTH
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_FULL_HALF_WIDTH";
-        Pos = MAP_APPFONT ( 12 , 28 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~full-width/half-width forms";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_FULL_HALF_WIDTH" ;
+               Pos = MAP_APPFONT ( 12, 28 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~full-width/half-width forms" ;
        };
        CheckBox CB_MATCH_HIRAGANA_KATAKANA
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_HIRAGANA_KATAKANA";
-        Pos = MAP_APPFONT ( 12 , 42 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~hiragana/katakana";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_HIRAGANA_KATAKANA" ;
+               Pos = MAP_APPFONT ( 12, 42 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~hiragana/katakana" ;
        };
        CheckBox CB_MATCH_CONTRACTIONS
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_CONTRACTIONS";
-        Pos = MAP_APPFONT ( 12 , 56 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~contractions (yo-on, sokuon)";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_CONTRACTIONS" ;
+               Pos = MAP_APPFONT ( 12, 56 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~contractions (yo-on, sokuon)" ;
        };
        CheckBox CB_MATCH_MINUS_DASH_CHOON
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_MINUS_DASH_CHOON";
-        Pos = MAP_APPFONT ( 12 , 70 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~minus/dash/cho-on";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_MINUS_DASH_CHOON" ;
+               Pos = MAP_APPFONT ( 12, 70 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~minus/dash/cho-on" ;
        };
        CheckBox CB_MATCH_REPEAT_CHAR_MARKS
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_REPEAT_CHAR_MARKS";
-        Pos = MAP_APPFONT ( 12 , 84 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "'re~peat character' marks";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_REPEAT_CHAR_MARKS" ;
+               Pos = MAP_APPFONT ( 12, 84 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "'re~peat character' marks" ;
        };
        CheckBox CB_MATCH_VARIANT_FORM_KANJI
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_VARIANT_FORM_KANJI";
-        Pos = MAP_APPFONT ( 12 , 98 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~variant-form kanji (itaiji)";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_VARIANT_FORM_KANJI" ;
+               Pos = MAP_APPFONT ( 12, 98 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~variant-form kanji (itaiji)" ;
        };
        CheckBox CB_MATCH_OLD_KANA_FORMS
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_OLD_KANA_FORMS";
-        Pos = MAP_APPFONT ( 12 , 112) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~old Kana forms";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_OLD_KANA_FORMS" ;
+               Pos = MAP_APPFONT ( 12, 112) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~old Kana forms" ;
        };
        CheckBox CB_MATCH_DIZI_DUZU
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_DIZI_DUZU";
-               Pos = MAP_APPFONT ( 136 , 14 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~di/zi, du/zu";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_DIZI_DUZU" ;
+               Pos = MAP_APPFONT ( 136, 14 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~di/zi, du/zu" ;
        };
        CheckBox CB_MATCH_BAVA_HAFA
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_BAVA_HAFA";
-               Pos = MAP_APPFONT ( 136 , 28 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~ba/va, ha/fa";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_BAVA_HAFA" ;
+               Pos = MAP_APPFONT ( 136, 28 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~ba/va, ha/fa" ;
        };
        CheckBox CB_MATCH_TSITHICHI_DHIZI
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_TSITHICHI_DHIZI";
-               Pos = MAP_APPFONT ( 136 , 42 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~tsi/thi/chi, dhi/zi";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_TSITHICHI_DHIZI" ;
+               Pos = MAP_APPFONT ( 136, 42 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~tsi/thi/chi, dhi/zi" ;
        };
        CheckBox CB_MATCH_HYUFYU_BYUVYU
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_HYUFYU_BYUVYU";
-               Pos = MAP_APPFONT ( 136 , 56 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "h~yu/fyu, byu/vyu";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_HYUFYU_BYUVYU" ;
+               Pos = MAP_APPFONT ( 136, 56 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "h~yu/fyu, byu/vyu" ;
        };
        CheckBox CB_MATCH_SESHE_ZEJE
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_SESHE_ZEJE";
-               Pos = MAP_APPFONT ( 136 , 70 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~se/she, ze/je";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_SESHE_ZEJE" ;
+               Pos = MAP_APPFONT ( 136, 70 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~se/she, ze/je" ;
        };
        CheckBox CB_MATCH_IAIYA
        {
-           HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_IAIYA";
-               Pos = MAP_APPFONT ( 136 , 84 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~ia/iya (piano/piyano)";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_IAIYA" ;
+               Pos = MAP_APPFONT ( 136, 84 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~ia/iya (piano/piyano)" ;
        };
        CheckBox CB_MATCH_KIKU
        {
-           HelpID = "cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_KIKU";
-               Pos = MAP_APPFONT ( 136 , 98 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~ki/ku (tekisuto/tekusuto)";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_KIKU" ;
+               Pos = MAP_APPFONT ( 136, 98 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~ki/ku (tekisuto/tekusuto)" ;
        };
-    CheckBox CB_MATCH_PROLONGED_SOUNDMARK
+       CheckBox CB_MATCH_PROLONGED_SOUNDMARK
        {
-        HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_PROLONGED_SOUNDMARK";
-        Pos = MAP_APPFONT ( 136 , 112 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-        Text [ en-US ] = "Prolon~ged vowels (ka-/kaa)";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_MATCH_PROLONGED_SOUNDMARK" ;
+               Pos = MAP_APPFONT ( 136, 112 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "Prolon~ged vowels (ka-/kaa)" ;
        };
-    FixedLine FL_IGNORE
+       FixedLine FL_IGNORE
        {
-        Pos = MAP_APPFONT( 6, 128 );
-        Size = MAP_APPFONT( 248, 8 );
-               Text [ en-US ] = "Ignore";
+               Pos = MAP_APPFONT ( 6, 128 ) ;
+               Size = MAP_APPFONT ( 248, 8 ) ;
+               Text [ en-US ] = "Ignore" ;
        };
        CheckBox CB_IGNORE_PUNCTUATION
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_IGNORE_PUNCTUATION";
-        Pos = MAP_APPFONT ( 12 , 139 ) ;
-               Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "Pu~nctuation characters";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_IGNORE_PUNCTUATION" ;
+               Pos = MAP_APPFONT ( 12, 139 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "Pu~nctuation characters" ;
        };
        CheckBox CB_IGNORE_WHITESPACES
        {
-           HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_IGNORE_WHITESPACES";
-        Pos = MAP_APPFONT ( 12 , 153 ) ;
-        Size = MAP_APPFONT ( 118 , 10 ) ;
-               Text [ en-US ] = "~Whitespace characters";
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_IGNORE_WHITESPACES" ;
+               Pos = MAP_APPFONT ( 12, 153 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
+               Text [ en-US ] = "~Whitespace characters" ;
        };
-    CheckBox CB_IGNORE_MIDDLE_DOT
+       CheckBox CB_IGNORE_MIDDLE_DOT
        {
-        HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_IGNORE_MIDDLE_DOT";
-        Pos = MAP_APPFONT ( 136 , 139 ) ;
-        Size = MAP_APPFONT ( 118 , 10 ) ;
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_JSEARCH_OPTIONS:CB_IGNORE_MIDDLE_DOT" ;
+               Pos = MAP_APPFONT ( 136, 139 ) ;
+               Size = MAP_APPFONT ( 118, 10 ) ;
                Text [ en-US ] = "Midd~le dots";
        };
-       Text [ en-US ] = "Searching in Japanese";
+       Text [ en-US ] = "Searching in Japanese" ;
 };
 // end TabPage
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ******************************************************************* EOF
diff --git a/main/cui/source/options/optupdt.src 
b/main/cui/source/options/optupdt.src
index af222d6..a336c0e 100644
--- a/main/cui/source/options/optupdt.src
+++ b/main/cui/source/options/optupdt.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.
- * 
+ *
  *************************************************************/
 
 
@@ -26,89 +26,91 @@
 #include <cuires.hrc>
 #include "helpid.hrc"
 
- // RID_SVXPAGE_ONLINEUPDATE --------------------------------------------
+// RID_SVXPAGE_ONLINEUPDATE --------------------------------------------
 TabPage RID_SVXPAGE_ONLINEUPDATE
 {
-    HelpId = HID_SVX_OPTIONS_ONLINEUPDATE ;
-    OutputSize = TRUE ;
-    SVLook = TRUE ;
-    Hide = TRUE ;
-    Size = MAP_APPFONT ( 260 , 185 ) ;
-    Text [ en-US ] = "OnlineUpdate" ;
-    FixedLine FL_OPTIONS
-    {
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
-        Text [ en-US ] = "Online Update Options" ;
-    };
-    CheckBox CB_AUTOCHECK
-    {
-        HelpID = "cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTOCHECK";
-        Pos = MAP_APPFONT ( 12, 14 ) ;
-        Size = MAP_APPFONT ( 210, 10 ) ;
-        Text [ en-US ] = "~Check for updates automatically" ;
-    };
-    RadioButton RB_EVERYDAY
-    {
-        HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYDAY";
-        Pos = MAP_APPFONT ( 18, 27 ) ;
-        Size = MAP_APPFONT ( 160, 10 ) ;        
-        Text [ en-US ] = "Every Da~y" ;
-    };
-    RadioButton RB_EVERYWEEK
-    {
-        HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYWEEK";
-        Pos = MAP_APPFONT ( 18, 40 ) ;
-        Size = MAP_APPFONT ( 160, 10 ) ;        
-        Text [ en-US ] = "Every ~Week" ;
-    };
-    RadioButton RB_EVERYMONTH
-    {
-        HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYMONTH";
-        Pos = MAP_APPFONT ( 18, 53 ) ;
-        Size = MAP_APPFONT ( 160, 10 ) ;        
-        Text [ en-US ] = "Every ~Month" ;
-    };
-    FixedText FT_LASTCHECKED
-    {
-        Pos = MAP_APPFONT ( 12, 69 ) ;
-        Size = MAP_APPFONT ( 160, 10 ) ;
-        Text [ en-US ] = "Last checked: %DATE%, %TIME%" ;
-    };
-    PushButton PB_CHECKNOW
-    {
-        HelpID = "cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHECKNOW";
-        Pos = MAP_APPFONT ( 12, 82 ) ;
-        Size = MAP_APPFONT ( 50, 14 ) ;
-        Text [ en-US ] = "Check ~now" ;
-    };
-    CheckBox CB_AUTODOWNLOAD
-    {
-        HelpID = "cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTODOWNLOAD";
-        Pos = MAP_APPFONT ( 12, 130 ) ;
-        Size = MAP_APPFONT ( 160, 10 ) ;
-        Text [ en-US ] = "~Download updates automatically" ;
-    };
-    FixedText FT_DESTPATHLABEL
-    {
-        Pos = MAP_APPFONT ( 22, 143 ) ;
-        Size = MAP_APPFONT ( 150, 8 ) ;
-        Text [ en-US ] = "Download destination:" ;
-    };
-    FixedText FT_DESTPATH
-    {
-        Pos = MAP_APPFONT ( 22, 154 ) ;
-        Size = MAP_APPFONT ( 138, 8 ) ;
-    };
-    PushButton PB_CHANGEPATH
-    {
-        HelpID = "cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHANGEPATH";
-        Pos = MAP_APPFONT ( 162, 151 ) ;
-        Size = MAP_APPFONT ( 50, 14 ) ;
-        Text [ en-US ] = "Ch~ange..." ;
-    };
-    String STR_NEVERCHECKED
-    {
-        Text [ en-US ] = "Last checked: Not yet" ;
-    };
+       HelpId = HID_SVX_OPTIONS_ONLINEUPDATE ;
+       OutputSize = TRUE ;
+       SVLook = TRUE ;
+       Hide = TRUE ;
+       Size = MAP_APPFONT ( 260, 185 ) ;
+       Text [ en-US ] = "OnlineUpdate" ;
+       FixedLine FL_OPTIONS
+       {
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 248, 8 ) ;
+               Text [ en-US ] = "Online Update Options" ;
+       };
+       CheckBox CB_AUTOCHECK
+       {
+               HelpID = "cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTOCHECK" ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 210, 10 ) ;
+               Text [ en-US ] = "~Check for updates automatically" ;
+       };
+       RadioButton RB_EVERYDAY
+       {
+               HelpID = "cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYDAY" 
;
+               Pos = MAP_APPFONT ( 18, 27 ) ;
+               Size = MAP_APPFONT ( 160, 10 ) ;
+               Text [ en-US ] = "Every Da~y" ;
+       };
+       RadioButton RB_EVERYWEEK
+       {
+               HelpID = 
"cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYWEEK" ;
+               Pos = MAP_APPFONT ( 18, 40 ) ;
+               Size = MAP_APPFONT ( 160, 10 ) ;
+               Text [ en-US ] = "Every ~Week" ;
+       };
+       RadioButton RB_EVERYMONTH
+       {
+               HelpID = 
"cui:RadioButton:RID_SVXPAGE_ONLINEUPDATE:RB_EVERYMONTH" ;
+               Pos = MAP_APPFONT ( 18, 53 ) ;
+               Size = MAP_APPFONT ( 160, 10 ) ;
+               Text [ en-US ] = "Every ~Month" ;
+       };
+       FixedText FT_LASTCHECKED
+       {
+               Pos = MAP_APPFONT ( 12, 69 ) ;
+               Size = MAP_APPFONT ( 160, 10 ) ;
+               Text [ en-US ] = "Last checked: %DATE%, %TIME%" ;
+       };
+       PushButton PB_CHECKNOW
+       {
+               HelpID = "cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHECKNOW" ;
+               Pos = MAP_APPFONT ( 12, 82 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               Text [ en-US ] = "Check ~now" ;
+       };
+       CheckBox CB_AUTODOWNLOAD
+       {
+               HelpID = 
"cui:CheckBox:RID_SVXPAGE_ONLINEUPDATE:CB_AUTODOWNLOAD" ;
+               Pos = MAP_APPFONT ( 12, 130 ) ;
+               Size = MAP_APPFONT ( 160, 10 ) ;
+               Text [ en-US ] = "~Download updates automatically" ;
+       };
+       FixedText FT_DESTPATHLABEL
+       {
+               Pos = MAP_APPFONT ( 22, 143 ) ;
+               Size = MAP_APPFONT ( 150, 8 ) ;
+               Text [ en-US ] = "Download destination:" ;
+       };
+       FixedText FT_DESTPATH
+       {
+               Pos = MAP_APPFONT ( 22, 154 ) ;
+               Size = MAP_APPFONT ( 138, 8 ) ;
+       };
+       PushButton PB_CHANGEPATH
+       {
+               HelpID = 
"cui:PushButton:RID_SVXPAGE_ONLINEUPDATE:PB_CHANGEPATH" ;
+               Pos = MAP_APPFONT ( 162, 151 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
+               Text [ en-US ] = "Ch~ange..." ;
+       };
+       String STR_NEVERCHECKED
+       {
+               Text [ en-US ] = "Last checked: Not yet" ;
+       };
 };
+
+// ******************************************************************* EOF
diff --git a/main/cui/source/options/securityoptions.src 
b/main/cui/source/options/securityoptions.src
index d509ae5..51cb2a1 100644
--- a/main/cui/source/options/securityoptions.src
+++ b/main/cui/source/options/securityoptions.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.
- * 
+ *
  *************************************************************/
 
 
@@ -33,136 +33,137 @@ ModalDialog RID_SVXDLG_SECURITY_OPTIONS
        HelpID = HID_DLG_SECURITY_OPTIONS ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( DLG_WIDTH , ROW_10 ) ;
+       Size = MAP_APPFONT ( DLG_WIDTH, ROW_10 ) ;
        Moveable = TRUE ;
        Closeable = TRUE ;
        Text [ en-US ] = "Security options and warnings" ;
        FixedLine FL_WARNINGS
        {
-        Pos = MAP_APPFONT( COL_0, ROW_0 );
-        Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
-               Text [ en-US ] = "Security warnings";
+               Pos = MAP_APPFONT ( COL_0, ROW_0 ) ;
+               Size = MAP_APPFONT ( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT ) ;
+               Text [ en-US ] = "Security warnings" ;
        };
        FixedText FI_WARNINGS
        {
-        Pos = MAP_APPFONT( COL_1, ROW_1 );
-        Size = MAP_APPFONT( COL_3-COL_1, 2*RSC_CD_FIXEDLINE_HEIGHT );
-        Wordbreak = TRUE;
-        Text [ en-US ] = "Warn if document contains recorded changes, 
versions, hidden information or notes:";
-       };
-    FixedImage FI_SAVESENDDOCS
-    {
-        Pos = MAP_APPFONT( COL_2 - 7, ROW_2 + 2 );
-        Size = MAP_APPFONT( 6, 6 );
-    };
-    CheckBox CB_SAVESENDDOCS
-       {
-        HelpID = "cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_SAVESENDDOCS";
-        Pos = MAP_APPFONT( COL_2, ROW_2 );
-        Size = MAP_APPFONT( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
-        Text [ en-US ] = "When saving or sending";
-       };
-    FixedImage FI_SIGNDOCS
-    {
-        Pos = MAP_APPFONT( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X - 7, ROW_2 + 
2 );
-        Size = MAP_APPFONT( 6, 6 );
-    };
-    CheckBox CB_SIGNDOCS
-       {
-        HelpID = "cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_SIGNDOCS";
-        Pos = MAP_APPFONT( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X, ROW_2 );
-        Size = MAP_APPFONT( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
-        Text [ en-US ] = "When signing";
-       };
-    FixedImage FI_PRINTDOCS
-    {
-        Pos = MAP_APPFONT( COL_2 - 7, ROW_3 + 2 );
-        Size = MAP_APPFONT( 6, 6 );
-    };
-    CheckBox CB_PRINTDOCS
-       {
-        HelpID = "cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_PRINTDOCS";
-        Pos = MAP_APPFONT( COL_2, ROW_3 );
-        Size = MAP_APPFONT( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
-        Text [ en-US ] = "When printing";
-       };
-    FixedImage FI_CREATEPDF
-    {
-        Pos = MAP_APPFONT( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X - 7, ROW_3 + 
2 );
-        Size = MAP_APPFONT( 6, 6 );
-    };
-    CheckBox CB_CREATEPDF
-       {
-        HelpID = "cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_CREATEPDF";
-        Pos = MAP_APPFONT( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X, ROW_3 );
-        Size = MAP_APPFONT( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT );
-        Text [ en-US ] = "When creating PDF files";
+               Pos = MAP_APPFONT ( COL_1, ROW_1 ) ;
+               Size = MAP_APPFONT ( COL_3-COL_1, 2*RSC_CD_FIXEDLINE_HEIGHT ) ;
+               Wordbreak = TRUE ;
+               Text [ en-US ] = "Warn if document contains recorded changes, 
versions, hidden information or notes:" ;
+       };
+       FixedImage FI_SAVESENDDOCS
+       {
+               Pos = MAP_APPFONT ( COL_2 - 7, ROW_2 + 2 ) ;
+               Size = MAP_APPFONT ( 6, 6 ) ;
+       };
+       CheckBox CB_SAVESENDDOCS
+       {
+               HelpID = 
"cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_SAVESENDDOCS" ;
+               Pos = MAP_APPFONT ( COL_2, ROW_2 ) ;
+               Size = MAP_APPFONT ( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "When saving or sending" ;
+       };
+       FixedImage FI_SIGNDOCS
+       {
+               Pos = MAP_APPFONT ( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X - 7, 
ROW_2 + 2 ) ;
+               Size = MAP_APPFONT ( 6, 6 ) ;
+       };
+       CheckBox CB_SIGNDOCS
+       {
+               HelpID = "cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_SIGNDOCS" 
;
+               Pos = MAP_APPFONT ( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X, 
ROW_2 ) ;
+               Size = MAP_APPFONT ( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "When signing" ;
+       };
+       FixedImage FI_PRINTDOCS
+       {
+               Pos = MAP_APPFONT ( COL_2 - 7, ROW_3 + 2 ) ;
+               Size = MAP_APPFONT ( 6, 6 ) ;
+       };
+       CheckBox CB_PRINTDOCS
+       {
+               HelpID = 
"cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_PRINTDOCS" ;
+               Pos = MAP_APPFONT ( COL_2, ROW_3 ) ;
+               Size = MAP_APPFONT ( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "When printing" ;
+       };
+       FixedImage FI_CREATEPDF
+       {
+               Pos = MAP_APPFONT ( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X - 7, 
ROW_3 + 2 ) ;
+               Size = MAP_APPFONT ( 6, 6 ) ;
+       };
+       CheckBox CB_CREATEPDF
+       {
+               HelpID = 
"cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_CREATEPDF" ;
+               Pos = MAP_APPFONT ( COL_2 + CHECKBOX_WIDTH + RSC_SP_CTRL_X, 
ROW_3 ) ;
+               Size = MAP_APPFONT ( CHECKBOX_WIDTH, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "When creating PDF files" ;
        };
        FixedLine FL_OPTIONS
        {
-        Pos = MAP_APPFONT( COL_0, ROW_4 );
-        Size = MAP_APPFONT( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT );
-               Text [ en-US ] = "Security options";
-       };
-    FixedImage FI_REMOVEINFO
-    {
-        Pos = MAP_APPFONT( COL_1 - 7, ROW_5 + 2 );
-        Size = MAP_APPFONT( 6, 6 );
-    };
-    CheckBox CB_REMOVEINFO
-       {
-        HelpID = "cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_REMOVEINFO";
-        Pos = MAP_APPFONT( COL_1, ROW_5 );
-        Size = MAP_APPFONT( COL_3-COL_1, RSC_CD_CHECKBOX_HEIGHT );
-               Text [ en-US ] = "Remove personal information on saving";
-       };
-    FixedImage FI_RECOMMENDPWD
-    {
-        Pos = MAP_APPFONT( COL_1 - 7, ROW_6 + 2 );
-        Size = MAP_APPFONT( 6, 6 );
-    };
-    CheckBox CB_RECOMMENDPWD
-       {
-        HelpID = "cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_RECOMMENDPWD";
-        Pos = MAP_APPFONT( COL_1, ROW_6 );
-        Size = MAP_APPFONT( COL_3-COL_1, RSC_CD_CHECKBOX_HEIGHT );
-               Text [ en-US ] = "Recommend password protection on saving";
-       };
-    FixedImage FI_CTRLHYPERLINK
-    {
-        Pos = MAP_APPFONT( COL_1 - 7, ROW_6 + 2 );
-        Size = MAP_APPFONT( 6, 6 );
-    };
-    CheckBox CB_CTRLHYPERLINK
-    {
-        HelpID = "cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_CTRLHYPERLINK";
-        Pos = MAP_APPFONT( COL_1, ROW_7 );
-        Size = MAP_APPFONT( COL_3-COL_1, RSC_CD_CHECKBOX_HEIGHT );
-        Text [ en-US ] = "Ctrl-click required to follow hyperlinks";
-    };
+               Pos = MAP_APPFONT ( COL_0, ROW_4 ) ;
+               Size = MAP_APPFONT ( COL_4-COL_0, RSC_CD_FIXEDLINE_HEIGHT ) ;
+               Text [ en-US ] = "Security options" ;
+       };
+       FixedImage FI_REMOVEINFO
+       {
+               Pos = MAP_APPFONT ( COL_1 - 7, ROW_5 + 2 ) ;
+               Size = MAP_APPFONT ( 6, 6 ) ;
+       };
+       CheckBox CB_REMOVEINFO
+       {
+               HelpID = 
"cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_REMOVEINFO" ;
+               Pos = MAP_APPFONT ( COL_1, ROW_5 ) ;
+               Size = MAP_APPFONT ( COL_3-COL_1, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "Remove personal information on saving" ;
+       };
+       FixedImage FI_RECOMMENDPWD
+       {
+               Pos = MAP_APPFONT ( COL_1 - 7, ROW_6 + 2 ) ;
+               Size = MAP_APPFONT ( 6, 6 ) ;
+       };
+       CheckBox CB_RECOMMENDPWD
+       {
+               HelpID = 
"cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_RECOMMENDPWD" ;
+               Pos = MAP_APPFONT ( COL_1, ROW_6 ) ;
+               Size = MAP_APPFONT ( COL_3-COL_1, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "Recommend password protection on saving" ;
+       };
+       FixedImage FI_CTRLHYPERLINK
+       {
+               Pos = MAP_APPFONT ( COL_1 - 7, ROW_6 + 2 ) ;
+               Size = MAP_APPFONT ( 6, 6 ) ;
+       };
+       CheckBox CB_CTRLHYPERLINK
+       {
+               HelpID = 
"cui:CheckBox:RID_SVXDLG_SECURITY_OPTIONS:CB_CTRLHYPERLINK" ;
+               Pos = MAP_APPFONT ( COL_1, ROW_7 ) ;
+               Size = MAP_APPFONT ( COL_3-COL_1, RSC_CD_CHECKBOX_HEIGHT ) ;
+               Text [ en-US ] = "Ctrl-click required to follow hyperlinks" ;
+       };
        FixedLine FL_BUTTONS
        {
-        Pos = MAP_APPFONT( 0, ROW_8 );
-        Size = MAP_APPFONT( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
+               Pos = MAP_APPFONT ( 0, ROW_8 ) ;
+               Size = MAP_APPFONT ( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
        };
        OKButton PB_OK
        {
-        Pos = MAP_APPFONT ( COL_A , ROW_9 ) ;
-               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
+               Pos = MAP_APPFONT ( COL_A, ROW_9 ) ;
+               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton PB_CANCEL
        {
-        Pos = MAP_APPFONT ( COL_B , ROW_9 ) ;
-               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
+               Pos = MAP_APPFONT ( COL_B, ROW_9 ) ;
+               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
                TabStop = TRUE ;
        };
        HelpButton PB_HELP
        {
-        Pos = MAP_APPFONT ( COL_C , ROW_9 ) ;
-               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
+               Pos = MAP_APPFONT ( COL_C, ROW_9 ) ;
+               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
                TabStop = TRUE ;
        };
 };
 
+// ******************************************************************* EOF
diff --git a/main/cui/source/options/webconninfo.src 
b/main/cui/source/options/webconninfo.src
index 40a7f91..29777ed 100644
--- a/main/cui/source/options/webconninfo.src
+++ b/main/cui/source/options/webconninfo.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.
- * 
+ *
  *************************************************************/
 
 
@@ -30,73 +30,74 @@
 
 ModalDialog RID_SVXDLG_WEBCONNECTION_INFO
 {
-    HelpID = HID_DLG_WEBCONNECTION_INFO ;
+       HelpID = HID_DLG_WEBCONNECTION_INFO ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( DLG_WIDTH , DLG_HEIGHT ) ;
+       Size = MAP_APPFONT ( DLG_WIDTH, DLG_HEIGHT ) ;
        Moveable = TRUE ;
        Closeable = TRUE ;
-    Text [ en-US ] = "Stored Web Connection Information" ;
-    FixedText FI_NEVERSHOWN
+       Text [ en-US ] = "Stored Web Connection Information" ;
+       FixedText FI_NEVERSHOWN
        {
-        Pos = MAP_APPFONT( COL_0, ROW_0 );
-        Size = MAP_APPFONT( COL_2-COL_0, RSC_CD_FIXEDTEXT_HEIGHT );
-        Text [ en-US ] = "Web login information (passwords are never shown)";
+               Pos = MAP_APPFONT ( COL_0, ROW_0 ) ;
+               Size = MAP_APPFONT ( COL_2-COL_0, RSC_CD_FIXEDTEXT_HEIGHT ) ;
+               Text [ en-US ] = "Web login information (passwords are never 
shown)" ;
        };
-    Control LB_PASSWORDS
-    {
-        Pos = MAP_APPFONT ( COL_0 , ROW_1 ) ;
-        Size = MAP_APPFONT ( COL_2-COL_0 , ROW_2-ROW_1 ) ;
-        Border = TRUE ;
-        TabStop = TRUE ;
-    };
-    PushButton PB_REMOVE
-    {
-        HelpID = "cui:PushButton:RID_SVXDLG_WEBCONNECTION_INFO:PB_REMOVE";
-        Pos = MAP_APPFONT ( COL_0 , ROW_3 ) ;
-        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
-        Text [ en-US ] = "Remove";
-    };
-    PushButton PB_REMOVEALL
-    {
-        HelpID = "cui:PushButton:RID_SVXDLG_WEBCONNECTION_INFO:PB_REMOVEALL";
-        Pos = MAP_APPFONT ( COL_1 , ROW_3 ) ;
-        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
-        Text [ en-US ] = "Remove All";
-    };
-    PushButton PB_CHANGE
-    {
-        HelpID = "cui:PushButton:RID_SVXDLG_WEBCONNECTION_INFO:PB_CHANGE";
-        Pos = MAP_APPFONT ( COL_C , ROW_3 ) ;
-        Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
-        Text [ en-US ] = "Change Password...";
-    };
-    FixedLine FL_BUTTONS
+       Control LB_PASSWORDS
        {
-        Pos = MAP_APPFONT( 0, ROW_4 );
-        Size = MAP_APPFONT( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT );
+               Pos = MAP_APPFONT ( COL_0, ROW_1 ) ;
+               Size = MAP_APPFONT ( COL_2-COL_0, ROW_2-ROW_1 ) ;
+               Border = TRUE ;
+               TabStop = TRUE ;
+       };
+       PushButton PB_REMOVE
+       {
+               HelpID = 
"cui:PushButton:RID_SVXDLG_WEBCONNECTION_INFO:PB_REMOVE" ;
+               Pos = MAP_APPFONT ( COL_0, ROW_3 ) ;
+               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
+               Text [ en-US ] = "Remove" ;
+       };
+       PushButton PB_REMOVEALL
+       {
+               HelpID = 
"cui:PushButton:RID_SVXDLG_WEBCONNECTION_INFO:PB_REMOVEALL" ;
+               Pos = MAP_APPFONT ( COL_1, ROW_3 ) ;
+               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
+               Text [ en-US ] = "Remove All" ;
+       };
+       PushButton PB_CHANGE
+       {
+               HelpID = 
"cui:PushButton:RID_SVXDLG_WEBCONNECTION_INFO:PB_CHANGE" ;
+               Pos = MAP_APPFONT ( COL_C, ROW_3 ) ;
+               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
+               Text [ en-US ] = "Change Password..." ;
+       };
+       FixedLine FL_BUTTONS
+       {
+               Pos = MAP_APPFONT ( 0, ROW_4 ) ;
+               Size = MAP_APPFONT ( DLG_WIDTH, RSC_CD_FIXEDLINE_HEIGHT ) ;
        };
        CancelButton PB_CLOSE
        {
-        Pos = MAP_APPFONT ( COL_B , ROW_5 ) ;
-               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
+               Pos = MAP_APPFONT ( COL_B, ROW_5 ) ;
+               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
-        Text [ en-US ] = "Close";
+               Text [ en-US ] = "Close" ;
        };
        HelpButton PB_HELP
        {
-        Pos = MAP_APPFONT ( COL_C , ROW_5 ) ;
-               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
+               Pos = MAP_APPFONT ( COL_C, ROW_5 ) ;
+               Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, 
RSC_CD_PUSHBUTTON_HEIGHT ) ;
                TabStop = TRUE ;
        };
-    String STR_WEBSITE
-    {
-        Text [ en-US ] = "Website";
-    };
-    String STR_USERNAME
-    {
-        Text [ en-US ] = "User name";
-    };
+       String STR_WEBSITE
+       {
+               Text [ en-US ] = "Website" ;
+       };
+       String STR_USERNAME
+       {
+               Text [ en-US ] = "User name" ;
+       };
 };
 
+// ******************************************************************* EOF

Reply via email to