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

commit d15d3e1ca1ddd08799a5de91e0c155765dd5a88b
Author: mseidel <[email protected]>
AuthorDate: Wed Sep 23 18:51:34 2020 +0200

    Cleaned up resource files
    
    (cherry picked from commit aa2578ada007fe3bf53e728ccd60a159fde5a3c4)
---
 main/cui/source/customize/selector.src  |  41 ++++----
 main/cui/source/dialogs/hyperdlg.src    |  96 +++++++++---------
 main/cui/source/tabpages/autocdlg.src   | 156 ++++++++++++++--------------
 main/svtools/source/contnr/svcontnr.src |  31 +++---
 main/svx/source/dialog/ctredlin.src     | 173 +++++++++++++-------------------
 5 files changed, 231 insertions(+), 266 deletions(-)

diff --git a/main/cui/source/customize/selector.src 
b/main/cui/source/customize/selector.src
index deb1f76..3dd857e 100644
--- a/main/cui/source/customize/selector.src
+++ b/main/cui/source/customize/selector.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,26 +7,27 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
+
 // include ---------------------------------------------------------------
 #include "helpid.hrc"
 #include <cuires.hrc>
 #include "selector.hrc"
 
 #define FIXEDTEXT_DIALOG_DESCRIPTION \
-       Text [ en-US ] = "Select the library that contains the macro you want. 
Then select the macro under 'Macro name'." ;\
+       Text [ en-US ] = "Select the library that contains the macro you want. 
Then select the macro under 'Macro name'." ; \
 
 String STR_SELECTOR_ADD_COMMANDS
 {
@@ -79,10 +80,10 @@ ModelessDialog RID_DLG_SCRIPTSELECTOR
        OutputSize = TRUE ;
        Size = MAP_APPFONT ( 256, 233 ) ;
        Text [ en-US ] = "Macro Selector" ;
-       HelpId = HID_SELECTOR_DIALOG;
+       HelpId = HID_SELECTOR_DIALOG ;
        SvLook = TRUE ;
        Moveable = TRUE ;
-       Hide = TRUE;
+       Hide = TRUE ;
        FixedText TXT_SELECTOR_DIALOG_DESCRIPTION
        {
                Pos = MAP_APPFONT ( 6, 8 ) ;
@@ -105,8 +106,8 @@ ModelessDialog RID_DLG_SCRIPTSELECTOR
                Border = TRUE ;
                Pos = MAP_APPFONT ( 6, 73 ) ;
                Size = MAP_APPFONT ( 83, 89 ) ;
-               TabStop = TRUE;
-               HelpId = HID_SELECTOR_CATEGORIES;
+               TabStop = TRUE ;
+               HelpId = HID_SELECTOR_CATEGORIES ;
                String STR_MYMACROS
                {
                                Text [ en-US ] = "My Macros" ;
@@ -117,35 +118,35 @@ ModelessDialog RID_DLG_SCRIPTSELECTOR
                };
                Image IMG_HARDDISK
                {
-                               ImageBitmap = Bitmap { File = "harddisk_16.png" 
; };
+                               ImageBitmap = Bitmap {File = "harddisk_16.png" 
;} ;
                };
                Image IMG_HARDDISK_HC
                {
-                               ImageBitmap = Bitmap { File = 
"harddisk_16_h.png" ; };
+                               ImageBitmap = Bitmap {File = 
"harddisk_16_h.png" ;} ;
                };
                Image IMG_LIB
                {
-                               ImageBitmap = Bitmap { File = "im30820.png" ; };
+                               ImageBitmap = Bitmap {File = "im30820.png" ;} ;
                };
                Image IMG_LIB_HC
                {
-                               ImageBitmap = Bitmap { File = "imh30820.png" ; 
};
+                               ImageBitmap = Bitmap {File = "imh30820.png" ;} ;
                };
                Image IMG_MACRO
                {
-                               ImageBitmap = Bitmap { File = "im30821.png" ; };
+                               ImageBitmap = Bitmap {File = "im30821.png" ;} ;
                };
                Image IMG_MACRO_HC
                {
-                               ImageBitmap = Bitmap { File = "imh30821.png" ; 
};
+                               ImageBitmap = Bitmap {File = "imh30821.png" ;} ;
                };
                Image IMG_DOC
                {
-                               ImageBitmap = Bitmap { File = "im30826.png" ; };
+                               ImageBitmap = Bitmap {File = "im30826.png" ;} ;
                };
                Image IMG_DOC_HC
                {
-                               ImageBitmap = Bitmap { File = "imh30826.png" ; 
};
+                               ImageBitmap = Bitmap {File = "imh30826.png" ;} ;
                };
        };
        FixedText TXT_SELECTOR_COMMANDS
@@ -160,14 +161,14 @@ ModelessDialog RID_DLG_SCRIPTSELECTOR
                Border = TRUE ;
                Pos = MAP_APPFONT ( 101, 73 ) ;
                Size = MAP_APPFONT ( 93, 89 ) ;
-               TabStop = TRUE;
-               HelpId = HID_SELECTOR_COMMANDS;
+               TabStop = TRUE ;
+               HelpId = HID_SELECTOR_COMMANDS ;
        };
        OKButton BTN_SELECTOR_OK
        {
                Pos = MAP_APPFONT ( 200, 73 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
-               DefButton = TRUE;
+               DefButton = TRUE ;
        };
        CancelButton BTN_SELECTOR_CANCEL
        {
diff --git a/main/cui/source/dialogs/hyperdlg.src 
b/main/cui/source/dialogs/hyperdlg.src
index 57c94b1..36167d3 100644
--- a/main/cui/source/dialogs/hyperdlg.src
+++ b/main/cui/source/dialogs/hyperdlg.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,7 +26,7 @@
 #include "helpid.hrc"
 #include "hyperdlg.hrc"
 
-#define HYPERDLG_IMGBUTTON_HEIGHT RSC_CD_PUSHBUTTON_HEIGHT+2
+#define HYPERDLG_IMGBUTTON_HEIGHT RSC_CD_PUSHBUTTON_HEIGHT + 2
 
 /*************************************************************************
 | Tabpage : Internet
@@ -120,12 +120,12 @@ TabPage RID_SVXPAGE_HYPERLINK_INTERNET
                QuickHelpText [ en-US ] = "WWW Browser" ;
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "browse.png" ; };
+                       ImageBitmap = Bitmap {File = "browse.png" ;} ;
                };
        };
        Image IMG_BROWSE_HC
        {
-               ImageBitmap = Bitmap { File = "browse_hc.png" ; };
+               ImageBitmap = Bitmap {File = "browse_hc.png" ;} ;
        };
        ImageButton BTN_TARGET
        {
@@ -138,12 +138,12 @@ TabPage RID_SVXPAGE_HYPERLINK_INTERNET
                QuickHelpText [ en-US ] = "Target in Document" ;
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "target.png" ; };
+                       ImageBitmap = Bitmap {File = "target.png" ;} ;
                };
        };
        Image IMG_TARGET_HC
        {
-               ImageBitmap = Bitmap { File = "target_hc.png" ; };
+               ImageBitmap = Bitmap {File = "target_hc.png" ;} ;
        };
        FixedLine GRP_MORE
        {
@@ -185,8 +185,8 @@ TabPage RID_SVXPAGE_HYPERLINK_INTERNET
                DDExtraWidth = TRUE ;
                StringList [ en-US ] =
                {
-                       < "Text" ; Default ; > ;
-                       < "Button" ; Default ; > ;
+                       < "Text" ; Default ;    > ;
+                       < "Button" ; Default ;  > ;
                };
        };
        FixedText FT_INDICATION
@@ -225,13 +225,13 @@ TabPage RID_SVXPAGE_HYPERLINK_INTERNET
                QuickHelpText [ en-US ] = "Events" ;
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "script.png" ; };
+                       ImageBitmap = Bitmap {File = "script.png" ;} ;
                };
                Text [ en-US ] = "Events" ;
        };
        Image IMG_SCRIPT_HC
        {
-               ImageBitmap = Bitmap { File = "script_hc.png" ; };
+               ImageBitmap = Bitmap {File = "script_hc.png" ;} ;
        };
 };
 
@@ -296,7 +296,7 @@ TabPage RID_SVXPAGE_HYPERLINK_MAIL
 
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "adrbook.png" ; };
+                       ImageBitmap = Bitmap {File = "adrbook.png" ;} ;
                };
 
                Text [ en-US ] = "Data Sources..." ;
@@ -304,7 +304,7 @@ TabPage RID_SVXPAGE_HYPERLINK_MAIL
        };
        Image IMG_ADRESSBOOK_HC
        {
-               ImageBitmap = Bitmap { File = "adrbook_hc.png" ; };
+               ImageBitmap = Bitmap {File = "adrbook_hc.png" ;} ;
        };
 
        FixedLine GRP_MORE
@@ -347,8 +347,8 @@ TabPage RID_SVXPAGE_HYPERLINK_MAIL
                DDExtraWidth = TRUE ;
                StringList [ en-US ] =
                {
-                       < "Text" ; Default ; > ;
-                       < "Button" ; Default ; > ;
+                       < "Text" ; Default ;    > ;
+                       < "Button" ; Default ;  > ;
                };
        };
        FixedText FT_INDICATION
@@ -386,13 +386,13 @@ TabPage RID_SVXPAGE_HYPERLINK_MAIL
                QuickHelpText [ en-US ] = "Events" ;
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "script.png" ; };
+                       ImageBitmap = Bitmap {File = "script.png" ;} ;
                };
-               Text [ en-US ] = "Events";
+               Text [ en-US ] = "Events" ;
        };
        Image IMG_SCRIPT_HC
        {
-               ImageBitmap = Bitmap { File = "script_hc.png" ; };
+               ImageBitmap = Bitmap {File = "script_hc.png" ;} ;
        };
 };
 
@@ -430,13 +430,13 @@ TabPage RID_SVXPAGE_HYPERLINK_DOCUMENT
                QuickHelpText [ en-US ] = "Open File" ;
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "fileopen.png" ; };
+                       ImageBitmap = Bitmap {File = "fileopen.png" ;} ;
                };
-               Text [ en-US ] = "Open File";
+               Text [ en-US ] = "Open File" ;
        };
        Image IMG_FILEOPEN_HC
        {
-               ImageBitmap = Bitmap { File = "fileopen_hc.png" ; };
+               ImageBitmap = Bitmap {File = "fileopen_hc.png" ;} ;
        };
 
        FixedLine GRP_TARGET
@@ -479,13 +479,13 @@ TabPage RID_SVXPAGE_HYPERLINK_DOCUMENT
                QuickHelpText [ en-US ] = "Target in Document" ;
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "target.png" ; };
+                       ImageBitmap = Bitmap {File = "target.png" ;} ;
                };
                Text [ en-US ] = "Target in Document" ;
        };
        Image IMG_BROWSE_HC
        {
-               ImageBitmap = Bitmap { File = "target_hc.png" ; };
+               ImageBitmap = Bitmap {File = "target_hc.png" ;} ;
        };
 
        FixedLine GRP_MORE
@@ -528,8 +528,8 @@ TabPage RID_SVXPAGE_HYPERLINK_DOCUMENT
                DDExtraWidth = TRUE ;
                StringList [ en-US ] =
                {
-                       < "Text" ; Default ; > ;
-                       < "Button" ; Default ; > ;
+                       < "Text" ; Default ;    > ;
+                       < "Button" ; Default ;  > ;
                };
        };
        FixedText FT_INDICATION
@@ -567,13 +567,13 @@ TabPage RID_SVXPAGE_HYPERLINK_DOCUMENT
                QuickHelpText [ en-US ] = "Events" ;
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "script.png" ; };
+                       ImageBitmap = Bitmap {File = "script.png" ;} ;
                };
-               Text [ en-US ] = "Events";
+               Text [ en-US ] = "Events" ;
        };
        Image IMG_SCRIPT_HC
        {
-               ImageBitmap = Bitmap { File = "script_hc.png" ; };
+               ImageBitmap = Bitmap {File = "script_hc.png" ;} ;
        };
 };
 
@@ -584,7 +584,7 @@ TabPage RID_SVXPAGE_HYPERLINK_DOCUMENT
 TabPage RID_SVXPAGE_HYPERLINK_NEWDOCUMENT
 {
        Hide = TRUE ;
-       HelpID = HID_HYPERLINK_NEWDOCUMENT;
+       HelpID = HID_HYPERLINK_NEWDOCUMENT ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
        Size = MAP_APPFONT ( 260, 162 ) ;
@@ -648,13 +648,13 @@ TabPage RID_SVXPAGE_HYPERLINK_NEWDOCUMENT
                QuickHelpText [ en-US ] = "Select Path" ;
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "newdoc.png" ; };
+                       ImageBitmap = Bitmap {File = "newdoc.png" ;} ;
                };
-               Text [ en-US ] = "Select Path";
+               Text [ en-US ] = "Select Path" ;
        };
        Image IMG_CREATE_HC
        {
-               ImageBitmap = Bitmap { File = "newdoc_hc.png" ; };
+               ImageBitmap = Bitmap {File = "newdoc_hc.png" ;} ;
        };
 
        FixedLine GRP_MORE
@@ -697,8 +697,8 @@ TabPage RID_SVXPAGE_HYPERLINK_NEWDOCUMENT
                DDExtraWidth = TRUE ;
                StringList [ en-US ] =
                {
-                       < "Text" ; Default ; > ;
-                       < "Button" ; Default ; > ;
+                       < "Text" ; Default ;    > ;
+                       < "Button" ; Default ;  > ;
                };
        };
        FixedText FT_INDICATION
@@ -736,13 +736,13 @@ TabPage RID_SVXPAGE_HYPERLINK_NEWDOCUMENT
                QuickHelpText [ en-US ] = "Events" ;
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "script.png" ; };
+                       ImageBitmap = Bitmap {File = "script.png" ;} ;
                };
                Text [ en-US ] = "Events" ;
        };
        Image IMG_SCRIPT_HC
        {
-               ImageBitmap = Bitmap { File = "script_hc.png" ; };
+               ImageBitmap = Bitmap {File = "script_hc.png" ;} ;
        };
 };
 
@@ -751,7 +751,7 @@ TabPage RID_SVXPAGE_HYPERLINK_NEWDOCUMENT
 *************************************************************************/
 ModalDialog RID_SVXDLG_NEWHYPERLINK
 {
-       HelpID = CMD_SID_HYPERLINK_DIALOG;
+       HelpID = CMD_SID_HYPERLINK_DIALOG ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
        Size = MAP_APPFONT ( 325, 185 ) ;
@@ -842,40 +842,42 @@ String RID_SVXSTR_HYPERDLG_QUERYOVERWRITE
 
 Image RID_SVXBMP_HLINETTP
 {
-       ImageBitmap = Bitmap { File = "hlinettp.png" ; };
+       ImageBitmap = Bitmap {File = "hlinettp.png" ;} ;
 };
 
 Image RID_SVXBMP_HLMAILTP
 {
-       ImageBitmap = Bitmap { File = "hlmailtp.png" ; };
+       ImageBitmap = Bitmap {File = "hlmailtp.png" ;} ;
 };
 
 Image RID_SVXBMP_HLDOCTP
 {
-       ImageBitmap = Bitmap { File = "hldoctp.png" ; };
+       ImageBitmap = Bitmap {File = "hldoctp.png" ;} ;
 };
 
 Image RID_SVXBMP_HLDOCNTP
 {
-       ImageBitmap = Bitmap { File = "hldocntp.png" ; };
+       ImageBitmap = Bitmap {File = "hldocntp.png" ;} ;
 };
 
 Image RID_SVXBMP_HLINETTP_H
 {
-       ImageBitmap = Bitmap { File = "hlinettp_h.png" ; };
+       ImageBitmap = Bitmap {File = "hlinettp_h.png" ;} ;
 };
 
 Image RID_SVXBMP_HLMAILTP_H
 {
-       ImageBitmap = Bitmap { File = "hlmailtp_h.png" ; };
+       ImageBitmap = Bitmap {File = "hlmailtp_h.png" ;} ;
 };
 
 Image RID_SVXBMP_HLDOCTP_H
 {
-       ImageBitmap = Bitmap { File = "hldoctp_h.png" ; };
+       ImageBitmap = Bitmap {File = "hldoctp_h.png" ;} ;
 };
 
 Image RID_SVXBMP_HLDOCNTP_H
 {
-       ImageBitmap = Bitmap { File = "hldocntp_h.png" ; };
+       ImageBitmap = Bitmap {File = "hldocntp_h.png" ;} ;
 };
+
+// ********************************************************************** EOF
diff --git a/main/cui/source/tabpages/autocdlg.src 
b/main/cui/source/tabpages/autocdlg.src
index a401f90..6a44e92 100644
--- a/main/cui/source/tabpages/autocdlg.src
+++ b/main/cui/source/tabpages/autocdlg.src
@@ -97,29 +97,29 @@ TabDialog RID_OFA_AUTOCORR_DLG
        };
 };
 #define COMMON_CLB_ENTRIES \
-    String ST_USE_REPLACE \
-    { \
-        Text [ en-US ] = "Use replacement table" ; \
+       String ST_USE_REPLACE \
+       { \
+               Text [ en-US ] = "Use replacement table" ; \
        }; \
-    String ST_CPTL_STT_WORD \
-    { \
-        Text [ en-US ] = "Correct TWo INitial CApitals" ; \
+       String ST_CPTL_STT_WORD \
+       { \
+               Text [ en-US ] = "Correct TWo INitial CApitals" ; \
        }; \
-    String ST_CPTL_STT_SENT \
-    { \
-        Text [ en-US ] = "Capitalize first letter of every sentence" ; \
+       String ST_CPTL_STT_SENT \
+       { \
+               Text [ en-US ] = "Capitalize first letter of every sentence" ; \
        }; \
-    String ST_BOLD_UNDER \
-    { \
-        Text [ en-US ] = "Automatic *bold* and _underline_" ; \
+       String ST_BOLD_UNDER \
+       { \
+               Text [ en-US ] = "Automatic *bold* and _underline_" ; \
        }; \
-    String STR_NO_DBL_SPACES \
-    { \
-        Text [ en-US ] = "Ignore double spaces" ; \
+       String STR_NO_DBL_SPACES \
+       { \
+               Text [ en-US ] = "Ignore double spaces" ; \
        }; \
-    String ST_DETECT_URL \
-    { \
-        Text [ en-US ] = "URL Recognition" ; \
+       String ST_DETECT_URL \
+       { \
+               Text [ en-US ] = "URL Recognition" ; \
        }; \
        String ST_DASH \
        { \
@@ -464,24 +464,24 @@ TabPage RID_OFAPAGE_AUTOCORR_EXCEPT
                Text [ en-US ] = "A~utoInclude" ;
        };
        String STR_PB_NEWABBREV
-    {
-        Text [ en-US ] = "New abbreviations" ;
+       {
+               Text [ en-US ] = "New abbreviations" ;
        };
        String STR_PB_DELABBREV
-    {
-        Text [ en-US ] = "Delete abbreviations" ;
+       {
+               Text [ en-US ] = "Delete abbreviations" ;
        };
        String STR_PB_NEWDOUBLECAPS
-    {
-        Text [ en-US ] = "New words with two initial capitals" ;
+       {
+               Text [ en-US ] = "New words with two initial capitals" ;
        };
        String STR_PB_DELDOUBLECAPS
-    {
-        Text [ en-US ] = "Delete words with two initial capitals" ;
+       {
+               Text [ en-US ] = "Delete words with two initial capitals" ;
        };
        String STR_PB_SGL_STD
-    {
-        Text [ en-US ] = "Single quotes default" ;
+       {
+               Text [ en-US ] = "Single quotes default" ;
        };
        String STR_PB_DBL_STD
        {
@@ -505,7 +505,7 @@ TabPage RID_OFAPAGE_AUTOCORR_EXCEPT
        };
 };
 /**************************************************************************/
-/* Beschreibung: Typografische Anfuehrungszeichen                         */
+/* Beschreibung: Typografische Anführungszeichen                          */
 /**************************************************************************/
 TabPage RID_OFAPAGE_AUTOCORR_QUOTE
 {
@@ -591,7 +591,7 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE
        };
        PushButton PB_SGL_STD
        {
-           HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STD" ;
+               HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STD" 
;
                Pos = MAP_APPFONT ( 7, 167 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
@@ -605,7 +605,7 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE
        };
        CheckBox CB_TYPO
        {
-           HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_TYPO" ;
+               HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_TYPO" ;
                Pos = MAP_APPFONT ( 137, 101 ) ;
                Size = MAP_APPFONT ( 86, 10 ) ;
                TabStop = TRUE ;
@@ -619,7 +619,7 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE
        };
        PushButton PB_STARTQUOTE
        {
-           HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_STARTQUOTE" ;
+               HelpID = 
"cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_STARTQUOTE" ;
                Pos = MAP_APPFONT ( 140, 125 ) ;
                Size = MAP_APPFONT ( 12, 12 ) ;
                Text = "\"" ;
@@ -638,10 +638,10 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE
        };
        PushButton PB_ENDQUOTE
        {
-           HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_ENDQUOTE" ;
+               HelpID = 
"cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_ENDQUOTE" ;
                Pos = MAP_APPFONT ( 140, 151 ) ;
                Size = MAP_APPFONT ( 12, 12 ) ;
-        Text = "\"" ;
+               Text = "\"" ;
                TabStop = TRUE ;
        };
        FixedText FT_DBECEX
@@ -651,7 +651,7 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE
        };
        PushButton PB_DBL_STD
        {
-           HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_DBL_STD" ;
+               HelpID = "cui:PushButton:RID_OFAPAGE_AUTOCORR_QUOTE:PB_DBL_STD" 
;
                Pos = MAP_APPFONT ( 137, 167 ) ;
                Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
@@ -665,14 +665,14 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE
        {
                Text [ en-US ] = "End quote" ;
        };
-    String ST_STANDARD
-    {
-        Text [ en-US ] = "Default" ;
+       String ST_STANDARD
+       {
+               Text [ en-US ] = "Default" ;
        };
 };
 
 /**************************************************************************/
-/* Beschreibung: automatische Worterg�nzung                               */
+/* Beschreibung: automatische Wortergänzung                               */
 /**************************************************************************/
 TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
 {
@@ -683,49 +683,49 @@ TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
        Hide = TRUE ;
        CheckBox CB_ACTIV
        {
-           HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_ACTIV" ;
+               HelpID = 
"cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_ACTIV" ;
                Pos = MAP_APPFONT ( 4, 3 ) ;
-        Size = MAP_APPFONT ( 116, 10 ) ;
-        Text [ en-US ] = "Enable word ~completion" ;
+               Size = MAP_APPFONT ( 116, 10 ) ;
+               Text [ en-US ] = "Enable word ~completion" ;
        };
-    CheckBox CB_APPEND_SPACE
+       CheckBox CB_APPEND_SPACE
        {
-        HelpID = 
"cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_APPEND_SPACE" ;
-        Pos = MAP_APPFONT ( 10, 17 ) ;
-        Size = MAP_APPFONT ( 110, 10 ) ;
+               HelpID = 
"cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_APPEND_SPACE" ;
+               Pos = MAP_APPFONT ( 10, 17 ) ;
+               Size = MAP_APPFONT ( 110, 10 ) ;
                Text [ en-US ] = "~Append space" ;
        };
        CheckBox CB_AS_TIP
        {
-           HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_AS_TIP" ;
-        Pos = MAP_APPFONT ( 10, 31 ) ;
-        Size = MAP_APPFONT ( 110, 10 ) ;
+               HelpID = 
"cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_AS_TIP" ;
+               Pos = MAP_APPFONT ( 10, 31 ) ;
+               Size = MAP_APPFONT ( 110, 10 ) ;
                Text [ en-US ] = "~Show as tip" ;
        };
-    CheckBox CB_COLLECT
+       CheckBox CB_COLLECT
        {
-        HelpID = "cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_COLLECT" ;
-        Pos = MAP_APPFONT ( 4, 45 ) ;
-        Size = MAP_APPFONT ( 116, 10 ) ;
-        Text [ en-US ] = "C~ollect words" ;
+               HelpID = 
"cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_COLLECT" ;
+               Pos = MAP_APPFONT ( 4, 45 ) ;
+               Size = MAP_APPFONT ( 116, 10 ) ;
+               Text [ en-US ] = "C~ollect words" ;
        };
-    CheckBox CB_REMOVE_LIST
+       CheckBox CB_REMOVE_LIST
        {
-        HelpID = 
"cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_REMOVE_LIST" ;
-        Pos = MAP_APPFONT ( 10, 59 ) ;
-        Size = MAP_APPFONT ( 110, 40 ) ;
-        WordBreak = TRUE ;
-        Text [ en-US ] = "~When closing a document, remove the words collected 
from it from the list" ;
+               HelpID = 
"cui:CheckBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_REMOVE_LIST" ;
+               Pos = MAP_APPFONT ( 10, 59 ) ;
+               Size = MAP_APPFONT ( 110, 40 ) ;
+               WordBreak = TRUE ;
+               Text [ en-US ] = "~When closing a document, remove the words 
collected from it from the list" ;
        };
-    FixedText FT_EXPAND_KEY
+       FixedText FT_EXPAND_KEY
        {
                Pos = MAP_APPFONT ( 4, 102 ) ;
                Size = MAP_APPFONT ( 116, 8 ) ;
-        Text [ en-US ] = "Acc~ept with" ;
+               Text [ en-US ] = "Acc~ept with" ;
        };
        ListBox DCB_EXPAND_KEY
        {
-           HelpID = 
"cui:ListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:DCB_EXPAND_KEY" ;
+               HelpID = 
"cui:ListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:DCB_EXPAND_KEY" ;
                Pos = MAP_APPFONT ( 4, 113 ) ;
                Size = MAP_APPFONT ( 116, 60 ) ;
                TabStop = TRUE ;
@@ -741,7 +741,7 @@ TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
        };
        NumericField NF_MIN_WORDLEN
        {
-           HelpID = 
"cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MIN_WORDLEN" ;
+               HelpID = 
"cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MIN_WORDLEN" ;
                Border = TRUE ;
                Pos = MAP_APPFONT ( 4, 140 ) ;
                Size = MAP_APPFONT ( 30, 12 ) ;
@@ -764,7 +764,7 @@ TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
        };
        NumericField NF_MAX_ENTRIES
        {
-           HelpID = 
"cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MAX_ENTRIES" ;
+               HelpID = 
"cui:NumericField:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MAX_ENTRIES" ;
                Border = TRUE ;
                Pos = MAP_APPFONT ( 4, 167 ) ;
                Size = MAP_APPFONT ( 30, 12 ) ;
@@ -781,7 +781,7 @@ TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
        };
        MultiListBox LB_ENTRIES
        {
-           HelpID = 
"cui:MultiListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:LB_ENTRIES" ;
+               HelpID = 
"cui:MultiListBox:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:LB_ENTRIES" ;
                Pos = MAP_APPFONT ( 127, 3 ) ;
                Size = MAP_APPFONT ( 121, 158 ) ;
                TabStop = TRUE ;
@@ -792,7 +792,7 @@ TabPage RID_OFAPAGE_AUTOCOMPLETE_OPTIONS
        };
        PushButton PB_ENTRIES
        {
-           HelpID = 
"cui:PushButton:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:PB_ENTRIES" ;
+               HelpID = 
"cui:PushButton:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:PB_ENTRIES" ;
                Pos = MAP_APPFONT ( 127, 165 ) ;
                Size = MAP_APPFONT ( 121, 14 ) ;
                TabStop = TRUE ;
@@ -816,17 +816,17 @@ TabPage RID_OFAPAGE_SMARTTAG_OPTIONS
 
        CheckBox CB_SMARTTAGS
        {
-           HelpID = "cui:CheckBox:RID_OFAPAGE_SMARTTAG_OPTIONS:CB_SMARTTAGS" ;
+               HelpID = 
"cui:CheckBox:RID_OFAPAGE_SMARTTAG_OPTIONS:CB_SMARTTAGS" ;
                Pos = MAP_APPFONT ( 4, 3 ) ;
-        Size = MAP_APPFONT ( 116, 10 ) ;
-        Text [ en-US ] = "Label text with smart tags" ;
+               Size = MAP_APPFONT ( 116, 10 ) ;
+               Text [ en-US ] = "Label text with smart tags" ;
        };
 
-    FixedText FT_SMARTTAGS
+       FixedText FT_SMARTTAGS
        {
                Pos = MAP_APPFONT ( 12, 15 ) ;
                Size = MAP_APPFONT ( 116, 8 ) ;
-        Text [ en-US ] = "Currently installed smart tags" ;
+               Text [ en-US ] = "Currently installed smart tags" ;
        };
 
        Control LB_SMARTTAGS
@@ -834,15 +834,15 @@ TabPage RID_OFAPAGE_SMARTTAG_OPTIONS
                Pos = MAP_APPFONT ( 12, 25 ) ;
                Size = MAP_APPFONT ( 172, 154 ) ;
                Border = TRUE ;
-        TabStop = TRUE ;
+               TabStop = TRUE ;
        };
 
-    PushButton PB_SMARTTAGS
+       PushButton PB_SMARTTAGS
        {
-        HelpID = "cui:PushButton:RID_OFAPAGE_SMARTTAG_OPTIONS:PB_SMARTTAGS" ;
-        Pos = MAP_APPFONT ( 188, 25 ) ;
-        Size = MAP_APPFONT ( 60, 14 ) ;
-       Text [ en-US ] = "Properties..." ;
+               HelpID = 
"cui:PushButton:RID_OFAPAGE_SMARTTAG_OPTIONS:PB_SMARTTAGS" ;
+               Pos = MAP_APPFONT ( 188, 25 ) ;
+               Size = MAP_APPFONT ( 60, 14 ) ;
+               Text [ en-US ] = "Properties..." ;
        };
 
 };
diff --git a/main/svtools/source/contnr/svcontnr.src 
b/main/svtools/source/contnr/svcontnr.src
index a38b54a..d4e8f79 100644
--- a/main/svtools/source/contnr/svcontnr.src
+++ b/main/svtools/source/contnr/svcontnr.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -25,48 +25,45 @@
 
 Image RID_IMG_TREENODE_COLLAPSED
 {
-       ImageBitmap = Bitmap { File = "plus.png"; } ;
-    MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
+       ImageBitmap = Bitmap {File = "plus.png" ;} ;
 };
 
 Image RID_IMG_TREENODE_EXPANDED
 {
-       ImageBitmap = Bitmap { File = "minus.png"; } ;
-    MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
+       ImageBitmap = Bitmap {File = "minus.png" ;} ;
 };
 
 Image RID_IMG_TREENODE_COLLAPSED_HC
 {
-       ImageBitmap = Bitmap { File = "plus_sch.png"; } ;
-    MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
+       ImageBitmap = Bitmap {File = "plus_sch.png" ;} ;
 };
 
 Image RID_IMG_TREENODE_EXPANDED_HC
 {
-       ImageBitmap = Bitmap { File = "minus_sch.png"; } ;
-    MaskColor = Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; };
+       ImageBitmap = Bitmap {File = "minus_sch.png" ;} ;
 };
 
 // descriptions of accessible objects
 
 String STR_SVT_ACC_DESC_TABLISTBOX
 {
-       Text [ en-US ] = "Row: %1, Column: %2";
+       Text [ en-US ] = "Row: %1, Column: %2" ;
 };
 String STR_SVT_ACC_DESC_FILEVIEW
 {
-       Text [ en-US ] = ", Type: %1, URL: %2";
+       Text [ en-US ] = ", Type: %1, URL: %2" ;
 };
 String STR_SVT_ACC_DESC_FOLDER
 {
-       Text [ en-US ] = "Folder";
+       Text [ en-US ] = "Folder" ;
 };
 String STR_SVT_ACC_DESC_FILE
 {
-       Text [ en-US ] = "File";
+       Text [ en-US ] = "File" ;
 };
 String STR_SVT_ACC_EMPTY_FIELD
 {
-       Text [ en-US ] = "Empty Field";
+       Text [ en-US ] = "Empty Field" ;
 };
 
+// ********************************************************************** EOF
diff --git a/main/svx/source/dialog/ctredlin.src 
b/main/svx/source/dialog/ctredlin.src
index 95f5b5a..0ab0f4e 100644
--- a/main/svx/source/dialog/ctredlin.src
+++ b/main/svx/source/dialog/ctredlin.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.
- * 
+ *
  *************************************************************/
 
 
@@ -24,8 +24,6 @@
 #include "ctredlin.hrc"
 #include "helpid.hrc"
 
-#define MASKCOLOR      MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue 
= 0xFFFF; } ;
-
 TabPage SID_REDLIN_FILTER_PAGE
 {
        String STR_FILTER
@@ -35,12 +33,12 @@ TabPage SID_REDLIN_FILTER_PAGE
        HelpId = HID_REDLINING_FILTER_PAGE ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-    Size = MAP_APPFONT ( 261 , 86 ) ;
+       Size = MAP_APPFONT ( 261, 86 ) ;
        Hide = TRUE ;
        CheckBox CB_DATE
        {
-        Pos = MAP_APPFONT ( 6 , 8 ) ;
-        Size = MAP_APPFONT ( 50 , 10 ) ;
+               Pos = MAP_APPFONT ( 6, 8 ) ;
+               Size = MAP_APPFONT ( 50, 10 ) ;
                TabStop = TRUE ;
                HelpId = HID_REDLINING_FILTER_CB_DATE ;
                Text [ en-US ] = "~Date" ;
@@ -50,18 +48,18 @@ TabPage SID_REDLIN_FILTER_PAGE
                HelpId = HID_REDLINING_FILTER_LB_DATE ;
                Border = TRUE ;
                Disable = TRUE ;
-        Pos = MAP_APPFONT ( 60 , 6 ) ;
-        Size = MAP_APPFONT ( 78 , 99 ) ;
+               Pos = MAP_APPFONT ( 60, 6 ) ;
+               Size = MAP_APPFONT ( 78, 99 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
                StringList [ en-US ] =
                {
-                       < "earlier than" ; Default ; > ;
-                       < "since" ; Default ; > ;
-                       < "equal to " ; Default ; > ;
-                       < "not equal to" ; Default ; > ;
-                       < "between" ; Default ; > ;
-                       < "since saving" ; Default ; > ;
+                       < "earlier than" ; Default ;    > ;
+                       < "since" ; Default ;                   > ;
+                       < "equal to " ; Default ;               > ;
+                       < "not equal to" ; Default ;    > ;
+                       < "between" ; Default ;                 > ;
+                       < "since saving" ; Default ;    > ;
                };
        };
        DateField DF_DATE
@@ -69,8 +67,8 @@ TabPage SID_REDLIN_FILTER_PAGE
                HelpId = HID_REDLINING_FILTER_DF_DATE ;
                Disable = TRUE ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 144 , 6 ) ;
-        Size = MAP_APPFONT ( 57 , 12 ) ;
+               Pos = MAP_APPFONT ( 144, 6 ) ;
+               Size = MAP_APPFONT ( 57, 12 ) ;
                TabStop = TRUE ;
                Spin = TRUE ;
                Repeat = TRUE ;
@@ -92,8 +90,8 @@ TabPage SID_REDLIN_FILTER_PAGE
                HelpId = HID_REDLINING_FILTER_TF_DATE ;
                Disable = TRUE ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 203 , 6 ) ;
-        Size = MAP_APPFONT ( 35 , 12 ) ;
+               Pos = MAP_APPFONT ( 203, 6 ) ;
+               Size = MAP_APPFONT ( 35, 12 ) ;
                TabStop = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
@@ -102,22 +100,21 @@ TabPage SID_REDLIN_FILTER_PAGE
        {
                HelpId = HID_REDLINING_FILTER_IB_CLOCK ;
                Disable = TRUE ;
-        Pos = MAP_APPFONT ( 240 , 5 ) ;
-        Size = MAP_APPFONT ( 13 , 15 ) ;
+               Pos = MAP_APPFONT ( 240, 5 ) ;
+               Size = MAP_APPFONT ( 13, 15 ) ;
                TabStop = TRUE ;
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "time.png" ; };
-                       MASKCOLOR
+                       ImageBitmap = Bitmap {File = "time.png" ;} ;
                };
                //QuickHelpText [ en-US ] = "Set Date/Time" ;
                QuickHelpText [ en-US ] = "Set Start Date/Time" ;
        };
        FixedText FT_DATE2
        {
-        Pos = MAP_APPFONT ( 60 , 24 ) ;
-        Size = MAP_APPFONT ( 78 , 8 ) ;
-        Right = TRUE ;
+               Pos = MAP_APPFONT ( 60, 24 ) ;
+               Size = MAP_APPFONT ( 78, 8 ) ;
+               Right = TRUE ;
                Disable = TRUE ;
                Text [ en-US ] = "and" ;
        };
@@ -126,8 +123,8 @@ TabPage SID_REDLIN_FILTER_PAGE
                HelpId = HID_REDLINING_FILTER_DF_DATE2 ;
                Border = TRUE ;
                Disable = TRUE ;
-        Pos = MAP_APPFONT ( 144 , 22 ) ;
-        Size = MAP_APPFONT ( 57 , 12 ) ;
+               Pos = MAP_APPFONT ( 144, 22 ) ;
+               Size = MAP_APPFONT ( 57, 12 ) ;
                TabStop = TRUE ;
                Spin = TRUE ;
                Repeat = TRUE ;
@@ -149,8 +146,8 @@ TabPage SID_REDLIN_FILTER_PAGE
                HelpId = HID_REDLINING_FILTER_TF_DATE2 ;
                Border = TRUE ;
                Disable = TRUE ;
-        Pos = MAP_APPFONT ( 203 , 22 ) ;
-               Size = MAP_APPFONT ( 35 , 12 ) ;
+               Pos = MAP_APPFONT ( 203, 22 ) ;
+               Size = MAP_APPFONT ( 35, 12 ) ;
                TabStop = TRUE ;
                Spin = TRUE ;
                Repeat = TRUE ;
@@ -159,13 +156,12 @@ TabPage SID_REDLIN_FILTER_PAGE
        {
                HelpId = HID_REDLINING_FILTER_IB_CLOCK2 ;
                Disable = TRUE ;
-        Pos = MAP_APPFONT ( 240 , 21 ) ;
-        Size = MAP_APPFONT ( 13 , 15 ) ;
+               Pos = MAP_APPFONT ( 240, 21 ) ;
+               Size = MAP_APPFONT ( 13, 15 ) ;
                TabStop = TRUE ;
                ButtonImage = Image
                {
-                       ImageBitmap = Bitmap { File = "time.png" ; };
-                       MASKCOLOR
+                       ImageBitmap = Bitmap {File = "time.png" ;} ;
                };
                //QuickHelpText [ en-US ] = "Set Date/Time" ;
                QuickHelpText [ en-US ] = "Set End Date/Time" ;
@@ -173,8 +169,8 @@ TabPage SID_REDLIN_FILTER_PAGE
        CheckBox CB_AUTOR
        {
                HelpId = HID_REDLINING_FILTER_CB_AUTOR ;
-        Pos = MAP_APPFONT ( 6 , 40 ) ;
-        Size = MAP_APPFONT ( 50 , 10 ) ;
+               Pos = MAP_APPFONT ( 6, 40 ) ;
+               Size = MAP_APPFONT ( 50, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Author" ;
        };
@@ -182,8 +178,8 @@ TabPage SID_REDLIN_FILTER_PAGE
        {
                HelpId = HID_REDLINING_FILTER_LB_AUTOR ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 60 , 38 ) ;
-        Size = MAP_APPFONT ( 178 , 100 ) ;
+               Pos = MAP_APPFONT ( 60, 38 ) ;
+               Size = MAP_APPFONT ( 178, 100 ) ;
                TabStop = TRUE ;
                Disable = TRUE ;
                DropDown = TRUE ;
@@ -191,8 +187,8 @@ TabPage SID_REDLIN_FILTER_PAGE
        CheckBox CB_RANGE
        {
                HelpId = HID_REDLINING_FILTER_CB_RANGE ;
-        Pos = MAP_APPFONT ( 6 , 56 ) ;
-               Size = MAP_APPFONT ( 50 , 10 ) ;
+               Pos = MAP_APPFONT ( 6, 56 ) ;
+               Size = MAP_APPFONT ( 50, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Range" ;
        };
@@ -201,8 +197,8 @@ TabPage SID_REDLIN_FILTER_PAGE
                HelpId = HID_REDLINING_FILTER_ED_RANGE ;
                Disable = TRUE ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 60 , 54 ) ;
-        Size = MAP_APPFONT ( 178 , 12 ) ;
+               Pos = MAP_APPFONT ( 60, 54 ) ;
+               Size = MAP_APPFONT ( 178, 12 ) ;
                TabStop = TRUE ;
        };
        String STR_ACTION
@@ -215,16 +211,16 @@ TabPage SID_REDLIN_FILTER_PAGE
                Border = TRUE ;
                Hide = TRUE ;
                Disable = TRUE ;
-        Pos = MAP_APPFONT ( 60 , 54 ) ;
-        Size = MAP_APPFONT ( 178 , 100 ) ;
+               Pos = MAP_APPFONT ( 60, 54 ) ;
+               Size = MAP_APPFONT ( 178, 100 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        PushButton BTN_REF
        {
                HelpId = HID_REDLINING_FILTER_BTN_REF ;
-        Pos = MAP_APPFONT ( 240 , 54 ) ;
-               Size = MAP_APPFONT ( 12 , 12 ) ;
+               Pos = MAP_APPFONT ( 240, 54 ) ;
+               Size = MAP_APPFONT ( 12, 12 ) ;
                Disable = TRUE ;
                TabStop = TRUE ;
                QuickHelpText [ en-US ] = "Set Reference" ;
@@ -233,25 +229,24 @@ TabPage SID_REDLIN_FILTER_PAGE
        CheckBox CB_COMMENT
        {
                HelpId = HID_REDLINING_FILTER_CB_COMMENT ;
-        Pos = MAP_APPFONT ( 6 , 72 ) ;
-               Size = MAP_APPFONT ( 50 , 10 ) ;
+               Pos = MAP_APPFONT ( 6, 72 ) ;
+               Size = MAP_APPFONT ( 50, 10 ) ;
                TabStop = TRUE ;
-               Text [ en-US ] = "Comment";
+               Text [ en-US ] = "Comment" ;
        };
        Edit ED_COMMENT
        {
                HelpId = HID_REDLINING_FILTER_ED_COMMENT ;
                Disable = TRUE ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 60 , 70 ) ;
-        Size = MAP_APPFONT ( 178 , 12 ) ;
+               Pos = MAP_APPFONT ( 60, 70 ) ;
+               Size = MAP_APPFONT ( 178, 12 ) ;
                TabStop = TRUE ;
        };
-    Image IMG_TIME_H
-    {
-        ImageBitmap = Bitmap { File = "time_h.png" ; };
-        MASKCOLOR
-    };
+       Image IMG_TIME_H
+       {
+               ImageBitmap = Bitmap {File = "time_h.png" ;} ;
+       };
        String STR_DATE_COMBOX
        {
                Text [ en-US ] = "Date Condition" ;
@@ -282,7 +277,7 @@ TabPage SID_REDLIN_VIEW_PAGE
        HelpId = HID_REDLINING_VIEW_PAGE ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( 270 , 126 ) ;
+       Size = MAP_APPFONT ( 270, 126 ) ;
        Hide = TRUE ;
        String STR_VIEW
        {
@@ -291,46 +286,46 @@ TabPage SID_REDLIN_VIEW_PAGE
        Control DG_VIEW
        {
                HelpId = HID_REDLINING_VIEW_DG_VIEW ;
-               Pos = MAP_APPFONT ( 3 , 1 ) ;
-               Size = MAP_APPFONT ( 221 , 65 ) ;
+               Pos = MAP_APPFONT ( 3, 1 ) ;
+               Size = MAP_APPFONT ( 221, 65 ) ;
                Border = TRUE ;
        };
        PushButton PB_ACCEPT
        {
                HelpId = HID_REDLINING_VIEW_PB_ACCEPT ;
-               Pos = MAP_APPFONT ( 3 , 69 ) ;
-               Size = MAP_APPFONT ( 60 , 14 ) ;
+               Pos = MAP_APPFONT ( 3, 69 ) ;
+               Size = MAP_APPFONT ( 60, 14 ) ;
                Text [ en-US ] = "~Accept" ;
        };
        PushButton PB_REJECT
        {
                HelpId = HID_REDLINING_VIEW_PB_REJECT ;
-               Pos = MAP_APPFONT ( 69 , 69 ) ;
-               Size = MAP_APPFONT ( 60 , 14 ) ;
+               Pos = MAP_APPFONT ( 69, 69 ) ;
+               Size = MAP_APPFONT ( 60, 14 ) ;
                Text [ en-US ] = "~Reject" ;
        };
        PushButton PB_ACCEPTALL
        {
                HelpId = HID_REDLINING_VIEW_PB_ACCEPTALL ;
-               Pos = MAP_APPFONT ( 141 , 69 ) ;
-               Size = MAP_APPFONT ( 60 , 14 ) ;
+               Pos = MAP_APPFONT ( 141, 69 ) ;
+               Size = MAP_APPFONT ( 60, 14 ) ;
                Text [ en-US ] = "A~ccept All" ;
        };
        PushButton PB_REJECTALL
        {
                HelpId = HID_REDLINING_VIEW_PB_REJECTALL ;
-               Pos = MAP_APPFONT ( 207 , 69 ) ;
-               Size = MAP_APPFONT ( 60 , 14 ) ;
+               Pos = MAP_APPFONT ( 207, 69 ) ;
+               Size = MAP_APPFONT ( 60, 14 ) ;
                Text [ en-US ] = "R~eject All" ;
        };
 
        PushButton PB_UNDO
        {
                HelpId = HID_REDLINING_VIEW_PB_UNDO ;
-               Hide = TRUE;
-               Pos  = MAP_APPFONT ( 279 , 69 ) ;
-               Size = MAP_APPFONT ( 60 , 14 ) ;
-               Text [ en-US ] = "Undo";
+               Hide = TRUE ;
+               Pos = MAP_APPFONT ( 279, 69 ) ;
+               Size = MAP_APPFONT ( 60, 14 ) ;
+               Text [ en-US ] = "Undo" ;
        };
        String STR_TITLE1
        {
@@ -354,34 +349,4 @@ TabPage SID_REDLIN_VIEW_PAGE
        };
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF

Reply via email to