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

commit 9cd2463e16d9c8c25b716d04d131401acf53759f
Author: mseidel <msei...@apache.org>
AuthorDate: Sat Aug 21 02:21:50 2021 +0200

    Cleaned up resource files
---
 main/cui/source/tabpages/backgrnd.src             | 248 +++++------
 main/cui/source/tabpages/strings.src              |  56 +--
 main/svtools/source/dialogs/so3res.src            |  30 +-
 main/svx/source/dialog/ruler.src                  |  45 +-
 main/sw/source/ui/app/error.src                   |  65 ++-
 main/sw/source/ui/app/mn.src                      | 291 ++++++------
 main/sw/source/ui/dialog/dialog.src               |  20 +-
 main/sw/source/ui/table/mergetbl.src              |  83 +---
 main/sw/source/ui/table/tabledlg.src              | 519 +++++++++++-----------
 main/sw/source/ui/utlui/attrdesc.src              |  69 ++-
 main/sw/source/ui/utlui/initui.src                | 257 ++++-------
 main/sw/source/ui/utlui/navipi.src                | 257 +++++------
 main/xmlsecurity/source/dialogs/macrosecurity.src |   2 +-
 13 files changed, 814 insertions(+), 1128 deletions(-)

diff --git a/main/cui/source/tabpages/backgrnd.src 
b/main/cui/source/tabpages/backgrnd.src
index 32229e9..63943b6 100644
--- a/main/cui/source/tabpages/backgrnd.src
+++ b/main/cui/source/tabpages/backgrnd.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,214 +7,213 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
- // include ---------------------------------------------------------------
+
+// include ---------------------------------------------------------------
 #include <svtools/controldims.hrc>
 #include "helpid.hrc"
 #include <cuires.hrc>
 #include "backgrnd.hrc"
 #include <svx/dialogs.hrc>
 
- // define ----------------------------------------------------------------
+// define ----------------------------------------------------------------
 #define UNLINKED_IMAGE                                         \
-    Text [ en-US ] = "Unlinked graphic" ; \
+       Text [ en-US ] = "Unlinked graphic" ;   \
 
- // pragma ----------------------------------------------------------------
+// pragma ----------------------------------------------------------------
 
- // RID_SVXPAGE_BACKGROUND ------------------------------------------------
+// RID_SVXPAGE_BACKGROUND ------------------------------------------------
 TabPage RID_SVXPAGE_BACKGROUND
 {
        HelpId = HID_BACKGROUND ;
        Hide = TRUE ;
-       Size = MAP_APPFONT ( 260 , 185 ) ;
+       Size = MAP_APPFONT ( 260, 185 ) ;
        Text [ en-US ] = "Background" ;
        FixedText FT_SELECTOR
        {
-               Pos = MAP_APPFONT ( 6 , 4 ) ;
-               Size = MAP_APPFONT ( 24 , 10 ) ;
+               Pos = MAP_APPFONT ( 6, 4 ) ;
+               Size = MAP_APPFONT ( 24, 10 ) ;
                Hide = TRUE ;
                LeftLabel = TRUE ;
                Text [ en-US ] = "A~s" ;
        };
        ListBox LB_SELECTOR
        {
-           HelpID = "cui:ListBox:RID_SVXPAGE_BACKGROUND:LB_SELECTOR";
+               HelpID = "cui:ListBox:RID_SVXPAGE_BACKGROUND:LB_SELECTOR" ;
                Hide = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 33 , 3 ) ;
-               Size = MAP_APPFONT ( 82 , 48 ) ;
+               Pos = MAP_APPFONT ( 33, 3 ) ;
+               Size = MAP_APPFONT ( 82, 48 ) ;
                DropDown = TRUE ;
                StringList [ en-US ] =
                {
-                       < "Color" ; Default ; > ;
-                       < "Graphic" ; Default ; > ;
+                       < "Color" ; Default ;   > ;
+                       < "Graphic" ; Default ; > ;
                };
        };
        FixedText FT_TBL_DESC
        {
-               Pos = MAP_APPFONT ( 145 , 5 ) ;
-               Size = MAP_APPFONT ( 24 , 10 ) ;
+               Pos = MAP_APPFONT ( 145, 5 ) ;
+               Size = MAP_APPFONT ( 24, 10 ) ;
                Hide = TRUE ;
                LeftLabel = TRUE ;
-               /* ### ACHTUNG: Neuer Text in Resource? F�~r : F�~r */
                Text [ en-US ] = "F~or" ;
        };
        ListBox LB_TBL_BOX
        {
-           HelpID = "cui:ListBox:RID_SVXPAGE_BACKGROUND:LB_TBL_BOX";
+               HelpID = "cui:ListBox:RID_SVXPAGE_BACKGROUND:LB_TBL_BOX" ;
                Hide = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 172 , 3 ) ;
-               Size = MAP_APPFONT ( 82 , 48 ) ;
+               Pos = MAP_APPFONT ( 172, 3 ) ;
+               Size = MAP_APPFONT ( 82, 48 ) ;
                DropDown = TRUE ;
                StringList [ en-US ] =
                {
-                       < "Cell" ; > ;
-                       < "Row" ; > ;
-                       < "Table" ; > ;
+                       < "Cell" ;      > ;
+                       < "Row" ;       > ;
+                       < "Table" ;     > ;
                };
        };
        ListBox LB_PARA_BOX
        {
-           HelpID = "cui:ListBox:RID_SVXPAGE_BACKGROUND:LB_PARA_BOX";
+               HelpID = "cui:ListBox:RID_SVXPAGE_BACKGROUND:LB_PARA_BOX" ;
                Hide = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 172 , 3 ) ;
-               Size = MAP_APPFONT ( 82 , 48 ) ;
+               Pos = MAP_APPFONT ( 172, 3 ) ;
+               Size = MAP_APPFONT ( 82, 48 ) ;
                DropDown = TRUE ;
                StringList [ en-US ] =
                {
-                       < "Paragraph" ; > ;
-                       < "Character" ; > ;
+                       < "Paragraph" ; > ;
+                       < "Character" ; > ;
                };
        };
-        // Hintergrund-Brush  
----------------------------------------------------
+       // Background-Brush ----------------------------------------------------
        Control CT_BORDER
        {
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 12 , 32 ) ;
-               Size = MAP_APPFONT ( 116+2 , 145+2 ) ;
-        DialogControl = TRUE;
+               Pos = MAP_APPFONT ( 12, 32 ) ;
+               Size = MAP_APPFONT ( 116+2, 145+2 ) ;
+               DialogControl = TRUE ;
        };
        Control SET_BGDCOLOR
        {
                HelpId = HID_BACKGROUND_CTL_BGDCOLORSET ;
                Hide = TRUE ;
-               Pos = MAP_APPFONT ( 0 , 0 ) ;
-               Size = MAP_APPFONT ( 116 , 145 ) ;
+               Pos = MAP_APPFONT ( 0, 0 ) ;
+               Size = MAP_APPFONT ( 116, 145 ) ;
                TabStop = TRUE ;
        };
-    FixedLine GB_BGDCOLOR
+       FixedLine GB_BGDCOLOR
        {
                Hide = TRUE ;
-               Pos = MAP_APPFONT ( 6 , 21 ) ;
-        Size = MAP_APPFONT ( 248 , 8) ;
+               Pos = MAP_APPFONT ( 6, 21 ) ;
+               Size = MAP_APPFONT ( 248, 8) ;
                Text [ en-US ] = "Background color" ;
        };
        Window WIN_PREVIEW1
        {
                Hide = TRUE ;
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 166 , 34 ) ;
-        Size = MAP_APPFONT ( 82 , 40 ) ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 166, 34 ) ;
+               Size = MAP_APPFONT ( 82, 40 ) ;
        };
-    FixedText FT_COL_TRANS
-    {
+       FixedText FT_COL_TRANS
+       {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 166, 74 + RSC_SP_CTRL_Y + 2 ) ;
-        Size = MAP_APPFONT ( 50 , 8) ;
-        Text [ en-US ] = "~Transparency" ;
+               Pos = MAP_APPFONT ( 166, 74 + RSC_SP_CTRL_Y + 2 ) ;
+               Size = MAP_APPFONT ( 50, 8) ;
+               Text [ en-US ] = "~Transparency" ;
        };
-    MetricField MF_COL_TRANS
-    {
-        HelpID = "cui:MetricField:RID_SVXPAGE_BACKGROUND:MF_COL_TRANS";
+       MetricField MF_COL_TRANS
+       {
+               HelpID = "cui:MetricField:RID_SVXPAGE_BACKGROUND:MF_COL_TRANS" ;
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 218 , 74 + RSC_SP_CTRL_Y ) ;
-        Size = MAP_APPFONT ( 30 , 12) ;
-        Border = TRUE ;
+               Pos = MAP_APPFONT ( 218, 74 + RSC_SP_CTRL_Y ) ;
+               Size = MAP_APPFONT ( 30, 12) ;
+               Border = TRUE ;
                Group = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
                Unit = FUNIT_PERCENT ;
-        SpinSize = 5 ;
-        Minimum = 0;
-        Maximum = 100;
-    };
+               SpinSize = 5 ;
+               Minimum = 0 ;
+               Maximum = 100 ;
+       };
 
-     // Hintergrund-Bitmap ----------------------------------------------------
-    FixedLine GB_FILE
+       // Background-Bitmap 
----------------------------------------------------
+       FixedLine GB_FILE
        {
                Hide = TRUE ;
-               Pos = MAP_APPFONT ( 6 , 23 ) ;
-        Size = MAP_APPFONT ( 153 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 23 ) ;
+               Size = MAP_APPFONT ( 153, 8 ) ;
                Text [ en-US ] = "File" ;
        };
        PushButton BTN_BROWSE
        {
-           HelpID = "cui:PushButton:RID_SVXPAGE_BACKGROUND:BTN_BROWSE";
+               HelpID = "cui:PushButton:RID_SVXPAGE_BACKGROUND:BTN_BROWSE" ;
                Hide = TRUE ;
-               Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT , 23 + 
RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP ) ;
-               Size = MAP_APPFONT ( 60 , 14 ) ;
+               Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT, 23 + 
RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP ) ;
+               Size = MAP_APPFONT ( 60, 14 ) ;
                Text [ en-US ] = "~Browse..." ;
        };
        CheckBox BTN_LINK
        {
-           HelpID = "cui:CheckBox:RID_SVXPAGE_BACKGROUND:BTN_LINK";
+               HelpID = "cui:CheckBox:RID_SVXPAGE_BACKGROUND:BTN_LINK" ;
                Hide = TRUE ;
                Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT + 60 + 
2*RSC_SP_CTRL_X, 23 + RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP + 3 
) ;
-               Size = MAP_APPFONT ( 78 , 10 ) ;
+               Size = MAP_APPFONT ( 78, 10 ) ;
                Text [ en-US ] = "~Link" ;
        };
        FixedText FT_FILE
        {
                Hide = TRUE ;
-               Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT , 23 + 
RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP + 
RSC_CD_PUSHBUTTON_HEIGHT + RSC_SP_CTRL_Y ) ;
-               Size = MAP_APPFONT ( 141 , 8 ) ;
+               Pos = MAP_APPFONT ( 6 + RSC_SP_FLGR_INNERBORDER_LEFT, 23 + 
RSC_CD_FIXEDLINE_HEIGHT + RSC_SP_FLGR_INNERBORDER_TOP + 
RSC_CD_PUSHBUTTON_HEIGHT + RSC_SP_CTRL_Y ) ;
+               Size = MAP_APPFONT ( 141, 8 ) ;
                UNLINKED_IMAGE
        };
-    FixedLine GB_POSITION
+       FixedLine GB_POSITION
        {
                Hide = TRUE ;
-               Pos = MAP_APPFONT ( 6 , 78 ) ;
-        Size = MAP_APPFONT ( 153 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 78 ) ;
+               Size = MAP_APPFONT ( 153, 8 ) ;
                Text [ en-US ] = "Type" ;
        };
        RadioButton BTN_POSITION
        {
-           HelpID = "cui:RadioButton:RID_SVXPAGE_BACKGROUND:BTN_POSITION";
+               HelpID = "cui:RadioButton:RID_SVXPAGE_BACKGROUND:BTN_POSITION" ;
                Hide = TRUE ;
-               Pos = MAP_APPFONT ( 12 , 89 ) ;
-               Size = MAP_APPFONT ( 49 , 10 ) ;
+               Pos = MAP_APPFONT ( 12, 89 ) ;
+               Size = MAP_APPFONT ( 49, 10 ) ;
                Text [ en-US ] = "~Position" ;
        };
        RadioButton BTN_AREA
        {
-           HelpID = "cui:RadioButton:RID_SVXPAGE_BACKGROUND:BTN_AREA";
+               HelpID = "cui:RadioButton:RID_SVXPAGE_BACKGROUND:BTN_AREA" ;
                Hide = TRUE ;
-               Pos = MAP_APPFONT ( 12 , 103 ) ;
-               Size = MAP_APPFONT ( 49 , 10 ) ;
-               /* ### ACHTUNG: Neuer Text in Resource? ~Fl�che : ~Fl�che */
+               Pos = MAP_APPFONT ( 12, 103 ) ;
+               Size = MAP_APPFONT ( 49, 10 ) ;
                Text [ en-US ] = "Ar~ea" ;
        };
        RadioButton BTN_TILE
        {
-           HelpID = "cui:RadioButton:RID_SVXPAGE_BACKGROUND:BTN_TILE";
+               HelpID = "cui:RadioButton:RID_SVXPAGE_BACKGROUND:BTN_TILE" ;
                Hide = TRUE ;
-               Pos = MAP_APPFONT ( 12 , 117 ) ;
-               Size = MAP_APPFONT ( 49 , 10 ) ;
+               Pos = MAP_APPFONT ( 12, 117 ) ;
+               Size = MAP_APPFONT ( 49, 10 ) ;
                Text [ en-US ] = "~Tile" ;
        };
        Control WND_POSITION
@@ -222,45 +221,45 @@ TabPage RID_SVXPAGE_BACKGROUND
                HelpId = HID_BACKGROUND_CTL_POSITION ;
                Hide = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 64 , 89 ) ;
-               Size = MAP_APPFONT ( 90 , 87 ) ;
+               Pos = MAP_APPFONT ( 64, 89 ) ;
+               Size = MAP_APPFONT ( 90, 87 ) ;
                TabStop = TRUE ;
        };
-    FixedLine FL_GRAPH_TRANS
+       FixedLine FL_GRAPH_TRANS
        {
                Hide = TRUE ;
-        Pos = MAP_APPFONT ( 6 , 157 ) ;
-        Size = MAP_APPFONT ( 153 , 8) ;
-        Text [ en-US ] = "Transparency" ;
+               Pos = MAP_APPFONT ( 6, 157 ) ;
+               Size = MAP_APPFONT ( 153, 8) ;
+               Text [ en-US ] = "Transparency" ;
        };
-    MetricField MF_GRAPH_TRANS
-    {
-        HelpID = "cui:MetricField:RID_SVXPAGE_BACKGROUND:MF_GRAPH_TRANS";
-        Hide = TRUE ;
-        Pos = MAP_APPFONT ( 12 , 168 ) ;
-        Size = MAP_APPFONT ( 30 , 12) ;
-        Border = TRUE ;
+       MetricField MF_GRAPH_TRANS
+       {
+               HelpID = 
"cui:MetricField:RID_SVXPAGE_BACKGROUND:MF_GRAPH_TRANS" ;
+               Hide = TRUE ;
+               Pos = MAP_APPFONT ( 12, 168 ) ;
+               Size = MAP_APPFONT ( 30, 12) ;
+               Border = TRUE ;
                Group = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
                Unit = FUNIT_PERCENT ;
-        SpinSize = 5 ;
-        Minimum = 0;
-        Maximum = 100;
-    };
-    Window WIN_PREVIEW2
+               SpinSize = 5 ;
+               Minimum = 0 ;
+               Maximum = 100 ;
+       };
+       Window WIN_PREVIEW2
        {
                Hide = TRUE ;
-        Border = TRUE ;
-               Pos = MAP_APPFONT ( 170 , 23 + 4 ) ;
-               Size = MAP_APPFONT ( 81 , 139 ) ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 170, 23 + 4 ) ;
+               Size = MAP_APPFONT ( 81, 139 ) ;
        };
        CheckBox BTN_PREVIEW
        {
-           HelpID = "cui:CheckBox:RID_SVXPAGE_BACKGROUND:BTN_PREVIEW";
-               Pos = MAP_APPFONT ( 170 , 23 + 4 + 139 + RSC_SP_CTRL_GROUP_Y ) ;
-               Size = MAP_APPFONT ( 141 , 10 ) ;
+               HelpID = "cui:CheckBox:RID_SVXPAGE_BACKGROUND:BTN_PREVIEW" ;
+               Pos = MAP_APPFONT ( 170, 23 + 4 + 139 + RSC_SP_CTRL_GROUP_Y ) ;
+               Size = MAP_APPFONT ( 141, 10 ) ;
                Text [ en-US ] = "Pre~view" ;
        };
        String STR_BROWSE
@@ -272,40 +271,5 @@ TabPage RID_SVXPAGE_BACKGROUND
                UNLINKED_IMAGE
        };
 };
- // ********************************************************************** EOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 
+// ********************************************************************** EOF
diff --git a/main/cui/source/tabpages/strings.src 
b/main/cui/source/tabpages/strings.src
index b85749f..0bc90e2 100644
--- a/main/cui/source/tabpages/strings.src
+++ b/main/cui/source/tabpages/strings.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,128 +7,93 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
- // include ------------------------------------------------------------------
+
+// include ------------------------------------------------------------------
 #include <cuires.hrc>
 
 String RID_SVXSTR_DESC_GRADIENT
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für den Farbverlauf ein: : Geben Sie hier bitte den Namen f³r den Farbverlauf 
ein: */
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für den Farbverlauf ein: : Geben Sie hier bitte den Namen f³r den Farbverlauf 
ein: */
        Text [ en-US ] = "Please enter a name for the gradient:" ;
 };
 String RID_SVXSTR_ASK_DEL_GRADIENT
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Soll der Farbverlauf wirklich 
gelöscht werden? : Soll der Farbverlauf wirklich gel÷scht werden? */
-       /* ### ACHTUNG: Neuer Text in Resource? Soll der Farbverlauf wirklich 
gelöscht werden? : Soll der Farbverlauf wirklich gel÷scht werden? */
        Text [ en-US ] = "Do you want to delete the gradient?" ;
 };
 String RID_SVXSTR_ASK_CHANGE_GRADIENT
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Der Farbverlauf wurde geändert 
und nicht gesichert. \nSie können den selektierten Farbverlauf ändern \noder 
einen neuen Farbverlauf hinzufügen. : Der Farbverlauf wurde geõndert und nicht 
gesichert. \nSie k÷nnen den selektierten Farbverlauf õndern \noder einen neuen 
Farbverlauf hinzuf³gen. */
-       /* ### ACHTUNG: Neuer Text in Resource? Der Farbverlauf wurde geändert 
und nicht gesichert. \nSie können den selektierten Farbverlauf ändern \noder 
einen neuen Farbverlauf hinzufügen. : Der Farbverlauf wurde geõndert und nicht 
gesichert. \nSie k÷nnen den selektierten Farbverlauf õndern \noder einen neuen 
Farbverlauf hinzuf³gen. */
        Text [ en-US ] = "The gradient was modified without saving. \nModify 
the selected gradient or add a new gradient." ;
 };
 String RID_SVXSTR_DESC_NEW_BITMAP
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für die Bitmap ein: : Geben Sie hier bitte den Namen f³r die Bitmap ein: */
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für die Bitmap ein: : Geben Sie hier bitte den Namen f³r die Bitmap ein: */
        Text [ en-US ] = "Please enter a name for the bitmap:" ;
 };
 String RID_SVXSTR_DESC_EXT_BITMAP
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für die externe Bitmap ein: : Geben Sie hier bitte den Namen f³r die externe 
Bitmap ein: */
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für die externe Bitmap ein: : Geben Sie hier bitte den Namen f³r die externe 
Bitmap ein: */
        Text [ en-US ] = "Please enter a name for the external bitmap:" ;
 };
 String RID_SVXSTR_ASK_DEL_BITMAP
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Soll die Bitmap wirklich 
gelöscht werden? : Soll die Bitmap wirklich gel÷scht werden? */
-       /* ### ACHTUNG: Neuer Text in Resource? Soll die Bitmap wirklich 
gelöscht werden? : Soll die Bitmap wirklich gel÷scht werden? */
        Text [ en-US ] = "Are you sure you want to delete the bitmap?" ;
 };
 String RID_SVXSTR_ASK_CHANGE_BITMAP
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Die Bitmap wurde geändert und 
nicht gesichert. \nSie können die selektierte Bitmap ändern \noder eine neue 
Bitmap hinzufügen. : Die Bitmap wurde geõndert und nicht gesichert. \nSie 
k÷nnen die selektierte Bitmap õndern \noder eine neue Bitmap hinzuf³gen. */
-       /* ### ACHTUNG: Neuer Text in Resource? Die Bitmap wurde geändert und 
nicht gesichert. \nSie können die selektierte Bitmap ändern \noder eine neue 
Bitmap hinzufügen. : Die Bitmap wurde geõndert und nicht gesichert. \nSie 
k÷nnen die selektierte Bitmap õndern \noder eine neue Bitmap hinzuf³gen. */
        Text [ en-US ] = "The bitmap was modified without saving. \nModify the 
selected bitmap or add a new bitmap." ;
 };
 String RID_SVXSTR_DESC_LINESTYLE
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für den Linienstil ein: : Geben Sie hier bitte den Namen f³r den Linienstil 
ein: */
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für den Linienstil ein: : Geben Sie hier bitte den Namen f³r den Linienstil 
ein: */
        Text [ en-US ] = "Please enter a name for the line style:" ;
 };
 String RID_SVXSTR_ASK_DEL_LINESTYLE
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Soll der Linienstil wirklich 
gelöscht werden? : Soll der Linienstil wirklich gel÷scht werden? */
-       /* ### ACHTUNG: Neuer Text in Resource? Soll der Linienstil wirklich 
gelöscht werden? : Soll der Linienstil wirklich gel÷scht werden? */
        Text [ en-US ] = "Do you want to delete the line style?" ;
 };
 String RID_SVXSTR_ASK_CHANGE_LINESTYLE
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Der Linienstil wurde geändert 
und nicht gesichert. \nSie können den selektierten Linienstil ändern \noder 
einen neuen Linienstil hinzufügen. : Der Linienstil wurde geõndert und nicht 
gesichert. \nSie k÷nnen den selektierten Linienstil õndern \noder einen neuen 
Linienstil hinzuf³gen. */
-       /* ### ACHTUNG: Neuer Text in Resource? Der Linienstil wurde geändert 
und nicht gesichert. \nSie können den selektierten Linienstil ändern \noder 
einen neuen Linienstil hinzufügen. : Der Linienstil wurde geõndert und nicht 
gesichert. \nSie k÷nnen den selektierten Linienstil õndern \noder einen neuen 
Linienstil hinzuf³gen. */
        Text [ en-US ] = "The line style was modified without saving. \nModify 
the selected line style or add a new line style." ;
 };
 String RID_SVXSTR_DESC_HATCH
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für die Schraffur ein: : Geben Sie hier bitte den Namen f³r die Schraffur ein: 
*/
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für die Schraffur ein: : Geben Sie hier bitte den Namen f³r die Schraffur ein: 
*/
        Text [ en-US ] = "Please enter a name for the hatching:" ;
 };
 String RID_SVXSTR_ASK_DEL_HATCH
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Soll die Schraffur wirklich 
gelöscht werden? : Soll die Schraffur wirklich gel÷scht werden? */
-       /* ### ACHTUNG: Neuer Text in Resource? Soll die Schraffur wirklich 
gelöscht werden? : Soll die Schraffur wirklich gel÷scht werden? */
        Text [ en-US ] = "Do you want to delete the hatching?" ;
 };
 String RID_SVXSTR_ASK_CHANGE_HATCH
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Die Schraffur wurde geändert 
und nicht gesichert. \nSie können die selektierte Schraffur ändern \noder eine 
neue Schraffur hinzufügen. : Die Schraffur wurde geõndert und nicht gesichert. 
\nSie k÷nnen die selektierte Schraffur õndern \noder eine neue Schraffur 
hinzuf³gen. */
-       /* ### ACHTUNG: Neuer Text in Resource? Die Schraffur wurde geändert 
und nicht gesichert. \nSie können die selektierte Schraffur ändern \noder eine 
neue Schraffur hinzufügen. : Die Schraffur wurde geõndert und nicht gesichert. 
\nSie k÷nnen die selektierte Schraffur õndern \noder eine neue Schraffur 
hinzuf³gen. */
        Text [ en-US ] = "The hatching type was modified but not saved. 
\nModify the selected hatching type or add a new hatching type." ;
 };
 String RID_SVXSTR_CHANGE
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Ändern : Žndern */
-       /* ### ACHTUNG: Neuer Text in Resource? Ändern : Žndern */
        Text [ en-US ] = "Modify" ;
 };
 String RID_SVXSTR_ADD
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Hinzufügen : Hinzuf³gen */
-       /* ### ACHTUNG: Neuer Text in Resource? Hinzufügen : Hinzuf³gen */
        Text [ en-US ] = "Add" ;
 };
 String RID_SVXSTR_DESC_COLOR
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für die neue Farbe ein: : Geben Sie hier bitte den Namen f³r die neue Farbe 
ein: */
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für die neue Farbe ein: : Geben Sie hier bitte den Namen f³r die neue Farbe 
ein: */
        Text [ en-US ] = "Please enter a name for the new color:" ;
 };
 String RID_SVXSTR_ASK_DEL_COLOR
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Soll die Farbe wirklich 
gelöscht werden? : Soll die Farbe wirklich gel÷scht werden? */
-       /* ### ACHTUNG: Neuer Text in Resource? Soll die Farbe wirklich 
gelöscht werden? : Soll die Farbe wirklich gel÷scht werden? */
        Text [ en-US ] = "Do you want to delete the color?" ;
 };
 String RID_SVXSTR_ASK_CHANGE_COLOR
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Die Farbe wurde geändert und 
nicht gesichert. \nSie können die selektierte Farbe ändern \noder eine neue 
Farbe hinzufügen. : Die Farbe wurde geõndert und nicht gesichert. \nSie k÷nnen 
die selektierte Farbe õndern \noder eine neue Farbe hinzuf³gen. */
-       /* ### ACHTUNG: Neuer Text in Resource? Die Farbe wurde geändert und 
nicht gesichert. \nSie können die selektierte Farbe ändern \noder eine neue 
Farbe hinzufügen. : Die Farbe wurde geõndert und nicht gesichert. \nSie k÷nnen 
die selektierte Farbe õndern \noder eine neue Farbe hinzuf³gen. */
        Text [ en-US ] = "The color was modified without saving.\nModify the 
selected color or add a new color." ;
 };
 String RID_SVXSTR_TABLE
@@ -145,8 +110,6 @@ String RID_SVXSTR_READ_DATA_ERROR
 };
 String RID_SVXSTR_WARN_TABLE_OVERWRITE
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Die Tabelle wurde geändert und 
nicht gespeichert. \nSoll die Tabelle gespeichert werden? : Die Tabelle wurde 
geõndert und nicht gespeichert. \nSoll die Tabelle gespeichert werden? */
-       /* ### ACHTUNG: Neuer Text in Resource? Die Tabelle wurde geändert und 
nicht gespeichert. \nSoll die Tabelle gespeichert werden? : Die Tabelle wurde 
geõndert und nicht gespeichert. \nSoll die Tabelle gespeichert werden? */
        Text [ en-US ] = "The list was modified without saving. Would you like 
to save the list now?" ;
 };
 String RID_SVXSTR_WARN_NAME_DUPLICATE
@@ -155,20 +118,15 @@ String RID_SVXSTR_WARN_NAME_DUPLICATE
 };
 String RID_SVXSTR_DESC_LINEEND
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für das neue Linienende ein: : Geben Sie hier bitte den Namen f³r das neue 
Linienende ein: */
-       /* ### ACHTUNG: Neuer Text in Resource? Geben Sie hier bitte den Namen 
für das neue Linienende ein: : Geben Sie hier bitte den Namen f³r das neue 
Linienende ein: */
        Text [ en-US ] = "Please enter a name for the new arrowhead:" ;
 };
 String RID_SVXSTR_ASK_DEL_LINEEND
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Soll das Linienende wirklich 
gelöscht werden? : Soll das Linienende wirklich gel÷scht werden? */
-       /* ### ACHTUNG: Neuer Text in Resource? Soll das Linienende wirklich 
gelöscht werden? : Soll das Linienende wirklich gel÷scht werden? */
        Text [ en-US ] = "Do you want to delete the arrowhead?" ;
 };
 String RID_SVXSTR_ASK_CHANGE_LINEEND
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Das Linienende wurde geändert 
und nicht gesichert. \nMöchten Sie das Linienende jetzt sichern? : Das 
Linienende wurde geõndert und nicht gesichert. \nM÷chten Sie das Linienende 
jetzt sichern? */
-       /* ### ACHTUNG: Neuer Text in Resource? Das Linienende wurde geändert 
und nicht gesichert. \nMöchten Sie das Linienende jetzt sichern? : Das 
Linienende wurde geõndert und nicht gesichert. \nM÷chten Sie das Linienende 
jetzt sichern? */
        Text [ en-US ] = "The arrowhead was modified without saving.\nWould you 
like to save the arrowhead now?" ;
 };
 
+// ********************************************************************** EOF
diff --git a/main/svtools/source/dialogs/so3res.src 
b/main/svtools/source/dialogs/so3res.src
index eecbeb6..7877a7c 100644
--- a/main/svtools/source/dialogs/so3res.src
+++ b/main/svtools/source/dialogs/so3res.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.
- * 
+ *
  *************************************************************/
 
 
@@ -34,7 +34,6 @@ Resource RID_SO_ERROR_HANDLER
        };
        String ERRCODE_SO_CANT_BINDTOSOURCE&S_MAX
        {
-                // ### ACHTUNG: Neuer Text in Resource? Die Verbindung zum 
Objekt kann nicht hergestellt werden : Die Verbindung zum Objekt kann nicht 
hergestellt werden.
                Text [ en-US ] = "The connection to the object cannot be 
established." ;
        };
        String ERRCODE_SO_NOCACHE_UPDATED&S_MAX
@@ -107,7 +106,6 @@ Resource RID_SO_ERROR_HANDLER
        };
        String ERRCODE_SO_MK_NOT_BINDABLE&S_MAX
        {
-                // ### ACHTUNG: Neuer Text in Resource? Der Verbindungsname 
kann nicht verbunden werden Es handelt sich um einen relativen Namen : Der 
Verbindungsname kann nicht verbunden werden. Es handelt sich um einen relativen 
Namen
                Text [ en-US ] = "The connection name cannot be connected. This 
is a relative name." ;
        };
        String ERRCODE_SO_NOT_IMPLEMENTED&S_MAX
@@ -132,42 +130,34 @@ Resource RID_SO_ERROR_HANDLER
        };
        String ERRCODE_SO_NOT_INPLACEACTIVE & S_MAX
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Objekt wurde nicht 
InPlace aktiviert : Objetkt wurde nicht InPlace aktiviert */
                Text [ en-US ] = "Object could not be activated InPlace." ;
        };
        String ERRCODE_SO_LINDEX & S_MAX
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Ung�ltiger Index : 
Ung�ltiger Index */
                Text [ en-US ] = "Invalid index." ;
        };
        String ERRCODE_SO_CANNOT_DOVERB_NOW & S_MAX
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Das Objekt kann die 
Aktion im momentanen Zustand nicht ausf�hren : Das Objekt kann die Aktion im 
momentanen Zustand nicht ausf�hren */
                Text [ en-US ] = "The action cannot be executed in the object's 
current state." ;
        };
        String ERRCODE_SO_OLEOBJ_INVALIDHWND & S_MAX
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Bei der Aktivierung 
wurde ein ung�ltiges Fenster ist �bergeben : Bei der Aktivierung wurde ein 
ung�ltiges Fenster ist �bergeben */
                Text [ en-US ] = "An invalid window was passed when activated." 
;
        };
        String ERRCODE_SO_NOVERBS & S_MAX
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Das Objekt unterst�tzt 
keine Aktionen : Das Objekt unterst�tzt keine Aktionen */
                Text [ en-US ] = "The object does not support any actions." ;
        };
        String ERRCODE_SO_INVALIDVERB & S_MAX
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Die Aktion ist nicht 
definiert. Es wird die Default Aktion ausgel�st : Die Aktion ist nicht 
definiert. Es wird die Default Aktion ausgel�st */
                Text [ en-US ] = "The action is not defined. The default action 
will be executed." ;
        };
        String ERRCODE_SO_MK_CONNECT & S_MAX
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Eine Verkn�pfung auf 
das Netzwerk konnte nicht wieder hergestellt werden : Eine Verkn�pfung auf das 
Netzwerk, die nicht wieder hergestellt werden konnte */
                Text [ en-US ] = "A link to the network could not be 
re-established." ;
        };
        String ERRCODE_SO_NOTIMPL & S_MAX
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Das Objekt unterst�tzt 
diese Aktion nicht : Das Objekt unterst�tzt diese Aktion nicht */
                Text [ en-US ] = "Object does not support this action." ;
        };
        String ERRCODE_SO_MK_CANTOPENFILE & S_MAX
@@ -177,7 +167,7 @@ Resource RID_SO_ERROR_HANDLER
        /*
        String  & S_MAX
        {
-               Text              = "";
+               Text = "" ;
        };
 */
 };
@@ -210,7 +200,7 @@ String STR_INS_APPLET
 };
 String STR_INS_FILE_ICON
 {
-    Text [ en-US ] = "Inserts the contents of the file as an icon into your 
document." ;
+       Text [ en-US ] = "Inserts the contents of the file as an icon into your 
document." ;
 };
 String STR_INS_FILE_LINK
 {
@@ -275,11 +265,11 @@ String STR_EDIT_APPLET
 
 Bitmap BMP_PLUGIN
 {
-    File = "plugin.png" ;
+       File = "plugin.png" ;
 };
 Bitmap BMP_OLEOBJ
 {
-    File = "oleobj.png" ;
+       File = "oleobj.png" ;
 };
 Menu MB_PLUGIN
 {
@@ -287,7 +277,7 @@ Menu MB_PLUGIN
        {
                MenuItem MI_PLUGIN ;
        };
-       ExtraData = { 1 ; 0 ; 0 ; };  //Um InPlace Menu zu bentzen
+       ExtraData = { 1 ; 0 ; 0 ; }; // Um InPlace Menu zu benutzen
 };
 MenuItem MI_PLUGIN
 {
@@ -309,4 +299,4 @@ String STR_UNKNOWN_SOURCE
        Text [ en-US ] = "Unknown source" ;
 };
 
-
+// ********************************************************************** EOF
diff --git a/main/svx/source/dialog/ruler.src b/main/svx/source/dialog/ruler.src
index 54579b4..139e9ce 100644
--- a/main/svx/source/dialog/ruler.src
+++ b/main/svx/source/dialog/ruler.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,19 +7,20 @@
  * 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 <svx/dialogs.hrc>
 #include "ruler.hrc"
 
@@ -61,8 +62,6 @@ Menu RID_SVXMN_RULER
                {
                        Identifier = ID_FOOT ;
                        Checkable = TRUE ;
-                       /* ### ACHTUNG: Neuer Text in Resource? Fu� : Fu� */
-                       /* ### ACHTUNG: Neuer Text in Resource? Fu� : Fu� */
                        Text [ en-US ] = "Foot" ;
                };
                MenuItem
@@ -81,8 +80,8 @@ Menu RID_SVXMN_RULER
                {
                        Identifier = ID_PICA ;
                        Checkable = TRUE ;
-            Text [ en-US ] = "Pica" ;
-        };
+                       Text [ en-US ] = "Pica" ;
+               };
        };
 };
 String RID_SVXSTR_RULER_TAB_LEFT
@@ -102,32 +101,4 @@ String RID_SVXSTR_RULER_TAB_CENTER
        Text [ en-US ] = "Center" ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/app/error.src b/main/sw/source/ui/app/error.src
index 056744c..38ae27c 100644
--- a/main/sw/source/ui/app/error.src
+++ b/main/sw/source/ui/app/error.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,31 +7,31 @@
  * 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.
- * 
+ *
  *************************************************************/
 
 
-#define __RSC
 
+#define __RSC
 
- //#include <tools/errcode.hxx>
+//#include <tools/errcode.hxx>
 #include "globals.hrc"
 #include "app.hrc"
 #include "swerror.h"
-#include "comcore.hrc" // MS:  Warum gibst auf der Core-Seite
- //            jetzt Resourcen
+#include "comcore.hrc"// MS:   Warum gibst auf der Core-Seite
+//             jetzt Resourcen
 
 /*--------------------------------------------------------------------
-       Beschreibung:   Strings
+ Description: Strings
  --------------------------------------------------------------------*/
 
 String STR_COMCORE_READERROR
@@ -43,7 +43,7 @@ String STR_COMCORE_CANT_SHOW
        Text [ en-US ] = "Graphic cannot be displayed." ;
 };
 /*--------------------------------------------------------------------
-       Beschreibung:   Boxes
+ Description: Boxes
  --------------------------------------------------------------------*/
 InfoBox ERR_CLPBRD_WRITE
 {
@@ -60,7 +60,7 @@ InfoBox ERR_CLPBRD_READ
 
 Resource RID_SW_ERRHDL
 {
-        // Import-Errors
+       // Import-Errors
        String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SWG_FILE_FORMAT_ERROR )
        {
                Text [ en-US ] = "File format error found." ;
@@ -69,7 +69,7 @@ Resource RID_SW_ERRHDL
        {
                Text [ en-US ] = "Error reading file." ;
        };
-    String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SW6_INPUT_FILE )
+       String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SW6_INPUT_FILE )
        {
                Text [ en-US ] = "Input file error." ;
        };
@@ -89,15 +89,11 @@ Resource RID_SW_ERRHDL
        {
                Text [ en-US ] = "This is not a WinWord6 file." ;
        };
-    String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_FASTSAVE_ERR )
+       String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_FASTSAVE_ERR )
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Diese Datei wurde mit 
der WinWord-Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in 
WinWord die Option 'Schnellspeichern zulassen' aus und speichern sie die Datei 
erneut mit WinWord : Diese Datei wurde mit der WinWord-Option 
''Schnellspeichern'' gespeichert. Bitte schalten Sie in WinWord die Option 
''Schnellspeichern zulassen'' aus und speichern sie die Datei erneut mit 
WinWord */
-               /* ### ACHTUNG: Neuer Text in Resource? Diese Datei wurde mit 
der WinWord-Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in 
WinWord die Option 'Schnellspeichern zulassen' aus und speichern sie die Datei 
erneut mit WinWord : Diese Datei wurde mit der WinWord-Option 
''Schnellspeichern'' gespeichert. Bitte schalten Sie in WinWord die Option 
''Schnellspeichern zulassen'' aus und speichern sie die Datei erneut mit 
WinWord */
-               /* ### ACHTUNG: Neuer Text in Resource? Diese Datei wurde mit 
der WinWord-Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in 
WinWord die Option 'Schnellspeichern zulassen' aus und speichern sie die Datei 
erneut mit WinWord : Diese Datei wurde mit der WinWord-Option 
''Schnellspeichern'' gespeichert. Bitte schalten Sie in WinWord die Option 
''Schnellspeichern zulassen'' aus und speichern sie die Datei erneut mit 
WinWord */
-               /* ### ACHTUNG: Neuer Text in Resource? Diese Datei wurde mit 
der WinWord-Option 'Schnellspeichern' gespeichert. Bitte schalten Sie in 
WinWord die Option 'Schnellspeichern zulassen' aus und speichern sie die Datei 
erneut mit WinWord : Diese Datei wurde mit der WinWord-Option 
''Schnellspeichern'' gespeichert. Bitte schalten Sie in WinWord die Option 
''Schnellspeichern zulassen'' aus und speichern sie die Datei erneut mit 
WinWord */
                Text [ en-US ] = "This file was saved with WinWord in 'Fast 
Save' mode. Please unmark the WinWord option 'Allow Fast Saves' and save the 
file again." ;
        };
-    String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_ROWCOL )
+       String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_ROWCOL )
        {
                Text [ en-US ] = "File format error found at $(ARG1)(row,col)." 
;
        };
@@ -107,13 +103,13 @@ Resource RID_SW_ERRHDL
        };
        String ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW8_NO_WW8_FILE_ERR )
        {
-               Text [ en-US ] = "This is not a WinWord97 file.";
+               Text [ en-US ] = "This is not a WinWord97 file." ;
        };
        String ERR_CODE ( ERRCODE_CLASS_READ , ERR_FORMAT_FILE_ROWCOL )
        {
-               Text [ en-US ] = "Format error discovered in the file in 
sub-document $(ARG1) at $(ARG2)(row,col).";
+               Text [ en-US ] = "Format error discovered in the file in 
sub-document $(ARG1) at $(ARG2)(row,col)." ;
        };
-        // Export-Errors
+       // Export-Errors
        String ERR_CODE ( ERRCODE_CLASS_WRITE , ERR_SWG_WRITE_ERROR )
        {
                Text [ en-US ] = "Error writing file." ;
@@ -122,11 +118,11 @@ Resource RID_SW_ERRHDL
        {
                Text [ en-US ] = "Wrong AutoText document version." ;
        };
-    String ERR_CODE ( ERRCODE_CLASS_WRITE , ERR_WRITE_ERROR_FILE )
+       String ERR_CODE ( ERRCODE_CLASS_WRITE , ERR_WRITE_ERROR_FILE )
        {
-               Text [ en-US ] = "Error in writing sub-document $(ARG1).";
+               Text [ en-US ] = "Error in writing sub-document $(ARG1)." ;
        };
-        // Import-/Export-Errors
+       // Import-/Export-Errors
        String ERR_CODE ( ERRCODE_CLASS_READ , ERR_SWG_INTERNAL_ERROR )
        {
                Text [ en-US ] = "Internal error in %PRODUCTNAME Writer file 
format." ;
@@ -135,36 +131,34 @@ Resource RID_SW_ERRHDL
        {
                Text [ en-US ] = "Internal error in %PRODUCTNAME Writer file 
format." ;
        };
-    String ERR_CODE ( ERRCODE_CLASS_LOCKING , ERR_TXTBLOCK_NEWFILE_ERROR )
+       String ERR_CODE ( ERRCODE_CLASS_LOCKING , ERR_TXTBLOCK_NEWFILE_ERROR )
        {
                Text [ en-US ] = "$(ARG1) has changed." ;
        };
-    String ERR_CODE ( ERRCODE_CLASS_PATH , ERR_AUTOPATH_ERROR )
+       String ERR_CODE ( ERRCODE_CLASS_PATH , ERR_AUTOPATH_ERROR )
        {
                Text [ en-US ] = "$(ARG1) does not exist." ;
        };
        String ERR_CODE ( ERRCODE_CLASS_NONE , ERR_TBLSPLIT_ERROR )
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Zellen k�nnen nicht 
mehr geteilt werden : Zellen k�nnen nicht mehr geteilt werden */
                Text [ en-US ] = "Cells cannot be further split." ;
        };
        String ERR_CODE ( ERRCODE_CLASS_NONE , ERR_TBLINSCOL_ERROR )
        {
-               /* ### ACHTUNG: Neuer Text in Resource? weitere Spalten k�nnen 
nicht eingef�gt werden : weitere Spalten k�nnen nicht eingef�gt werden */
                Text [ en-US ] = "Additional columns cannot be inserted." ;
        };
        String ERR_CODE ( ERRCODE_CLASS_NONE , ERR_TBLDDECHG_ERROR )
        {
                Text [ en-US ] = "The structure of a linked table cannot be 
modified." ;
        };
-        // -------------------- Warnings -----------------------------------
+       // -------------------- Warnings -----------------------------------
        String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_NO_DRAWINGS )
        {
                Text [ en-US ] = "No drawings could be read." ;
        };
        String WARN_CODE ( ERRCODE_CLASS_READ , WARN_WW6_FASTSAVE_ERR )
        {
-               Text [ en-US ] = "This file was saved with WinWord in 'Fast 
Save' mode. Please unmark the WinWord option 'Allow Fast Saves' and save the 
file again." ;
+               Text [ en-US ] = "This file was saved with Word in 'Fast Save' 
mode. Please unmark the Word option 'Allow Fast Saves' and save the file 
again." ;
        };
        String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_FEATURES_LOST )
        {
@@ -176,35 +170,32 @@ Resource RID_SW_ERRHDL
        };
        String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_OLE )
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Einige OLE-Objekte 
konnten nur als Grafiken �bernommen werden : Einige OLE-Objekte konnten nur als 
Grafiken �bernommen werden */
                Text [ en-US ] = "Some OLE objects could only be loaded as 
graphics." ;
        };
        String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_OLE )
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Einige OLE-Objekte 
konnten nur als Grafiken �bernommen werden : Einige OLE-Objekte konnten nur als 
Grafiken �bernommen werden */
                Text [ en-US ] = "Some OLE objects could only be saved as 
graphics." ;
        };
        String WARN_CODE ( ERRCODE_CLASS_READ , WARN_SWG_POOR_LOAD )
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Dokument konnte nicht 
vollst�ndig geladen werden : Dokument konnte nicht vollst�ndig geladen werden */
                Text [ en-US ] = "Document could not be completely loaded." ;
        };
        String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_POOR_LOAD )
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Dokument konnte nicht 
vollst�ndig gespeichert werden : Dokument konnte nicht vollst�ndig gespeichert 
werden */
                Text [ en-US ] = "Document could not be completely saved." ;
        };
        String WARN_CODE ( ERRCODE_CLASS_WRITE , WARN_SWG_HTML_NO_MACROS)
        {
-               Text [ en-US ] = "This HTML document contains %PRODUCTNAME 
Basic macros.\nThey were not saved with the current export settings.";
+               Text [ en-US ] = "This HTML document contains %PRODUCTNAME 
Basic macros.\nThey were not saved with the current export settings." ;
        };
        String ERR_CODE ( ERRCODE_CLASS_WRITE , WARN_WRITE_ERROR_FILE )
        {
-               Text [ en-US ] = "Error in writing sub-document $(ARG1).";
+               Text [ en-US ] = "Error in writing sub-document $(ARG1)." ;
        };
        String ERR_CODE ( ERRCODE_CLASS_WRITE , WARN_FORMAT_FILE_ROWCOL )
        {
-               Text [ en-US ] = "Format error discovered in the file in 
sub-document $(ARG1) at $(ARG2)(row,col).";
+               Text [ en-US ] = "Format error discovered in the file in 
sub-document $(ARG1) at $(ARG2)(row,col)." ;
        };
 };
 
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/app/mn.src b/main/sw/source/ui/app/mn.src
index f521fff..9e09317 100644
--- a/main/sw/source/ui/app/mn.src
+++ b/main/sw/source/ui/app/mn.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.
- * 
+ *
  *************************************************************/
 
 
@@ -179,7 +179,7 @@
         };\
        };
 
-/* --------------------- M E N U  --------------------------------- */
+/* --------------------- M E N U --------------------------------- */
 
 /*
 
@@ -234,7 +234,7 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
         {                                                                   \
             Identifier = FN_EDIT_AUTH_ENTRY_DLG ;                           \
             HelpId = CMD_FN_EDIT_AUTH_ENTRY_DLG ;                              
 \
-            Text [ en-US ] = "~Bibliography Entry...";                  \
+            Text [ en-US ] = "~Bibliography Entry..." ;                  \
        };                                                                  \
         SEPARATOR ;
 
@@ -247,35 +247,35 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
     {                                                                   \
         Identifier = FN_EDIT_HYPERLINK ;                           \
         HelpId = CMD_FN_EDIT_HYPERLINK ;                               \
-        Text [ en-US ] = "Edit Hyperlink...";                  \
+        Text [ en-US ] = "Edit Hyperlink..." ;                  \
     };                                                                  \
     MenuItem                                                            \
     {                                                                   \
-        Identifier =  FN_COPY_HYPERLINK_LOCATION;                           \
-        HelpId = CMD_FN_COPY_HYPERLINK_LOCATION;                               
\
-        Text [ en-US ] = "Copy Hyperlink ~Location";                  \
+        Identifier =  FN_COPY_HYPERLINK_LOCATION ;                           \
+        HelpId = CMD_FN_COPY_HYPERLINK_LOCATION ;                              
 \
+        Text [ en-US ] = "Copy Hyperlink ~Location" ;                  \
     };                                                                  \
     MenuItem                                                            \
     {                                                                   \
         Identifier = FN_REMOVE_HYPERLINK ;                           \
         HelpId = CMD_FN_REMOVE_HYPERLINK ;                               \
-        Text [ en-US ] = "Remo~ve Hyperlink";                  \
-    };                                                                  
+        Text [ en-US ] = "Remo~ve Hyperlink" ;                  \
+    };
 
 #define _MN_EDIT_OPEN_SMARTTAGMENU                                          \
     MenuItem                                                                \
     {                                                                       \
         ITEM_OPEN_SMARTTAGMENU                                              \
     };
-    
+
 #define _MN_EDIT__HYPERLINK \
-    MenuItem\
-    {\
+       MenuItem\
+       {\
                Identifier = FN_EDIT_HYPERLINK ; \
-        HelpId = CMD_FN_EDIT_HYPERLINK ; \
-        Text [ en-US ] = "~Edit Hyperlink" ; \
-    };
-    
+               HelpId = CMD_FN_EDIT_HYPERLINK ; \
+               Text [ en-US ] = "~Edit Hyperlink" ; \
+       };
+
 #define _DEFAULT_TEXT_EDIT_ELEMENTS                                         \
     _MN_EDIT_FIELD                                                             
 \
     _MN_EDIT_FOOTNOTE                                                          
 \
@@ -292,12 +292,12 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
 
 
 #define MN_RESET\
-    MenuItem\
-    {\
+       MenuItem\
+       {\
                Identifier = FN_FORMAT_RESET ; \
-        HelpId = CMD_FN_FORMAT_RESET ; \
-        Text [ en-US ] = "~Default Formatting" ; \
-    };
+               HelpId = CMD_FN_FORMAT_RESET ; \
+               Text [ en-US ] = "~Default Formatting" ; \
+       };
 
 #define _NUMBERING_RELATED_MENU \
         SEPARATOR ;                                                         \
@@ -305,26 +305,26 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
         {                                                                   \
             Identifier = FN_NUMBER_NEWSTART;                                \
             HelpId = CMD_FN_NUMBER_NEWSTART;                                   
 \
-            Text[ en-US ] = "Restart Numbering";                            \
+            Text [ en-US ] = "Restart Numbering" ;                            \
         };                                                                  \
         MenuItem                                                            \
         {                                                                   \
             Identifier = FN_NUM_CONTINUE;                                   \
             HelpId = CMD_FN_NUM_CONTINUE;                                      
 \
-            Text[ en-US ] = "Continue previous numbering";                  \
+            Text [ en-US ] = "Continue previous numbering" ;                  \
         };                                                                  \
         MenuItem                                                            \
         {                                                                   \
             Identifier = FN_NUM_BULLET_UP;                              \
             HelpId = CMD_FN_NUM_BULLET_UP;                                  \
-            Text[ en-US ] = "Up One Level";                              \
+            Text [ en-US ] = "Up One Level" ;                              \
         };                                                                  \
         MenuItem                                                            \
         {                                                                   \
             Identifier = FN_NUM_BULLET_DOWN;                              \
             HelpId = CMD_FN_NUM_BULLET_DOWN;                                  \
-            Text[ en-US ] = "Down One Level";                              \
-        };                                                                  
+            Text [ en-US ] = "Down One Level" ;                              \
+        };
 
 #define BASE_TEXT_POPUPMENU_BEGIN \
 {                                                                           \
@@ -338,7 +338,7 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
         MN_TXT                                                              \
         MN_NUMBERING                                                        \
         ITEM_TRANSLITERATE_MENU                                             \
-        SEPARATOR ;                                                         
+        SEPARATOR ;
 
 // not in Writer/Web
 #define BASE_TEXT_POPUPMENU_NOWEB \
@@ -346,29 +346,29 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
         {                                                                   \
             Identifier = FN_UPDATE_CUR_TOX ;                                \
             HelpId = CMD_FN_UPDATE_CUR_TOX ;                                   
 \
-            Text [ en-US ] = "~Update Index/Table";                         \
+            Text [ en-US ] = "~Update Index/Table" ;                         \
         };                                                                  \
         MenuItem                                                            \
         {                                                                   \
             Identifier = FN_EDIT_CURRENT_TOX;                               \
             HelpId = CMD_FN_EDIT_CURRENT_TOX;                                  
 \
-            Text [ en-US ] = "~Edit Index/Table";                           \
+            Text [ en-US ] = "~Edit Index/Table" ;                           \
         };                                                                  \
         MenuItem                                                            \
         {                                                                   \
             Identifier = FN_REMOVE_CUR_TOX;                                 \
             HelpId = CMD_FN_REMOVE_CUR_TOX;                                    
 \
-            Text [ en-US ] = "Delete Index/Table";                          \
+            Text [ en-US ] = "Delete Index/Table" ;                          \
         };                                                                  \
-        SEPARATOR ;                                                         
+        SEPARATOR ;
 
 #define BASE_TEXT_POPUPMENU_END \
         _DEFAULT_TEXT_EDIT_ELEMENTS                                         \
     };                                                                      \
-};                                                                          
+};
 
 /*------------------------------------------------------------------------
- Beschreibung: Menu Window
+ Description: Menu Window
 ------------------------------------------------------------------------*/
 
 #define MN_FRM_CAPTION_ITEM \
@@ -390,7 +390,7 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
     {\
         Identifier = FN_TABLE_MERGE_TABLE ; \
         HelpId = CMD_FN_TABLE_MERGE_TABLE ; \
-        Text [ en-US ] = "Merge Tables";\
+        Text [ en-US ] = "Merge Tables" ;\
     };\
     MenuItem\
     {\
@@ -408,9 +408,7 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
     {\
         Identifier = MN_CELL ; \
         Command = ".uno:CellMenu" ; \
-        /* ### ACHTUNG: Neuer Text in Resource? Ze~lle : Zelle */\
         Text [ en-US ] = "~Cell" ; \
-        /* ### ACHTUNG: Neuer Text in Resource? Einstellungen f�r die 
Tabellenzelle : Einstellungen f�r die Tabellenzelle */\
         SubMenu = Menu\
         {\
             ItemList = \
@@ -451,7 +449,6 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
                 {\
                     Identifier = FN_TABLE_SET_READ_ONLY_CELLS ; \
                     HelpId = CMD_FN_TABLE_SET_READ_ONLY_CELLS ; \
-                    /* ### ACHTUNG: Neuer Text in Resource? ~Sch�tzen : 
~Sch�tzen */\
                     Text [ en-US ] = "~Protect" ; \
                 };\
                 MenuItem\
@@ -469,10 +466,8 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
     {\
         Identifier = MN_SUB_TBLROW ; \
         HelpID = HID_MN_SUB_TBLROW ; \
-        Command = ".uno:RowMenu" ;  \
-        /* ### ACHTUNG: Neuer Text in Resource? Ze~ile : Zeile */\
+        Command = ".uno:RowMenu" ; \
         Text [ en-US ] = "~Row" ; \
-        /* ### ACHTUNG: Neuer Text in Resource? Einstellungen f�r die 
Tabellenzeile : Einstellungen f�r die Tabellenzeile */\
         SubMenu = Menu\
         {\
             ItemList = \
@@ -481,7 +476,6 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
                 {\
                     Identifier = FN_TABLE_SET_ROW_HEIGHT ; \
                     HelpId = CMD_FN_TABLE_SET_ROW_HEIGHT ; \
-                    /* ### ACHTUNG: Neuer Text in Resource? ~H�he... : 
~H�he... */\
                     Text [ en-US ] = "~Height..." ; \
                 };\
                 MenuItem\
@@ -494,14 +488,12 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
                 {\
                     Identifier = FN_TABLE_OPTIMAL_HEIGHT ; \
                     HelpId = CMD_FN_TABLE_OPTIMAL_HEIGHT ; \
-                    /* ### ACHTUNG: Neuer Text in Resource? ~Optimale H�he : 
~Optimale H�he */\
                     Text [ en-US ] = "~Optimal Height" ; \
                 };\
                 MenuItem\
                 {\
                     Identifier = FN_TABLE_BALANCE_ROWS ; \
                     HelpId = CMD_FN_TABLE_BALANCE_ROWS ; \
-                    /* ### ACHTUNG: Neuer Text in Resource? Gleichm��ig 
~verteilen : Gleichm��ig ~verteilen */\
                     Text [ en-US ] = "Space ~Equally" ; \
                 };\
                 SEPARATOR ; \
@@ -509,22 +501,18 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
                 {\
                     Identifier = FN_TABLE_SELECT_ROW ; \
                     HelpId = CMD_FN_TABLE_SELECT_ROW ; \
-                    /* ### ACHTUNG: Neuer Text in Resource? Ausw~�hlen : 
Ausw�hlen */\
-                    /* ### ACHTUNG: Neuer Text in Resource? Ausw~�hlen : 
Ausw~�hlen */\
                     Text [ en-US ] = "~Select" ; \
                 };\
                 MenuItem\
                 {\
                     Identifier = FN_TABLE_INSERT_ROW_DLG ; \
                     HelpId = CMD_FN_TABLE_INSERT_ROW_DLG ; \
-                    /* ### ACHTUNG: Neuer Text in Resource? ~Einf�gen... : 
~Einf�gen... */\
                     Text [ en-US ] = "~Insert..." ; \
                 };\
                 MenuItem\
                 {\
                     Identifier = FN_TABLE_DELETE_ROW ; \
                     HelpId = CMD_FN_TABLE_DELETE_ROW ; \
-                    /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : 
~L�schen */\
                     Text [ en-US ] = "~Delete" ; \
                 };\
             };\
@@ -536,7 +524,6 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
         HelpID = HID_MN_SUB_TBLCOL ; \
         Command = ".uno:ColumnMenu" ; \
         Text [ en-US ] = "Colu~mn" ; \
-        /* ### ACHTUNG: Neuer Text in Resource? Einstellungen f�r die 
Tabellenspalte : Einstellungen f�r die Tabellenspalte */\
         SubMenu = Menu\
         {\
             ItemList = \
@@ -557,7 +544,6 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
                 {\
                     Identifier = FN_TABLE_BALANCE_CELLS ; \
                     HelpId = CMD_FN_TABLE_BALANCE_CELLS ; \
-                    /* ### ACHTUNG: Neuer Text in Resource? Gleichm��ig 
~verteilen : Gleichm��ig ~verteilen */\
                     Text [ en-US ] = "Space ~Equally" ; \
                 };\
                 SEPARATOR ; \
@@ -565,27 +551,23 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
                 {\
                     Identifier = FN_TABLE_SELECT_COL ; \
                     HelpId = CMD_FN_TABLE_SELECT_COL ; \
-                    /* ### ACHTUNG: Neuer Text in Resource? Ausw~�hlen : 
Ausw�hlen */\
-                    /* ### ACHTUNG: Neuer Text in Resource? Ausw~�hlen : 
Ausw~�hlen */\
                     Text [ en-US ] = "~Select" ; \
                 };\
                 MenuItem\
                 {\
                     Identifier = FN_TABLE_INSERT_COL_DLG ; \
                     HelpId = CMD_FN_TABLE_INSERT_COL_DLG ; \
-                    /* ### ACHTUNG: Neuer Text in Resource? ~Einf�gen... : 
~Einf�gen... */\
                     Text [ en-US ] = "~Insert..." ; \
                 };\
                 MenuItem\
                 {\
                     Identifier = FN_TABLE_DELETE_COL ; \
                     HelpId = CMD_FN_TABLE_DELETE_COL ; \
-                    /* ### ACHTUNG: Neuer Text in Resource? ~L�schen : 
~L�schen */\
                     Text [ en-US ] = "~Delete" ; \
                 };\
             };\
 };\
-    };
+       };
 
 #define MN_DRWTXT \
     MenuItem\
@@ -692,10 +674,10 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
     };
 
 #define MN_TOP \
-    MenuItem\
-    {\
-        ITEM_FORMAT_FRAME_TO_TOP\
-    };\
+       MenuItem\
+       {\
+               ITEM_FORMAT_FRAME_TO_TOP\
+       };\
 
 
 #define MN_DRAW5 \
@@ -746,21 +728,21 @@ location: 
<project>/uiconfig/[swriter|sweb|sglobal]/menubar/menubar.xml
     MN_ALIGN\
 
 #define MN_DRAW3 \
-    ITEM_GROUP_MENU
+       ITEM_GROUP_MENU
 
 #define MN_FORM \
-    MenuItem\
-    {\
-        ITEM_FORM_CONTROL_PROPERTIES\
-    };\
-    MenuItem\
-    {\
-        ITEM_FORM_PROPERTIES\
-    };\
-    MenuItem\
-    {\
-        ITEM_REPLACE_CONTROL\
-    };\
+       MenuItem\
+       {\
+               ITEM_FORM_CONTROL_PROPERTIES\
+       };\
+       MenuItem\
+       {\
+               ITEM_FORM_PROPERTIES\
+       };\
+       MenuItem\
+       {\
+               ITEM_REPLACE_CONTROL\
+       };\
 
 
 #define MN_ANNOTATIONS \
@@ -828,8 +810,8 @@ Menu MN_TAB_POPUPMENU
        ItemList =
        {
                MN_RESET
-        _NUMBERING_RELATED_MENU
-        SEPARATOR ;
+               _NUMBERING_RELATED_MENU
+               SEPARATOR ;
                MN_TEXT_ATTR
                SEPARATOR ;
                MenuItem
@@ -840,8 +822,8 @@ Menu MN_TAB_POPUPMENU
                {
                        ITEM_FORMAT_PARA_DLG
                };
-        ITEM_TRANSLITERATE_MENU
-         //     MN_BB
+               ITEM_TRANSLITERATE_MENU
+               //              MN_BB
                SEPARATOR ;
                MN_TAB1
                MN_TAB2
@@ -857,31 +839,31 @@ Menu MN_TAB_POPUPMENU
                {
                        Identifier = FN_SET_MODOPT_TBLNUMFMT ;
                        HelpId = CMD_FN_SET_MODOPT_TBLNUMFMT ;
-                       Text [ en-US ] = "~Number Recognition";
+                       Text [ en-US ] = "~Number Recognition" ;
                };
-        SEPARATOR ;
-        _DEFAULT_TEXT_EDIT_ELEMENTS
-    };
+               SEPARATOR ;
+               _DEFAULT_TEXT_EDIT_ELEMENTS
+       };
 };
 
 #define MN_WRAP_CONTOUR \
-    MenuItem\
-    {\
-        Identifier = FN_FRAME_WRAP_CONTOUR ; \
-        HelpId = CMD_FN_FRAME_WRAP_CONTOUR ; \
-        Text [ en-US ] = "~Contour" ; \
-    };
+       MenuItem\
+       {\
+               Identifier = FN_FRAME_WRAP_CONTOUR ; \
+               HelpId = CMD_FN_FRAME_WRAP_CONTOUR ; \
+               Text [ en-US ] = "~Contour" ; \
+       };
 
 #define MN_EDIT_CONTOUR \
-    MenuItem\
-    {\
-        Identifier = SID_CONTOUR_DLG ; \
-        HelpId = CMD_SID_CONTOUR_DLG ; \
-        Text [ en-US ] = "~Edit Contour..." ; \
-    };
+       MenuItem\
+       {\
+               Identifier = SID_CONTOUR_DLG ; \
+               HelpId = CMD_SID_CONTOUR_DLG ; \
+               Text [ en-US ] = "~Edit Contour..." ; \
+       };
 
-#define  MN_WRAP_CONTOUR_1 MN_WRAP_CONTOUR
-#define  MN_EDIT_CONTOUR_1 MN_EDIT_CONTOUR
+#define MN_WRAP_CONTOUR_1 MN_WRAP_CONTOUR
+#define MN_EDIT_CONTOUR_1 MN_EDIT_CONTOUR
 
 #define MN_MOUSE_FRAME_BEGIN \
     MenuItem\
@@ -949,7 +931,7 @@ String MN_DRAW_POPUPMENU
 {
        Text [ en-US ] = "Graphic" ;
 };
-#define MN_WRAP_DRAW                                                           
                                                 \
+#define MN_WRAP_DRAW \
     MenuItem\
     {\
         Identifier = MN_WRAP ; \
@@ -1015,19 +997,19 @@ String MN_DRAW_POPUPMENU
     };
 
 #define MN_BOTTOM \
-    MenuItem\
-    {\
-        ITEM_FORMAT_FRAME_TO_BOTTOM\
-    };\
+       MenuItem\
+       {\
+               ITEM_FORMAT_FRAME_TO_BOTTOM\
+       };\
 
 #define MN_AT_FRAME \
-    MenuItem\
-    {\
-        RadioCheck = TRUE ; \
-        Identifier = FN_TOOL_ANKER_FRAME ; \
-        HelpId = CMD_FN_TOOL_ANKER_FRAME ; \
-        Text [ en-US ] = "To ~Frame" ; \
-    };
+       MenuItem\
+       {\
+               RadioCheck = TRUE ; \
+               Identifier = FN_TOOL_ANKER_FRAME ; \
+               HelpId = CMD_FN_TOOL_ANKER_FRAME ; \
+               Text [ en-US ] = "To ~Frame" ; \
+       };
 
 #define MN_ANCHOR \
     MenuItem\
@@ -1085,12 +1067,12 @@ Menu MN_DRAW_POPUPMENU
                };
 
                //-#i68101#----------------------
-        SEPARATOR ;
+               SEPARATOR ;
                MN_TITLE_DESCRIPTION_SHAPE
                MN_NAME_SHAPE
                //-#i68101#----------------------
 
-        SEPARATOR ;
+               SEPARATOR ;
                MN_DRAW5
                MN_WRAP_DRAW
                MN_ANCHOR
@@ -1117,11 +1099,11 @@ Menu MN_DRAWFORM_POPUPMENU
                //-#i68101#----------------------
                SEPARATOR ;
                MN_TITLE_DESCRIPTION_SHAPE
-        MN_NAME_SHAPE
+               MN_NAME_SHAPE
                //-#i68101#----------------------
 
                SEPARATOR ;
-        MN_FORM
+               MN_FORM
                SEPARATOR ;
                MN_DRAW6
                MN_WRAP_DRAW
@@ -1152,12 +1134,12 @@ Menu MN_DRWTXT_POPUPMENU
 };
 
 #define MN_REDCOMMENT \
-    MenuItem\
-    {\
-        Identifier = FN_DELETE_COMMENT ;\
-        HelpId = CMD_FN_DELETE_COMMENT ;\
+       MenuItem\
+       {\
+               Identifier = FN_DELETE_COMMENT ;\
+               HelpId = CMD_FN_DELETE_COMMENT ;\
                Text [ en-US ] = "Delete ~Changes Note" ;\
-    };\
+       };\
 
 Menu MN_ANNOTATION_POPUPMENU
 {
@@ -1330,19 +1312,19 @@ Menu MN_OLE_POPUPMENU
        ItemList =
        {
                MN_ALIGN_FRAME
-        MN_MOUSE_FRAME_WITH_CONTOUR
-        // --> OD 2009-07-14 #i73249#
-        SEPARATOR ;
-        MN_TITLE_DESCRIPTION_SHAPE
-        // <--
-        SEPARATOR ;
-        MenuItem
-        {
-            Identifier = FN_FORMAT_FRAME_DLG ;
-            HelpId = CMD_FN_FORMAT_FRAME_DLG ;
-            Text [ en-US ] = "Object..." ;
-        };
-        MN_FRM_CAPTION_ITEM
+               MN_MOUSE_FRAME_WITH_CONTOUR
+               // --> OD 2009-07-14 #i73249#
+               SEPARATOR ;
+               MN_TITLE_DESCRIPTION_SHAPE
+               // <--
+               SEPARATOR ;
+               MenuItem
+               {
+                       Identifier = FN_FORMAT_FRAME_DLG ;
+                       HelpId = CMD_FN_FORMAT_FRAME_DLG ;
+                       Text [ en-US ] = "Object..." ;
+               };
+               MN_FRM_CAPTION_ITEM
        };
 };
 
@@ -1350,23 +1332,23 @@ Menu MN_OLE_POPUPMENU
 
 String MN_FRM_POPUPMENU
 {
-    Text [ en-US ] = "Frame" ;
+       Text [ en-US ] = "Frame" ;
 };
 
 Menu MN_FRM_POPUPMENU
 {
-    ItemList =
-    {
-        MN_ALIGN_FRAME
-        MN_MOUSE_FRAME_WITHOUT_CONTOUR
-        // --> OD 2009-07-07 #i73249#
-        SEPARATOR ;
-        MN_TITLE_DESCRIPTION_SHAPE
-        // <--
-        SEPARATOR ;
-        MN_FRM
-        MN_FRM_CAPTION_ITEM
-    };
+       ItemList =
+       {
+               MN_ALIGN_FRAME
+               MN_MOUSE_FRAME_WITHOUT_CONTOUR
+               // --> OD 2009-07-07 #i73249#
+               SEPARATOR ;
+               MN_TITLE_DESCRIPTION_SHAPE
+               // <--
+               SEPARATOR ;
+               MN_FRM
+               MN_FRM_CAPTION_ITEM
+       };
 };
 
 String MN_PPREVIEW_POPUPMENU
@@ -1388,13 +1370,11 @@ Menu MN_PPREVIEW_POPUPMENU
                {
                        Identifier = FN_PAGEDOWN ;
                        HelpId = CMD_FN_PAGEDOWN ;
-                       /* ### ACHTUNG: Neuer Text in Resource? N�chste Seite : 
N�chste Seite */
                        Text [ en-US ] = "Next Page" ;
                };
                MenuItem
                {
                        ITEM_VIEW_ATTR_ZOOM
-                       /* ### ACHTUNG: Neuer Text in Resource? Schlie�t die 
Seitenvorschau : Schlie�t die Seitenvorschau */
                };
                SEPARATOR ;
                MenuItem
@@ -1404,13 +1384,13 @@ Menu MN_PPREVIEW_POPUPMENU
                        Text [ en-US ] = "Print" ;
                };
                SEPARATOR ;
-        MenuItem
-        {
-            Identifier = SID_PRINTPREVIEW;
-            HelpId = CMD_SID_PRINTPREVIEW;
-            Text [ en-US ] = "Close Preview" ;
+               MenuItem
+               {
+                       Identifier = SID_PRINTPREVIEW ;
+                       HelpId = CMD_SID_PRINTPREVIEW ;
+                       Text [ en-US ] = "Close Preview" ;
                };
-    };
+       };
 };
 
 String MN_MEDIA_POPUPMENU
@@ -1430,7 +1410,7 @@ Menu MN_MEDIA_POPUPMENU
                //-#i68101#----------------------
                SEPARATOR ;
                MN_TITLE_DESCRIPTION_SHAPE
-        MN_NAME_SHAPE
+               MN_NAME_SHAPE
                //-#i68101#----------------------
 
                SEPARATOR ;
@@ -1443,7 +1423,8 @@ Menu MN_MEDIA_POPUPMENU
 };
 
 Menu MN_TEXT_POPUPMENU
-    BASE_TEXT_POPUPMENU_BEGIN
-    BASE_TEXT_POPUPMENU_NOWEB
-    BASE_TEXT_POPUPMENU_END
+       BASE_TEXT_POPUPMENU_BEGIN
+       BASE_TEXT_POPUPMENU_NOWEB
+       BASE_TEXT_POPUPMENU_END
 
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/dialog/dialog.src 
b/main/sw/source/ui/dialog/dialog.src
index 1356dd4..89ec641 100644
--- a/main/sw/source/ui/dialog/dialog.src
+++ b/main/sw/source/ui/dialog/dialog.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,24 +7,24 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
+
 #include "dialog.hrc"
 
 CheckBox CB_USE_PASSWD
 {
-       /* ### ACHTUNG: Neuer Text in Resource? ~Pa�wort : ~Pa�wort */
        Text [ en-US ] = "~Password" ;
 };
 CheckBox CB_READ_ONLY
@@ -33,7 +33,6 @@ CheckBox CB_READ_ONLY
 };
 String STR_LINKEDIT_TEXT
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Verkn�pfungen bearbeiten : 
Verkn�pfungen bearbeiten */
        Text [ en-US ] = "Edit links" ;
 };
 String STR_PATH_NOT_FOUND
@@ -47,12 +46,13 @@ String STR_FLT_SGV
 
 QueryBox RID_QB_SPELL_CONTINUE
 {
-    BUTTONS = WB_YES_NO ;
-    DEFBUTTON = WB_DEF_YES ;
-    MESSAGE [ en-US ] = "Continue checking at beginning of document?" ;
+       BUTTONS = WB_YES_NO ;
+       DEFBUTTON = WB_DEF_YES ;
+       MESSAGE [ en-US ] = "Continue checking at beginning of document?" ;
 };
 String STR_SPELLING_COMPLETED
 {
-    Text [ en-US ] = "The spellcheck is complete." ;
+       Text [ en-US ] = "The spellcheck is complete." ;
 };
 
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/table/mergetbl.src 
b/main/sw/source/ui/table/mergetbl.src
index 2af1414..2aea3bc 100644
--- a/main/sw/source/ui/table/mergetbl.src
+++ b/main/sw/source/ui/table/mergetbl.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,85 +30,50 @@ ModalDialog DLG_MERGE_TABLE
        HelpID = CMD_FN_TABLE_MERGE_TABLE ;
        OutputSize = TRUE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( 207 , 57 ) ;
+       Size = MAP_APPFONT ( 207, 57 ) ;
        Moveable = TRUE ;
        OKButton PB_OK
        {
-               Pos = MAP_APPFONT ( 151 , 6 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 151, 6 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
                DefButton = TRUE ;
        };
        CancelButton PB_CANCEL
        {
-               Pos = MAP_APPFONT ( 151 , 23 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 151, 23 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
        HelpButton PB_HELP
        {
-               Pos = MAP_APPFONT ( 151 , 40 ) ;
-               Size = MAP_APPFONT ( 50 , 14 ) ;
+               Pos = MAP_APPFONT ( 151, 40 ) ;
+               Size = MAP_APPFONT ( 50, 14 ) ;
                TabStop = TRUE ;
        };
-    FixedLine FL_MERGE
+       FixedLine FL_MERGE
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 139 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 139, 8 ) ;
                Text [ en-US ] = "Mode" ;
        };
        RadioButton RB_MERGE_PREV
        {
-           HelpID = "sw:RadioButton:DLG_MERGE_TABLE:RB_MERGE_PREV";
-               Pos = MAP_APPFONT ( 12 , 15 ) ;
-               Size = MAP_APPFONT ( 130 , 10 ) ;
+               HelpID = "sw:RadioButton:DLG_MERGE_TABLE:RB_MERGE_PREV" ;
+               Pos = MAP_APPFONT ( 12, 15 ) ;
+               Size = MAP_APPFONT ( 130, 10 ) ;
                Check = TRUE ;
                TabStop = TRUE ;
-               Text [ en-US ] = "Join with ~previous table";
+               Text [ en-US ] = "Join with ~previous table" ;
        };
        RadioButton RB_MERGE_NEXT
        {
-           HelpID = "sw:RadioButton:DLG_MERGE_TABLE:RB_MERGE_NEXT";
-               Pos = MAP_APPFONT ( 12 , 30 ) ;
-               Size = MAP_APPFONT ( 130 , 10 ) ;
-               Text [ en-US ] = "Join with ~next table";
+               HelpID = "sw:RadioButton:DLG_MERGE_TABLE:RB_MERGE_NEXT" ;
+               Pos = MAP_APPFONT ( 12, 30 ) ;
+               Size = MAP_APPFONT ( 130, 10 ) ;
+               Text [ en-US ] = "Join with ~next table" ;
        };
-       Text [ en-US ] = "Merge Tables";
+       Text [ en-US ] = "Merge Tables" ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/table/tabledlg.src 
b/main/sw/source/ui/table/tabledlg.src
index fa28848..b1d2d53 100644
--- a/main/sw/source/ui/table/tabledlg.src
+++ b/main/sw/source/ui/table/tabledlg.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,13 +24,11 @@
 #include "table.hrc"
 #include "tabledlg.hrc"
 #include "helpid.h"
-#define TEXT_TEXTFLOW  \
-    Text [ en-US ] = "Text Flow" ; \
+#define TEXT_TEXTFLOW \
+       Text [ en-US ] = "Text Flow" ; \
 
 /**************************************************************************/
 /*                                                                        */
-/*                                                                        */
-/*                                                                        */
 /**************************************************************************/
 TabDialog DLG_FORMAT_TABLE
 {
@@ -77,41 +75,39 @@ TabDialog DLG_FORMAT_TABLE
 };
 /**************************************************************************/
 /*                                                                        */
-/*                                                                        */
-/*                                                                        */
 /**************************************************************************/
 TabPage TP_FORMAT_TABLE
 {
        HelpID = HID_FORMAT_TABLE ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( 260 , 185 ) ;
-       Hide = TRUE;
+       Size = MAP_APPFONT ( 260, 185 ) ;
+       Hide = TRUE ;
        FixedText FT_NAME
        {
-               Pos = MAP_APPFONT ( 12 , 16 ) ;
-               Size = MAP_APPFONT ( 60 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 16 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
                Text [ en-US ] = "~Name" ;
        };
        Edit ED_NAME
        {
-           HelpID = "sw:Edit:TP_FORMAT_TABLE:ED_NAME";
+               HelpID = "sw:Edit:TP_FORMAT_TABLE:ED_NAME" ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 75 , 14 ) ;
-               Size = MAP_APPFONT ( 112 , 12 ) ;
+               Pos = MAP_APPFONT ( 75, 14 ) ;
+               Size = MAP_APPFONT ( 112, 12 ) ;
                TabStop = TRUE ;
        };
        FixedText FT_WIDTH
        {
-               Pos = MAP_APPFONT ( 12 , 32 ) ;
-               Size = MAP_APPFONT ( 60 , 10 ) ;
+               Pos = MAP_APPFONT ( 12, 32 ) ;
+               Size = MAP_APPFONT ( 60, 10 ) ;
                Text [ en-US ] = "W~idth" ;
        };
        MetricField ED_WIDTH
        {
-           HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_WIDTH";
+               HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_WIDTH" ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 75 , 30 ) ;
-               Size = MAP_APPFONT ( 40 , 12 ) ;
+               Pos = MAP_APPFONT ( 75, 30 ) ;
+               Size = MAP_APPFONT ( 40, 12 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -127,89 +123,89 @@ TabPage TP_FORMAT_TABLE
        };
        CheckBox CB_REL_WIDTH
        {
-           HelpID = "sw:CheckBox:TP_FORMAT_TABLE:CB_REL_WIDTH";
-               Pos = MAP_APPFONT ( 118 , 32 ) ;
-               Size = MAP_APPFONT ( 69 , 10 ) ;
+               HelpID = "sw:CheckBox:TP_FORMAT_TABLE:CB_REL_WIDTH" ;
+               Pos = MAP_APPFONT ( 118, 32 ) ;
+               Size = MAP_APPFONT ( 69, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Relati~ve" ;
        };
-    FixedLine FL_OPTIONS
+       FixedLine FL_OPTIONS
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 184 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 184, 8 ) ;
                Text [ en-US ] = "Properties" ;
        };
        RadioButton RB_FULL
        {
-           HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FULL";
-        Pos = MAP_APPFONT ( 202 , 14 ) ;
-               Size = MAP_APPFONT ( 50 , 10 ) ;
+               HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FULL" ;
+               Pos = MAP_APPFONT ( 202, 14 ) ;
+               Size = MAP_APPFONT ( 50, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "A~utomatic" ;
        };
        RadioButton RB_LEFT
        {
-           HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_LEFT";
-        Pos = MAP_APPFONT ( 202 , 28 ) ;
-               Size = MAP_APPFONT ( 50 , 10 ) ;
+               HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_LEFT" ;
+               Pos = MAP_APPFONT ( 202, 28 ) ;
+               Size = MAP_APPFONT ( 50, 10 ) ;
                Text [ en-US ] = "~Left" ;
                TabStop = TRUE ;
        };
        RadioButton RB_FROM_LEFT
        {
-           HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FROM_LEFT";
-        Pos = MAP_APPFONT ( 202 , 42 ) ;
-               Size = MAP_APPFONT ( 50 , 10 ) ;
+               HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FROM_LEFT" ;
+               Pos = MAP_APPFONT ( 202, 42 ) ;
+               Size = MAP_APPFONT ( 50, 10 ) ;
                TabStop = TRUE ;
-               Text [ en-US ] = "~From left";
+               Text [ en-US ] = "~From left" ;
        };
        RadioButton RB_RIGHT
        {
-           HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_RIGHT";
-        Pos = MAP_APPFONT ( 202 , 56 ) ;
-               Size = MAP_APPFONT ( 50 , 10 ) ;
+               HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_RIGHT" ;
+               Pos = MAP_APPFONT ( 202, 56 ) ;
+               Size = MAP_APPFONT ( 50, 10 ) ;
                Text [ en-US ] = "R~ight" ;
                TabStop = TRUE ;
        };
        RadioButton RB_CENTER
        {
-           HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_CENTER";
-        Pos = MAP_APPFONT ( 202 , 70 ) ;
-               Size = MAP_APPFONT ( 50 , 10 ) ;
+               HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_CENTER" ;
+               Pos = MAP_APPFONT ( 202, 70 ) ;
+               Size = MAP_APPFONT ( 50, 10 ) ;
                Text [ en-US ] = "~Center" ;
                TabStop = TRUE ;
        };
        RadioButton RB_FREE
        {
-           HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FREE";
-        Pos = MAP_APPFONT ( 202 , 84 ) ;
-               Size = MAP_APPFONT ( 50 , 10 ) ;
+               HelpID = "sw:RadioButton:TP_FORMAT_TABLE:RB_FREE" ;
+               Pos = MAP_APPFONT ( 202, 84 ) ;
+               Size = MAP_APPFONT ( 50, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "~Manual" ;
        };
-    FixedLine FL_POS
+       FixedLine FL_POS
        {
-        Pos = MAP_APPFONT ( 196 , 3 ) ;
-        Size = MAP_APPFONT ( 58 , 8 ) ;
+               Pos = MAP_APPFONT ( 196, 3 ) ;
+               Size = MAP_APPFONT ( 58, 8 ) ;
                Text [ en-US ] = "Alignment" ;
        };
-    FixedLine FL_DIST
+       FixedLine FL_DIST
        {
-               Pos = MAP_APPFONT ( 6 , 48 ) ;
-        Size = MAP_APPFONT ( 184 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 48 ) ;
+               Size = MAP_APPFONT ( 184, 8 ) ;
                Text [ en-US ] = "Spacing" ;
        };
        FixedText FT_LEFT_DIST
        {
-               Pos = MAP_APPFONT ( 12 , 61 ) ;
-               Size = MAP_APPFONT ( 130 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 61 ) ;
+               Size = MAP_APPFONT ( 130, 8 ) ;
                Text [ en-US ] = "Lef~t" ;
        };
        MetricField ED_LEFT_DIST
        {
-           HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_LEFT_DIST";
-               Pos = MAP_APPFONT ( 147 , 59 ) ;
-               Size = MAP_APPFONT ( 40 , 12 ) ;
+               HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_LEFT_DIST" ;
+               Pos = MAP_APPFONT ( 147, 59 ) ;
+               Size = MAP_APPFONT ( 40, 12 ) ;
                Border = TRUE ;
                TabStop = TRUE ;
                Left = TRUE ;
@@ -225,16 +221,16 @@ TabPage TP_FORMAT_TABLE
        };
        FixedText FT_RIGHT_DIST
        {
-               Pos = MAP_APPFONT ( 12 , 77 ) ;
-               Size = MAP_APPFONT ( 130 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 77 ) ;
+               Size = MAP_APPFONT ( 130, 8 ) ;
                Text [ en-US ] = "Ri~ght" ;
        };
 
        MetricField ED_RIGHT_DIST
        {
-           HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_RIGHT_DIST";
-               Pos = MAP_APPFONT ( 147 , 75 ) ;
-               Size = MAP_APPFONT ( 40 , 12 ) ;
+               HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_RIGHT_DIST" ;
+               Pos = MAP_APPFONT ( 147, 75 ) ;
+               Size = MAP_APPFONT ( 40, 12 ) ;
                Border = TRUE ;
                TabStop = TRUE ;
                Left = TRUE ;
@@ -250,15 +246,15 @@ TabPage TP_FORMAT_TABLE
        };
        FixedText FT_TOP_DIST
        {
-               Pos = MAP_APPFONT ( 12 , 93 ) ;
-               Size = MAP_APPFONT ( 130 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 93 ) ;
+               Size = MAP_APPFONT ( 130, 8 ) ;
                Text [ en-US ] = "~Above" ;
        };
        MetricField ED_TOP_DIST
        {
-           HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_TOP_DIST";
-               Pos = MAP_APPFONT ( 147 , 91 ) ;
-               Size = MAP_APPFONT ( 40 , 12 ) ;
+               HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_TOP_DIST" ;
+               Pos = MAP_APPFONT ( 147, 91 ) ;
+               Size = MAP_APPFONT ( 40, 12 ) ;
                Border = TRUE ;
                TabStop = TRUE ;
                Left = TRUE ;
@@ -274,16 +270,16 @@ TabPage TP_FORMAT_TABLE
        };
        FixedText FT_BOTTOM_DIST
        {
-               Pos = MAP_APPFONT ( 12 , 109 ) ;
-               Size = MAP_APPFONT ( 130 , 8 ) ;
+               Pos = MAP_APPFONT ( 12, 109 ) ;
+               Size = MAP_APPFONT ( 130, 8 ) ;
                Text [ en-US ] = "~Below" ;
        };
        MetricField ED_BOTTOM_DIST
        {
-           HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_BOTTOM_DIST";
+               HelpID = "sw:MetricField:TP_FORMAT_TABLE:ED_BOTTOM_DIST" ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 147 , 107 ) ;
-               Size = MAP_APPFONT ( 40 , 12 ) ;
+               Pos = MAP_APPFONT ( 147, 107 ) ;
+               Size = MAP_APPFONT ( 40, 12 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -296,29 +292,29 @@ TabPage TP_FORMAT_TABLE
                Last = 9999 ;
                SpinSize = 5 ;
        };
-    FixedLine   FL_PROPERTIES
-    {
-        Pos = MAP_APPFONT ( 6 , 125 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
-        Hide = TRUE ;
-       Text [ en-US ] = "Properties";
-       };
-    FixedText   FT_TEXTDIRECTION
-    {
-        Pos = MAP_APPFONT ( 12 , 138 ) ;
-        Size = MAP_APPFONT ( 60 , 8 ) ;
-        Hide = TRUE ;
-       Text [ en-US ] = "Text ~direction";
-       };
-    ListBox     LB_TEXTDIRECTION
-    {
-        HelpID = "sw:ListBox:TP_FORMAT_TABLE:LB_TEXTDIRECTION";
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 75 , 136 ) ;
-        Size = MAP_APPFONT ( 176 , 50 ) ;
+       FixedLine FL_PROPERTIES
+       {
+               Pos = MAP_APPFONT ( 6, 125 ) ;
+               Size = MAP_APPFONT ( 248, 8 ) ;
+               Hide = TRUE ;
+               Text [ en-US ] = "Properties" ;
+       };
+       FixedText FT_TEXTDIRECTION
+       {
+               Pos = MAP_APPFONT ( 12, 138 ) ;
+               Size = MAP_APPFONT ( 60, 8 ) ;
+               Hide = TRUE ;
+               Text [ en-US ] = "Text ~direction" ;
+       };
+       ListBox LB_TEXTDIRECTION
+       {
+               HelpID = "sw:ListBox:TP_FORMAT_TABLE:LB_TEXTDIRECTION" ;
+               Border = TRUE ;
+               Pos = MAP_APPFONT ( 75, 136 ) ;
+               Size = MAP_APPFONT ( 176, 50 ) ;
                DropDown = TRUE ;
                Hide = TRUE ;
-    StringList [ en-US ] =
+       StringList [ en-US ] =
        {
                 < "Left-to-right" ; 0; > ;
                < "Right-to-left" ; 1; > ;
@@ -328,44 +324,42 @@ TabPage TP_FORMAT_TABLE
 };
 /**************************************************************************/
 /*                                                                        */
-/*                                                                        */
-/*                                                                        */
 /**************************************************************************/
 TabPage TP_TABLE_COLUMN
 {
        HelpID = HID_TABLE_COLUMN ;
        SVLook = TRUE ;
-       Size = MAP_APPFONT ( 260 , 185 ) ;
-       Hide = TRUE;
+       Size = MAP_APPFONT ( 260, 185 ) ;
+       Hide = TRUE ;
        CheckBox CB_MOD_TBL
        {
-           HelpID = "sw:CheckBox:TP_TABLE_COLUMN:CB_MOD_TBL";
-               Pos = MAP_APPFONT ( 6 , 6 ) ;
-               Size = MAP_APPFONT ( 180 , 10 ) ;
+               HelpID = "sw:CheckBox:TP_TABLE_COLUMN:CB_MOD_TBL" ;
+               Pos = MAP_APPFONT ( 6, 6 ) ;
+               Size = MAP_APPFONT ( 180, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Adapt table ~width" ;
        };
        CheckBox CB_PROP
        {
-           HelpID = "sw:CheckBox:TP_TABLE_COLUMN:CB_PROP";
-               Pos = MAP_APPFONT ( 6 , 20 ) ;
-               Size = MAP_APPFONT ( 180 , 10 ) ;
+               HelpID = "sw:CheckBox:TP_TABLE_COLUMN:CB_PROP" ;
+               Pos = MAP_APPFONT ( 6, 20 ) ;
+               Size = MAP_APPFONT ( 180, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "Ad~just columns proportionally" ;
        };
        FixedText FT_SPACE
        {
-               Pos = MAP_APPFONT ( 6 , 36 ) ;
-               Size = MAP_APPFONT ( 85 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 36 ) ;
+               Size = MAP_APPFONT ( 85, 8 ) ;
                Text [ en-US ] = "Remaining space" ;
        };
        MetricField ED_SPACE
        {
-           HelpID = "sw:MetricField:TP_TABLE_COLUMN:ED_SPACE";
+               HelpID = "sw:MetricField:TP_TABLE_COLUMN:ED_SPACE" ;
                ReadOnly = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 95 , 34 ) ;
-               Size = MAP_APPFONT ( 30 , 12 ) ;
+               Pos = MAP_APPFONT ( 95, 34 ) ;
+               Size = MAP_APPFONT ( 30, 12 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Minimum = 0 ;
@@ -378,27 +372,27 @@ TabPage TP_TABLE_COLUMN
        };
        ImageButton COL_BTN_DOWN
        {
-           HelpID = "sw:ImageButton:TP_TABLE_COLUMN:COL_BTN_DOWN";
+               HelpID = "sw:ImageButton:TP_TABLE_COLUMN:COL_BTN_DOWN" ;
                Disable = TRUE ;
-               Pos = MAP_APPFONT ( 12 , 65 ) ;
-               Size = MAP_APPFONT ( 10 , 10 ) ;
+               Pos = MAP_APPFONT ( 12, 65 ) ;
+               Size = MAP_APPFONT ( 10, 10 ) ;
                TabStop = TRUE ;
                SYMBOL = IMAGEBUTTON_ARROW_LEFT ;
        };
        ImageButton COL_BTN_UP
        {
-           HelpID = "sw:ImageButton:TP_TABLE_COLUMN:COL_BTN_UP";
+               HelpID = "sw:ImageButton:TP_TABLE_COLUMN:COL_BTN_UP" ;
                Disable = TRUE ;
-               Pos = MAP_APPFONT ( 234 , 65 ) ;
-               Size = MAP_APPFONT ( 10 , 10 ) ;
+               Pos = MAP_APPFONT ( 234, 65 ) ;
+               Size = MAP_APPFONT ( 10, 10 ) ;
                TabStop = TRUE ;
                SYMBOL = IMAGEBUTTON_ARROW_RIGHT ;
        };
        FixedText COL_FT_1
        {
                Disable = TRUE ;
-               Pos = MAP_APPFONT ( 30 , 65 ) ;
-               Size = MAP_APPFONT ( 9 , 8 ) ;
+               Pos = MAP_APPFONT ( 30, 65 ) ;
+               Size = MAP_APPFONT ( 9, 8 ) ;
                Text = "~1" ;
                Left = TRUE ;
                Center = TRUE ;
@@ -406,11 +400,11 @@ TabPage TP_TABLE_COLUMN
        };
        MetricField COL_MF_1
        {
-           HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_1";
+               HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_1" ;
                Disable = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 13 , 81 ) ;
-               Size = MAP_APPFONT ( 36 , 12 ) ;
+               Pos = MAP_APPFONT ( 13, 81 ) ;
+               Size = MAP_APPFONT ( 36, 12 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -426,19 +420,19 @@ TabPage TP_TABLE_COLUMN
        FixedText COL_FT_2
        {
                Disable = TRUE ;
-               Pos = MAP_APPFONT ( 68 , 65 ) ;
-               Size = MAP_APPFONT ( 9 , 8 ) ;
+               Pos = MAP_APPFONT ( 68, 65 ) ;
+               Size = MAP_APPFONT ( 9, 8 ) ;
                Text = "~2" ;
                Left = TRUE ;
                Right = TRUE ;
        };
        MetricField COL_MF_2
        {
-           HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_2";
+               HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_2" ;
                Disable = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 52 , 81 ) ;
-               Size = MAP_APPFONT ( 36 , 12 ) ;
+               Pos = MAP_APPFONT ( 52, 81 ) ;
+               Size = MAP_APPFONT ( 36, 12 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -454,19 +448,19 @@ TabPage TP_TABLE_COLUMN
        FixedText COL_FT_3
        {
                Disable = TRUE ;
-               Pos = MAP_APPFONT ( 107 , 65 ) ;
-               Size = MAP_APPFONT ( 9 , 8 ) ;
+               Pos = MAP_APPFONT ( 107, 65 ) ;
+               Size = MAP_APPFONT ( 9, 8 ) ;
                Text = "~3" ;
                Left = TRUE ;
                Right = TRUE ;
        };
        MetricField COL_MF_3
        {
-           HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_3";
+               HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_3" ;
                Disable = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 91 , 81 ) ;
-               Size = MAP_APPFONT ( 36 , 12 ) ;
+               Pos = MAP_APPFONT ( 91, 81 ) ;
+               Size = MAP_APPFONT ( 36, 12 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -482,19 +476,19 @@ TabPage TP_TABLE_COLUMN
        FixedText COL_FT_4
        {
                Disable = TRUE ;
-               Pos = MAP_APPFONT ( 146 , 65 ) ;
-               Size = MAP_APPFONT ( 9 , 8 ) ;
+               Pos = MAP_APPFONT ( 146, 65 ) ;
+               Size = MAP_APPFONT ( 9, 8 ) ;
                Text = "~4" ;
                Left = TRUE ;
                Right = TRUE ;
        };
        MetricField COL_MF_4
        {
-           HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_4";
+               HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_4" ;
                Disable = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 130 , 81 ) ;
-               Size = MAP_APPFONT ( 36 , 12 ) ;
+               Pos = MAP_APPFONT ( 130, 81 ) ;
+               Size = MAP_APPFONT ( 36, 12 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -510,19 +504,19 @@ TabPage TP_TABLE_COLUMN
        FixedText COL_FT_5
        {
                Disable = TRUE ;
-               Pos = MAP_APPFONT ( 185 , 65 ) ;
-               Size = MAP_APPFONT ( 9 , 8 ) ;
+               Pos = MAP_APPFONT ( 185, 65 ) ;
+               Size = MAP_APPFONT ( 9, 8 ) ;
                Text = "~5" ;
                Left = TRUE ;
                Right = TRUE ;
        };
        MetricField COL_MF_5
        {
-           HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_5";
+               HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_5" ;
                Disable = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 169 , 81 ) ;
-               Size = MAP_APPFONT ( 36 , 12 ) ;
+               Pos = MAP_APPFONT ( 169, 81 ) ;
+               Size = MAP_APPFONT ( 36, 12 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -538,19 +532,19 @@ TabPage TP_TABLE_COLUMN
        FixedText COL_FT_6
        {
                Disable = TRUE ;
-               Pos = MAP_APPFONT ( 204 , 65 ) ;
-               Size = MAP_APPFONT ( 9 , 8 ) ;
+               Pos = MAP_APPFONT ( 204, 65 ) ;
+               Size = MAP_APPFONT ( 9, 8 ) ;
                Text = "~6" ;
                Left = TRUE ;
                Right = TRUE ;
        };
        MetricField COL_MF_6
        {
-           HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_6";
+               HelpID = "sw:MetricField:TP_TABLE_COLUMN:COL_MF_6" ;
                Disable = TRUE ;
                Border = TRUE ;
-               Pos = MAP_APPFONT ( 208 , 81 ) ;
-               Size = MAP_APPFONT ( 36 , 12 ) ;
+               Pos = MAP_APPFONT ( 208, 81 ) ;
+               Size = MAP_APPFONT ( 36, 12 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -563,106 +557,103 @@ TabPage TP_TABLE_COLUMN
                Last = 5600 ;
                SpinSize = 10 ;
        };
-    FixedLine COL_FL_LAYOUT
+       FixedLine COL_FL_LAYOUT
        {
-               Pos = MAP_APPFONT ( 6 , 50 ) ;
-        Size = MAP_APPFONT ( 240 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 50 ) ;
+               Size = MAP_APPFONT ( 240, 8 ) ;
                Text [ en-US ] = "Column width" ;
        };
 };
 /**************************************************************************/
-/*                                                                        */
-/*     Textfluss                                                               
         */
-/*                                                                        */
+/* Text flow                                                              */
 /**************************************************************************/
 TabPage TP_TABLE_TEXTFLOW
 {
        HelpId = HID_TABLE_TEXTFLOW ;
-       Size = MAP_APPFONT ( 260 , 185 ) ;
+       Size = MAP_APPFONT ( 260, 185 ) ;
        TEXT_TEXTFLOW
-       Hide = TRUE;
-    FixedLine FL_FLOW
+       Hide = TRUE ;
+       FixedLine FL_FLOW
        {
-               Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
+               Pos = MAP_APPFONT ( 6, 3 ) ;
+               Size = MAP_APPFONT ( 248, 8 ) ;
                TEXT_TEXTFLOW
        };
        CheckBox CB_PAGEBREAK
        {
-           HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGEBREAK";
-                //                     Disable = TRUE;
-               Pos = MAP_APPFONT ( 12 , 14 ) ;
-               Size = MAP_APPFONT ( 90 , 8 ) ;
+               HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGEBREAK" ;
+                //                     Disable = TRUE ;
+               Pos = MAP_APPFONT ( 12, 14 ) ;
+               Size = MAP_APPFONT ( 90, 8 ) ;
                Text [ en-US ] = "~Break" ;
                TabStop = TRUE ;
                Group = TRUE ;
        };
        RadioButton RB_BREAKPAGE
        {
-           HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKPAGE";
-               Pos = MAP_APPFONT ( 105 , 14 ) ;
-        Size = MAP_APPFONT ( 70 , 10 ) ;
+               HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKPAGE" ;
+               Pos = MAP_APPFONT ( 105, 14 ) ;
+               Size = MAP_APPFONT ( 70, 10 ) ;
                Text [ en-US ] = "~Page" ;
                Group = TRUE ;
                Check = TRUE ;
        };
        RadioButton RB_BREAKCOLUMN
        {
-           HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKCOLUMN";
-                //                     Disable = TRUE;
-        Pos = MAP_APPFONT ( 178 , 14 ) ;
-        Size = MAP_APPFONT ( 70 , 10 ) ;
-                // ### ACHTUNG: Neuer Text in Resource? S~palte : ~Spalte
+               HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_BREAKCOLUMN" ;
+                //                     Disable = TRUE ;
+               Pos = MAP_APPFONT ( 178, 14 ) ;
+               Size = MAP_APPFONT ( 70, 10 ) ;
                Text [ en-US ] = "Col~umn" ;
        };
        RadioButton RB_PAGEBREAKBEFORE
        {
-           HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKBEFORE";
-                //                     Disable = TRUE;
-               Pos = MAP_APPFONT ( 105 , 28 ) ;
-        Size = MAP_APPFONT ( 70 , 10 ) ;
+               HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKBEFORE" ;
+                //                     Disable = TRUE ;
+               Pos = MAP_APPFONT ( 105, 28 ) ;
+               Size = MAP_APPFONT ( 70, 10 ) ;
                Text [ en-US ] = "Be~fore" ;
                Group = TRUE ;
                Check = TRUE ;
        };
        RadioButton RB_PAGEBREAKAFTER
        {
-           HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKAFTER";
-                //                     Disable = TRUE;
-        Pos = MAP_APPFONT ( 178 , 28 ) ;
-        Size = MAP_APPFONT ( 70 , 10 ) ;
+               HelpID = "sw:RadioButton:TP_TABLE_TEXTFLOW:RB_PAGEBREAKAFTER" ;
+                //                     Disable = TRUE ;
+               Pos = MAP_APPFONT ( 178, 28 ) ;
+               Size = MAP_APPFONT ( 70, 10 ) ;
                Text [ en-US ] = "~After" ;
        };
        CheckBox CB_PAGECOLL
        {
-           HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGECOLL";
-                //                     Disable = TRUE;
-               Pos = MAP_APPFONT ( 12 , 44 ) ;
-               Size = MAP_APPFONT ( 90 , 10 ) ;
+               HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_PAGECOLL" ;
+                //                     Disable = TRUE ;
+               Pos = MAP_APPFONT ( 12, 44 ) ;
+               Size = MAP_APPFONT ( 90, 10 ) ;
                Text [ en-US ] = "With Page St~yle" ;
                TabStop = TRUE ;
                Group = TRUE ;
        };
        ListBox LB_PAGECOLL
        {
-           HelpID = "sw:ListBox:TP_TABLE_TEXTFLOW:LB_PAGECOLL";
-               Pos = MAP_APPFONT ( 105 , 42 ) ;
-               Size = MAP_APPFONT ( 61 , 50 ) ;
+               HelpID = "sw:ListBox:TP_TABLE_TEXTFLOW:LB_PAGECOLL" ;
+               Pos = MAP_APPFONT ( 105, 42 ) ;
+               Size = MAP_APPFONT ( 61, 50 ) ;
                TabStop = TRUE ;
                DropDown = TRUE ;
        };
        FixedText FT_PAGENUM
        {
-               Pos = MAP_APPFONT ( 171 , 44 ) ;
-               Size = MAP_APPFONT ( 47 , 10 ) ;
+               Pos = MAP_APPFONT ( 171, 44 ) ;
+               Size = MAP_APPFONT ( 47, 10 ) ;
                Text [ en-US ] = "Page ~number" ;
        };
        NumericField NF_PAGENUM
        {
-           HelpID = "sw:NumericField:TP_TABLE_TEXTFLOW:NF_PAGENUM";
+               HelpID = "sw:NumericField:TP_TABLE_TEXTFLOW:NF_PAGENUM" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 222 , 42 ) ;
-               Size = MAP_APPFONT ( 26 , 12 ) ;
+               Pos = MAP_APPFONT ( 222, 42 ) ;
+               Size = MAP_APPFONT ( 26, 12 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -675,48 +666,48 @@ TabPage TP_TABLE_TEXTFLOW
        };
        CheckBox CB_SPLIT
        {
-           HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_SPLIT";
-               Pos = MAP_APPFONT ( 12 , 58 ) ;
-        Size = MAP_APPFONT ( 236 , 10 ) ;
-               TabStop = TRUE ;
-        Text [ en-US ] = "Allow ~table to split across pages and columns" ;
-    };
-    TriStateBox CB_SPLIT_ROW
-    {
-        HelpID = "sw:TriStateBox:TP_TABLE_TEXTFLOW:CB_SPLIT_ROW";
-        Pos = MAP_APPFONT ( 21 , 71 ) ;
-        Size = MAP_APPFONT ( 227 , 10 ) ;
-        TabStop = TRUE ;
-        Text [ en-US ] = "Allow row to break a~cross pages and columns" ;
-    };
-    CheckBox CB_KEEP
-       {
-        HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_KEEP";
-        Pos = MAP_APPFONT ( 12 , 85 ) ;
-        Size = MAP_APPFONT ( 236 , 10 ) ;
+               HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_SPLIT" ;
+               Pos = MAP_APPFONT ( 12, 58 ) ;
+               Size = MAP_APPFONT ( 236, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "Allow ~table to split across pages and 
columns" ;
+       };
+       TriStateBox CB_SPLIT_ROW
+       {
+               HelpID = "sw:TriStateBox:TP_TABLE_TEXTFLOW:CB_SPLIT_ROW" ;
+               Pos = MAP_APPFONT ( 21, 71 ) ;
+               Size = MAP_APPFONT ( 227, 10 ) ;
+               TabStop = TRUE ;
+               Text [ en-US ] = "Allow row to break a~cross pages and columns" 
;
+       };
+       CheckBox CB_KEEP
+       {
+               HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_KEEP" ;
+               Pos = MAP_APPFONT ( 12, 85 ) ;
+               Size = MAP_APPFONT ( 236, 10 ) ;
                Text [ en-US ] = "~Keep with next paragraph" ;
                TabStop = TRUE ;
        };
        CheckBox CB_HEADLINE
        {
-           HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_HEADLINE";
-        Pos = MAP_APPFONT ( 12 , 99 ) ;
-        Size = MAP_APPFONT ( 236 , 10 ) ;
+               HelpID = "sw:CheckBox:TP_TABLE_TEXTFLOW:CB_HEADLINE" ;
+               Pos = MAP_APPFONT ( 12, 99 ) ;
+               Size = MAP_APPFONT ( 236, 10 ) ;
                TabStop = TRUE ;
                Text [ en-US ] = "R~epeat heading" ;
        };
        FixedText FT_REPEAT_HEADER
        {
-        Pos = MAP_APPFONT ( 31 , 114 ) ;
-        Size = MAP_APPFONT ( 95 , 10 ) ;
-        Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ;
+               Pos = MAP_APPFONT ( 31, 114 ) ;
+               Size = MAP_APPFONT ( 95, 10 ) ;
+               Text [ en-US ] = "The first %POSITION_OF_CONTROL rows" ;
        };
        NumericField NF_REPEAT_HEADER
        {
-           HelpID = "sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER";
+               HelpID = "sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER" ;
                Border = TRUE ;
-        Pos = MAP_APPFONT ( 131 , 113 ) ;
-               Size = MAP_APPFONT ( 28 , 12 ) ;
+               Pos = MAP_APPFONT ( 131, 113 ) ;
+               Size = MAP_APPFONT ( 28, 12 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
@@ -727,58 +718,60 @@ TabPage TP_TABLE_TEXTFLOW
        };
        Window WIN_REPEAT_HEADER
        {
-        Pos = MAP_APPFONT ( 21 , 113 ) ;
-        Size = MAP_APPFONT ( 2 , 1 ) ;
-       };
-    FixedText FT_TEXTDIRECTION
-    {
-        Pos = MAP_APPFONT ( 12 , 132 ) ;
-        Size = MAP_APPFONT ( 70 , 10 ) ;
-        Text [ en-US ] = "Text ~direction" ;
-    };
-    ListBox LB_TEXTDIRECTION
-    {
-        HelpID = "sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION";
-        Pos = MAP_APPFONT ( 85 , 130 ) ;
-        Size = MAP_APPFONT ( 163 , 50 ) ;
-        DropDown = TRUE;
-        Border = TRUE;
-        StringList [ en-US ] =
-        {
-             < "Left-to-right" ; 0; > ;
-             < "Right-to-left (vertical)" ; 2; > ;
-             < "Use superordinate object settings" ; 4; > ;
-        };
-    };
-    FixedLine FL_VERT_ORIENT
-       {
-        Pos = MAP_APPFONT ( 6 , 149 ) ;
-        Size = MAP_APPFONT ( 251 , 8 ) ;
+               Pos = MAP_APPFONT ( 21, 113 ) ;
+               Size = MAP_APPFONT ( 2, 1 ) ;
+       };
+       FixedText FT_TEXTDIRECTION
+       {
+               Pos = MAP_APPFONT ( 12, 132 ) ;
+               Size = MAP_APPFONT ( 70, 10 ) ;
+               Text [ en-US ] = "Text ~direction" ;
+       };
+       ListBox LB_TEXTDIRECTION
+       {
+               HelpID = "sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION" ;
+               Pos = MAP_APPFONT ( 85, 130 ) ;
+               Size = MAP_APPFONT ( 163, 50 ) ;
+               DropDown = TRUE ;
+               Border = TRUE ;
+               StringList [ en-US ] =
+               {
+                       < "Left-to-right" ; 0;                                  
        > ;
+                       < "Right-to-left (vertical)" ; 2;                       
> ;
+                       < "Use superordinate object settings" ; 4;      > ;
+               };
+       };
+       FixedLine FL_VERT_ORIENT
+       {
+               Pos = MAP_APPFONT ( 6, 149 ) ;
+               Size = MAP_APPFONT ( 251, 8 ) ;
                Text [ en-US ] = "Alignment" ;
        };
 
-    FixedText FT_VERTORIENT
-    {
-        Pos = MAP_APPFONT ( 12 , 164 ) ;
-        Size = MAP_APPFONT ( 70 , 10 ) ;
-        Text [ en-US ] = "~Vertical alignment" ;
-    };
-    ListBox LB_VERTORIENT
-    {
-        HelpID = "sw:ListBox:TP_TABLE_TEXTFLOW:LB_VERTORIENT";
-        Pos = MAP_APPFONT ( 85 , 162 ) ;
-        Size = MAP_APPFONT ( 61 , 50 ) ;
-        DropDown = TRUE;
-        Border = TRUE;
-        StringList [ en-US ] =
-        {
-            < "Top" ; 0; > ;
-            < "Centered" ; 1; > ;
-            < "Bottom" ; 2; > ;
-        };
-    };
+       FixedText FT_VERTORIENT
+       {
+               Pos = MAP_APPFONT ( 12, 164 ) ;
+               Size = MAP_APPFONT ( 70, 10 ) ;
+               Text [ en-US ] = "~Vertical alignment" ;
+       };
+       ListBox LB_VERTORIENT
+       {
+               HelpID = "sw:ListBox:TP_TABLE_TEXTFLOW:LB_VERTORIENT" ;
+               Pos = MAP_APPFONT ( 85, 162 ) ;
+               Size = MAP_APPFONT ( 61, 50 ) ;
+               DropDown = TRUE ;
+               Border = TRUE ;
+               StringList [ en-US ] =
+               {
+                       < "Top" ; 0;            > ;
+                       < "Centered" ; 1;       > ;
+                       < "Bottom" ; 2;         > ;
+               };
+       };
 };
 InfoBox MSG_WRONG_TABLENAME
 {
        Message [ en-US ] = "The name of the table must not contain spaces." ;
 };
+
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/utlui/attrdesc.src 
b/main/sw/source/ui/utlui/attrdesc.src
index 31a0a04..0ee7546 100644
--- a/main/sw/source/ui/utlui/attrdesc.src
+++ b/main/sw/source/ui/utlui/attrdesc.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,11 +24,10 @@
 #include "globals.hrc"
 #include "attrdesc.hrc"
 /*---------------------------------------------------------------------
-       Strings fuer textuelle Attribute
+       Strings for textual Attributes
  ---------------------------------------------------------------------*/
 String STR_DROP_OVER
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Initialen �ber : Initialen �ber 
*/
        Text [ en-US ] = "Drop Caps over" ;
 };
 String STR_DROP_LINES
@@ -73,12 +72,10 @@ String STR_NO_CHARFMT
 };
 String STR_FOOTER
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Fu�zeile : Fu�zeile */
        Text [ en-US ] = "Footer" ;
 };
 String STR_NO_FOOTER
 {
-       /* ### ACHTUNG: Neuer Text in Resource? keine Fu�zeile : keine Fu�zeile 
*/
        Text [ en-US ] = "No footer" ;
 };
 String STR_HEADER
@@ -123,7 +120,6 @@ String STR_SURROUND_INSIDE
 };
 String STR_SURROUND_OUTSIDE
 {
-       /* ### ACHTUNG: Neuer Text in Resource? Umlauf au�en : Umlauf au�en */
        Text [ en-US ] = "Outer wrap" ;
 };
 String STR_SURROUND_ANCHORONLY
@@ -136,12 +132,10 @@ String STR_FRM_WIDTH
 };
 String STR_FRM_FIXEDHEIGHT
 {
-       /* ### ACHTUNG: Neuer Text in Resource? feste H�he: : feste H�he: */
        Text [ en-US ] = "Fixed height:" ;
 };
 String STR_FRM_MINHEIGHT
 {
-       /* ### ACHTUNG: Neuer Text in Resource? min. H�he: : min. H�he: */
        Text [ en-US ] = "Min. height:" ;
 };
 String STR_FLY_AT_PARA
@@ -214,7 +208,6 @@ String STR_HORI_INSIDE
 };
 String STR_HORI_OUTSIDE
 {
-       /* ### ACHTUNG: Neuer Text in Resource? au�en : au�en */
        Text [ en-US ] = "outside" ;
 };
 String STR_HORI_FULL
@@ -231,17 +224,10 @@ String STR_LINE_WIDTH
 };
 String STR_MAX_FTN_HEIGHT
 {
-       /* ### ACHTUNG: Neuer Text in Resource? max. Fu�notenbereich: : max. 
Fu�notenbereich: */
        Text [ en-US ] = "Max. footnote area:" ;
 };
 String STR_EDIT_IN_READONLY
 {
-       /* ### ACHTUNG: Neuer Text in Resource? editierbar im 
schreibgesch�tztem Dokument : editierbar im Schreibesch�tztem Dokument */
-       /* ### ACHTUNG: Neuer Text in Resource? editierbar im 
schreibgesch�tztem Dokument : editierbar im Schreibesch�tztem Dokument */
-       /* ### ACHTUNG: Neuer Text in Resource? editierbar im 
schreibgesch�tztem Dokument : editierbar im Schreibesch�tztem Dokument */
-       /* ### ACHTUNG: Neuer Text in Resource? editierbar im 
schreibgesch�tztem Dokument : editierbar im Schreibesch�tztem Dokument */
-       /* ### ACHTUNG: Neuer Text in Resource? editierbar im 
schreibgesch�tztem Dokument : editierbar im Schreibesch�tztem Dokument */
-       /* ### ACHTUNG: Neuer Text in Resource? editierbar im 
schreibgesch�tztem Dokument : editierbar im schreibgesch�tztem Dokument */
        Text [ en-US ] = "Editable in read-only document" ;
 };
 String STR_LAYOUT_SPLIT
@@ -279,102 +265,103 @@ String STR_LINCOUNT_START
 
 String STR_LUMINANCE
 {
-       Text [ en-US ] = "Brightness: ";
+       Text [ en-US ] = "Brightness: " ;
 };
 
 String STR_CHANNELR
 {
-       Text [ en-US ] = "Red: ";
+       Text [ en-US ] = "Red: " ;
 };
 
 String STR_CHANNELG
 {
-       Text [ en-US ] = "Green: ";
+       Text [ en-US ] = "Green: " ;
 };
 
 String STR_CHANNELB
 {
-       Text [ en-US ] = "Blue: ";
+       Text [ en-US ] = "Blue: " ;
 };
 
 String STR_CONTRAST
 {
-       Text [ en-US ] = "Contrast: ";
+       Text [ en-US ] = "Contrast: " ;
 };
 
 String STR_GAMMA
 {
-       Text [ en-US ] = "Gamma: ";
+       Text [ en-US ] = "Gamma: " ;
 };
 
 String STR_TRANSPARENCY
 {
-       Text [ en-US ] = "Transparency: ";
+       Text [ en-US ] = "Transparency: " ;
 };
 
 String STR_INVERT
 {
-       Text [ en-US ] = "Invert";
+       Text [ en-US ] = "Invert" ;
 };
 String STR_INVERT_NOT
 {
-       Text [ en-US ] = "do not invert";
+       Text [ en-US ] = "do not invert" ;
 };
 
 String STR_DRAWMODE
 {
-       Text [ en-US ] = "Graphics mode: ";
+       Text [ en-US ] = "Graphics mode: " ;
 };
 
 String STR_DRAWMODE_STD
 {
-       Text [ en-US ] = "Standard";
+       Text [ en-US ] = "Standard" ;
 };
 String STR_DRAWMODE_GREY
 {
-       Text [ en-US ] = "Grayscales";
+       Text [ en-US ] = "Grayscales" ;
 };
 String STR_DRAWMODE_BLACKWHITE
 {
-       Text [ en-US ] = "Black & White";
+       Text [ en-US ] = "Black & White" ;
 };
 String STR_DRAWMODE_WATERMARK
 {
-       Text [ en-US ] = "Watermark";
+       Text [ en-US ] = "Watermark" ;
 };
 String STR_ROTATION
 {
-       Text [ en-US ] = "Rotation";
+       Text [ en-US ] = "Rotation" ;
 };
 
 String STR_GRID_NONE
 {
-       Text [ en-US ] = "No grid";
+       Text [ en-US ] = "No grid" ;
 };
 
 String STR_GRID_LINES_ONLY
 {
-       Text [ en-US ] = "Grid (lines only)";
+       Text [ en-US ] = "Grid (lines only)" ;
 };
 
 String STR_GRID_LINES_CHARS
 {
-       Text [ en-US ] = "Grid (lines and characters)";
+       Text [ en-US ] = "Grid (lines and characters)" ;
 };
 String STR_FOLLOW_TEXT_FLOW
 {
-    Text [ en-US ] = "Follow text flow";
+       Text [ en-US ] = "Follow text flow" ;
 };
 String STR_DONT_FOLLOW_TEXT_FLOW
 {
-    Text [ en-US ] = "Do not follow text flow";
+       Text [ en-US ] = "Do not follow text flow" ;
 };
 String STR_CONNECT_BORDER_ON
 {
-    Text [ en-US ] = "Merge borders";
+       Text [ en-US ] = "Merge borders" ;
 };
 String STR_CONNECT_BORDER_OFF
 {
-    Text [ en-US ] = "Do not merge borders";
+       Text [ en-US ] = "Do not merge borders" ;
 };
 
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/utlui/initui.src 
b/main/sw/source/ui/utlui/initui.src
index 8a46c31..661454b 100644
--- a/main/sw/source/ui/utlui/initui.src
+++ b/main/sw/source/ui/utlui/initui.src
@@ -1,5 +1,5 @@
 /**************************************************************
- * 
+ *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -7,16 +7,16 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
 
@@ -27,7 +27,7 @@
 #include "initui.hrc"
 
 /*---------------------------------------------------------------------
-       Fehler Calculator
+       Calculator errors
  ---------------------------------------------------------------------*/
 Resource RID_SW_SHELLRES
 {
@@ -58,7 +58,6 @@ Resource RID_SW_SHELLRES
        String STR_CALC_POW
        {
                Text [ en-US ] = "** Square function overflow **" ;
-               /* ### ACHTUNG: Neuer Text in Resource? ** �berlauf in 
Quadratfunktion ** : ** �berlauf in Quadratfunktion ** */
        };
        String STR_CALC_VARNFND
        {
@@ -67,7 +66,6 @@ Resource RID_SW_SHELLRES
        String STR_CALC_OVERFLOW
        {
                Text [ en-US ] = "** Overflow **" ;
-               /* ### ACHTUNG: Neuer Text in Resource? ** �berlauf ** : ** 
�berlauf ** */
        };
        String STR_CALC_WRONGTIME
        {
@@ -89,10 +87,10 @@ Resource RID_SW_SHELLRES
        {
                Text [ en-US ] = "below" ;
        };
-    String STR_GETREFFLD_REFITEMNOTFOUND
-    {
-        Text [ en-US ] = "Error: Reference source not found" ;
-    };
+       String STR_GETREFFLD_REFITEMNOTFOUND
+       {
+               Text [ en-US ] = "Error: Reference source not found" ;
+       };
        String STR_ALLPAGE_HEADFOOT
        {
                Text [ en-US ] = "All" ;
@@ -105,10 +103,10 @@ Resource RID_SW_SHELLRES
        {
                Text [ en-US ] = "(fixed)" ;
        };
-    String STR_DURATION_FORMAT
-    {
-        Text [en-US] = " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6";
-    };
+       String STR_DURATION_FORMAT
+       {
+               Text [en-US] = " Y: %1 M: %2 D: %3 H: %4 M: %5 S: %6" ;
+       };
        String STR_TOI
        {
                Text [ en-US ] = "Alphabetical Index" ;
@@ -126,28 +124,28 @@ Resource RID_SW_SHELLRES
 
        String STR_TOX_AUTH
        {
-               Text [ en-US ] = "Bibliography";
+               Text [ en-US ] = "Bibliography" ;
        };
        String STR_TOX_TBL
        {
-               Text [ en-US ] = "Index of Tables";
+               Text [ en-US ] = "Index of Tables" ;
        };
        String STR_TOX_OBJ
        {
-               Text [ en-US ] = "Table of Objects";
+               Text [ en-US ] = "Table of Objects" ;
        };
        String STR_TOX_ILL
        {
-               Text [ en-US ] = "Illustration Index";
+               Text [ en-US ] = "Illustration Index" ;
        };
        String STR_HYPERLINK_CLICK
        {
-        Text [ en-US ] = "%s-click to open hyperlink";
+               Text [ en-US ] = "%s-click to open hyperlink" ;
        };
 
 
-        // SubType DocInfo
-        //
+       // SubType DocInfo
+       //
        String FLD_DOCINFO_TITEL
        {
                Text [ en-US ] = "Title" ;
@@ -158,7 +156,6 @@ Resource RID_SW_SHELLRES
        };
        String FLD_DOCINFO_KEYS
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Schl�sselw�rter : 
Schl�sselw�rter */
                Text [ en-US ] = "Keywords" ;
        };
        String FLD_DOCINFO_COMMENT
@@ -179,337 +176,241 @@ Resource RID_SW_SHELLRES
        };
        String FLD_DOCINFO_DOCNO
        {
-        Text [ en-US ] = "Revision number" ;
+               Text [ en-US ] = "Revision number" ;
        };
        String FLD_DOCINFO_EDIT
        {
-        Text [ en-US ] = "Total editing time" ;
+               Text [ en-US ] = "Total editing time" ;
        };
        BITMAP BMP_FRAME_ANCHOR { FILE = "anchor.png" ; };
        BITMAP BMP_FRAME_DRAG_ANCHOR { FILE = "danchor.png" ; };
 
        String STR_PAGEDESC_NAME
        {
-               Text [ en-US ] = "Convert $(ARG1)";
+               Text [ en-US ] = "Convert $(ARG1)" ;
        };
        String STR_PAGEDESC_FIRSTNAME
        {
-               Text [ en-US ] = "First convert $(ARG1)";
+               Text [ en-US ] = "First convert $(ARG1)" ;
        };
        String STR_PAGEDESC_FOLLOWNAME
        {
-               Text [ en-US ] = "Next convert $(ARG1)";
+               Text [ en-US ] = "Next convert $(ARG1)" ;
        };
 };
 
 String STR_AUTH_TYPE_ARTICLE
 {
-       Text [ en-US ] = "Article";
+       Text [ en-US ] = "Article" ;
 };
 String STR_AUTH_TYPE_BOOK
 {
-       Text [ en-US ] = "Book";
+       Text [ en-US ] = "Book" ;
 };
 String STR_AUTH_TYPE_BOOKLET
 {
-       Text [ en-US ] = "Brochures";
+       Text [ en-US ] = "Brochures" ;
 };
 String STR_AUTH_TYPE_CONFERENCE
 {
-       Text [ en-US ] = "Conference proceedings";
+       Text [ en-US ] = "Conference proceedings" ;
 };
 String STR_AUTH_TYPE_INBOOK
 {
-       Text [ en-US ] = "Book excerpt";
+       Text [ en-US ] = "Book excerpt" ;
 };
 String STR_AUTH_TYPE_INCOLLECTION
 {
-       Text [ en-US ] = "Book excerpt with title";
+       Text [ en-US ] = "Book excerpt with title" ;
 };
 String STR_AUTH_TYPE_INPROCEEDINGS
 {
-       Text [ en-US ] = "Conference proceedings";
+       Text [ en-US ] = "Conference proceedings" ;
 };
 String STR_AUTH_TYPE_JOURNAL
 {
-       Text [ en-US ] = "Journal";
+       Text [ en-US ] = "Journal" ;
 };
 String STR_AUTH_TYPE_MANUAL
 {
-       Text [ en-US ] = "Techn. documentation";
+       Text [ en-US ] = "Techn. documentation" ;
 };
 String STR_AUTH_TYPE_MASTERSTHESIS
 {
-       Text [ en-US ] = "Thesis";
+       Text [ en-US ] = "Thesis" ;
 };
 String STR_AUTH_TYPE_MISC
 {
-       Text [ en-US ] = "Miscellaneous";
+       Text [ en-US ] = "Miscellaneous" ;
 };
 String STR_AUTH_TYPE_PHDTHESIS
 {
-       Text [ en-US ] = "Dissertation";
+       Text [ en-US ] = "Dissertation" ;
 };
 String STR_AUTH_TYPE_PROCEEDINGS
 {
-       Text [ en-US ] = "Conference proceedings";
+       Text [ en-US ] = "Conference proceedings" ;
 };
 String STR_AUTH_TYPE_TECHREPORT
 {
-       Text [ en-US ] = "Research report";
+       Text [ en-US ] = "Research report" ;
 };
 String STR_AUTH_TYPE_UNPUBLISHED
 {
-       Text [ en-US ] = "Unpublished";
+       Text [ en-US ] = "Unpublished" ;
 };
 String STR_AUTH_TYPE_EMAIL
 {
-       Text [ en-US ] = "e-mail";
+       Text [ en-US ] = "e-mail" ;
 };
 String STR_AUTH_TYPE_WWW
 {
-       Text [ en-US ] = "WWW document";
+       Text [ en-US ] = "WWW document" ;
 };
 String STR_AUTH_TYPE_CUSTOM1
 {
-       Text [ en-US ] = "User-defined1";
+       Text [ en-US ] = "User-defined1" ;
 };
 String STR_AUTH_TYPE_CUSTOM2
 {
-       Text [ en-US ] = "User-defined2";
+       Text [ en-US ] = "User-defined2" ;
 };
 String STR_AUTH_TYPE_CUSTOM3
 {
-       Text [ en-US ] = "User-defined3";
+       Text [ en-US ] = "User-defined3" ;
 };
 String STR_AUTH_TYPE_CUSTOM4
 {
-       Text [ en-US ] = "User-defined4";
+       Text [ en-US ] = "User-defined4" ;
 };
 String STR_AUTH_TYPE_CUSTOM5
 {
-       Text [ en-US ] = "User-defined5";
+       Text [ en-US ] = "User-defined5" ;
 };
 
 String STR_AUTH_FIELD_IDENTIFIER
 {
-       Text [ en-US ] = "Short name";
+       Text [ en-US ] = "Short name" ;
 };
 String STR_AUTH_FIELD_AUTHORITY_TYPE
 {
-       Text [ en-US ] = "Type";
+       Text [ en-US ] = "Type" ;
 };
 String STR_AUTH_FIELD_ADDRESS
 {
-       Text [ en-US ] = "Address";
+       Text [ en-US ] = "Address" ;
 };
 String STR_AUTH_FIELD_ANNOTE
 {
-    Text [ en-US ] = "Annotation";
+       Text [ en-US ] = "Annotation" ;
 };
 String STR_AUTH_FIELD_AUTHOR
 {
-       Text [ en-US ] = "Author(s)";
+       Text [ en-US ] = "Author(s)" ;
 };
 String STR_AUTH_FIELD_BOOKTITLE
 {
-       Text [ en-US ] = "Book title";
+       Text [ en-US ] = "Book title" ;
 };
 String STR_AUTH_FIELD_CHAPTER
 {
-       Text [ en-US ] = "Chapter";
+       Text [ en-US ] = "Chapter" ;
 };
 String STR_AUTH_FIELD_EDITION
 {
-       Text [ en-US ] = "Edition";
+       Text [ en-US ] = "Edition" ;
 };
 String STR_AUTH_FIELD_EDITOR
 {
-       Text [ en-US ] = "Editor";
+       Text [ en-US ] = "Editor" ;
 };
 String STR_AUTH_FIELD_HOWPUBLISHED
 {
-       Text [ en-US ] = "Publication type";
+       Text [ en-US ] = "Publication type" ;
 };
 String STR_AUTH_FIELD_INSTITUTION
 {
-       Text [ en-US ] = "Institution";
+       Text [ en-US ] = "Institution" ;
 };
 String STR_AUTH_FIELD_JOURNAL
 {
-       Text [ en-US ] = "Journal";
+       Text [ en-US ] = "Journal" ;
 };
 String STR_AUTH_FIELD_MONTH
 {
-       Text [ en-US ] = "Month";
+       Text [ en-US ] = "Month" ;
 };
 String STR_AUTH_FIELD_NOTE
 {
-    Text [ en-US ] = "Note";
+       Text [ en-US ] = "Note" ;
 };
 String STR_AUTH_FIELD_NUMBER
 {
-       Text [ en-US ] = "Number";
+       Text [ en-US ] = "Number" ;
 };
 String STR_AUTH_FIELD_ORGANIZATIONS
 {
-       Text [ en-US ] = "Organization";
+       Text [ en-US ] = "Organization" ;
 };
 String STR_AUTH_FIELD_PAGES
 {
-       Text [ en-US ] = "Page(s)";
+       Text [ en-US ] = "Page(s)" ;
 };
 String STR_AUTH_FIELD_PUBLISHER
 {
-       Text [ en-US ] = "Publisher";
+       Text [ en-US ] = "Publisher" ;
 };
 String STR_AUTH_FIELD_SCHOOL
 {
-       Text [ en-US ] = "University";
+       Text [ en-US ] = "University" ;
 };
 String STR_AUTH_FIELD_SERIES
 {
-       Text [ en-US ] = "Series";
+       Text [ en-US ] = "Series" ;
 };
 String STR_AUTH_FIELD_TITLE
 {
-       Text [ en-US ] = "Title";
+       Text [ en-US ] = "Title" ;
 };
 String STR_AUTH_FIELD_TYPE
 {
-       Text [ en-US ] = "Type of report";
+       Text [ en-US ] = "Type of report" ;
 };
 String STR_AUTH_FIELD_VOLUME
 {
-       Text [ en-US ] = "Volume";
+       Text [ en-US ] = "Volume" ;
 };
 String STR_AUTH_FIELD_YEAR
 {
-       Text [ en-US ] = "Year";
+       Text [ en-US ] = "Year" ;
 };
 String STR_AUTH_FIELD_URL
 {
-       Text [ en-US ] = "URL";
+       Text [ en-US ] = "URL" ;
 };
 String STR_AUTH_FIELD_CUSTOM1
 {
-    Text [ en-US ] = "User-defined1";
+       Text [ en-US ] = "User-defined1" ;
 };
 String STR_AUTH_FIELD_CUSTOM2
 {
-    Text [ en-US ] = "User-defined2";
+       Text [ en-US ] = "User-defined2" ;
 };
 String STR_AUTH_FIELD_CUSTOM3
 {
-    Text [ en-US ] = "User-defined3";
+       Text [ en-US ] = "User-defined3" ;
 };
 String STR_AUTH_FIELD_CUSTOM4
 {
-    Text [ en-US ] = "User-defined4";
+       Text [ en-US ] = "User-defined4" ;
 };
 String STR_AUTH_FIELD_CUSTOM5
 {
-    Text [ en-US ] = "User-defined5";
+       Text [ en-US ] = "User-defined5" ;
 };
 String STR_AUTH_FIELD_ISBN
 {
-       Text [ en-US ] = "ISBN";
+       Text [ en-US ] = "ISBN" ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/sw/source/ui/utlui/navipi.src 
b/main/sw/source/ui/utlui/navipi.src
index a35dbb1..bd363a8 100644
--- a/main/sw/source/ui/utlui/navipi.src
+++ b/main/sw/source/ui/utlui/navipi.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,71 +33,71 @@ Window DLG_NAVIGATION_PI
        OutputSize = TRUE ;
        DialogControl = TRUE ;
        SVLook = TRUE ;
-        //     Size = MAP_PIXEL( 235, 195 );
-        //     ZoomInOutputSize = MAP_PIXEL(235, 56);
-       Size = MAP_PIXEL ( 282 , 59 ) ;
-        //    Closeable = TRUE ;
-        //    Zoomable = TRUE ;
-        //    Moveable = TRUE ;
-        //     ZoomIn = FALSE;
+       //      Size = MAP_PIXEL( 235, 195 ) ;
+       //      ZoomInOutputSize = MAP_PIXEL (235, 56) ;
+       Size = MAP_PIXEL ( 282, 59 ) ;
+       //      Closeable = TRUE ;
+       //      Zoomable = TRUE ;
+       //      Moveable = TRUE ;
+       //      ZoomIn = FALSE ;
        Hide = TRUE ;
-        //    HideWhenDeactivate = TRUE ;
-        //    Sizeable = TRUE ;
-        //    EnableResizing = TRUE ;
-        //    Dockable = TRUE ;
-        //    Sizeable = TRUE ;
+       //      HideWhenDeactivate = TRUE ;
+       //      Sizeable = TRUE ;
+       //      EnableResizing = TRUE ;
+       //      Dockable = TRUE ;
+       //      Sizeable = TRUE ;
        Text [ en-US ] = "Navigator" ;
        ExtraData =
        {
                198;
        };
        
/************************************************************************************
-       Toolbox ab 323 x
-************************************************************************************/
+       Toolbox begins at 323 x
+       
************************************************************************************/
 #define NAVI_IDLIST \
-        IdList =                                    \
-        {                                           \
-            FN_UP ;                   \
-            FN_DOWN ;                \
-            FN_SELECT_HEADER ;      \
-            FN_SELECT_FOOTER ;      \
-            FN_SELECT_FOOTNOTE ;    \
-            FN_SHOW_CONTENT_BOX ;       \
-            FN_SHOW_ROOT ;      \
-            FN_ITEM_UP ;        \
-            FN_ITEM_DOWN ;      \
-            FN_ITEM_LEFT ;      \
-            FN_ITEM_RIGHT ;     \
-            FN_DROP_REGION ;    \
-            FN_OUTLINE_LEVEL ;    \
-            FN_SELECT_SET_AUTO_BOOKMARK ; \
-            FN_DROP_REGION_LINK ;   \
-            FN_DROP_REGION_COPY ;   \
-            FN_GLOBAL_SWITCH ;         \
-            FN_GLOBAL_EDIT ;           \
-            FN_GLOBAL_UPDATE ;         \
-            FN_GLOBAL_OPEN ;           \
-            FN_GLOBAL_SAVE_CONTENT ;     \
-            FN_CREATE_NAVIGATION ;       \
-        };                                               \
-        IdCount = { 21 ; };
+               IdList =                                                        
\
+               {                                                               
        \
+                       FN_UP ;                                                 
\
+                       FN_DOWN ;                                               
\
+                       FN_SELECT_HEADER ;                              \
+                       FN_SELECT_FOOTER ;                              \
+                       FN_SELECT_FOOTNOTE ;                    \
+                       FN_SHOW_CONTENT_BOX ;                   \
+                       FN_SHOW_ROOT ;                                  \
+                       FN_ITEM_UP ;                                    \
+                       FN_ITEM_DOWN ;                                  \
+                       FN_ITEM_LEFT ;                                  \
+                       FN_ITEM_RIGHT ;                                 \
+                       FN_DROP_REGION ;                                \
+                       FN_OUTLINE_LEVEL ;                              \
+                       FN_SELECT_SET_AUTO_BOOKMARK ;   \
+                       FN_DROP_REGION_LINK ;                   \
+                       FN_DROP_REGION_COPY ;                   \
+                       FN_GLOBAL_SWITCH ;                              \
+                       FN_GLOBAL_EDIT ;                                \
+                       FN_GLOBAL_UPDATE ;                              \
+                       FN_GLOBAL_OPEN ;                                \
+                       FN_GLOBAL_SAVE_CONTENT ;                \
+                       FN_CREATE_NAVIGATION ;                  \
+               };                                                              
        \
+               IdCount = { 21 ; } ;
 
-    ImageList IL_CONTENT
-       {
-        Prefix = "sc";
-        MaskColor = IMAGE_MASK_COLOR ;
-        NAVI_IDLIST
-    };
-    ImageList ILH_CONTENT
-       {
-        Prefix = "sch";
-        MaskColor = IMAGE_MASK_COLOR ;
-        NAVI_IDLIST
-    };
-    Toolbox TB_CONTENT
-       {
-               Pos = MAP_PIXEL ( 5 , 5 ) ;
-               Size = MAP_PIXEL ( 300 , 47 ) ;
+       ImageList IL_CONTENT
+       {
+               Prefix = "sc" ;
+               MaskColor = IMAGE_MASK_COLOR ;
+               NAVI_IDLIST
+       };
+       ImageList ILH_CONTENT
+       {
+               Prefix = "sch" ;
+               MaskColor = IMAGE_MASK_COLOR ;
+               NAVI_IDLIST
+       };
+       Toolbox TB_CONTENT
+       {
+               Pos = MAP_PIXEL ( 5, 5 ) ;
+               Size = MAP_PIXEL ( 300, 47 ) ;
                LineCount = 2 ;
                ItemList =
                {
@@ -112,29 +112,26 @@ Window DLG_NAVIGATION_PI
                                Identifier = FN_CREATE_NAVIGATION ;
                                HelpID = HID_NAVI_TBX24 ;
                                Text [ en-US ] = "Navigation" ;
-                DropDown = TRUE ;
-            };
-            ToolBoxItem
+                               DropDown = TRUE ;
+                       };
+                       ToolBoxItem
                        {
                                Identifier = FN_UP ;
-                                //                                     
ItemBitmap = Bitmap { File = "navup.png"; };
+                               //                                      
ItemBitmap = Bitmap { File = "navup.png" ; };
                                HelpID = HID_NAVI_TBX2 ;
-                               /* ### ACHTUNG: Neuer Text in Resource? 
R�ckw�rts : R�ckw�rts */
                                Text [ en-US ] = "Back" ;
                        };
                        ToolBoxItem
                        {
                                Identifier = FN_DOWN ;
-                                //                                     
ItemBitmap = Bitmap { File = "navdn.png"; };
+                               //                                      
ItemBitmap = Bitmap { File = "navdn.png" ; };
                                HelpID = HID_NAVI_TBX3 ;
-                               /* ### ACHTUNG: Neuer Text in Resource? 
Vorw�rts : Vorw�rts */
                                Text [ en-US ] = "Forward" ;
                        };
                        ToolBoxItem
                        {
                                Identifier = FN_DROP_REGION ;
                                HelpID = HID_NAVI_TBX4 ;
-                               /* ### ACHTUNG: Neuer Text in Resource? Modus 
f�r Drag & Drop ausw�hlen : Modus f�r Drag & Drop ausw�hlen */
                                DropDown = TRUE ;
                                Text [ en-US ] = "Drag Mode" ;
                        };
@@ -145,15 +142,15 @@ Window DLG_NAVIGATION_PI
                        ToolBoxItem
                        {
                                Identifier = FN_ITEM_UP ;
-                                //                                     
ItemBitmap = Bitmap { File = "navchup.png"; };
+                               //                                      
ItemBitmap = Bitmap { File = "navchup.png" ; };
                                HelpID = HID_NAVI_TBX5 ;
                                Text [ en-US ] = "Promote Chapter" ;
-                                //HelpText[english_us-wrong] = "Move chapter 
down";//"Move chapter up"
+                               //HelpText[english_us-wrong] = "Move chapter 
down" ;//"Move chapter up"
                        };
                        ToolBoxItem
                        {
                                Identifier = FN_ITEM_DOWN ;
-                                //                                     
ItemBitmap = Bitmap { File = "navchdn.png"; };
+                               //                                      
ItemBitmap = Bitmap { File = "navchdn.png" ; };
                                HelpID = HID_NAVI_TBX6 ;
                                Text [ en-US ] = "Demote Chapter" ;
                        };
@@ -181,7 +178,7 @@ Window DLG_NAVIGATION_PI
                        {
                                Identifier = FN_SELECT_SET_AUTO_BOOKMARK ;
                                HelpID = HID_NAVI_TBX9 ;
-                                //                                     
ItemBitmap = Bitmap { File = "navstmp.png"; };
+                               //                                      
ItemBitmap = Bitmap { File = "navstmp.png" ; };
                                Text [ en-US ] = "Set Reminder" ;
                        };
                        ToolBoxItem
@@ -191,26 +188,23 @@ Window DLG_NAVIGATION_PI
                        ToolBoxItem
                        {
                                Identifier = FN_SELECT_HEADER ;
-                                //                                     
ItemBitmap = Bitmap { File = "navhead.png"; };
+                               //                                      
ItemBitmap = Bitmap { File = "navhead.png" ; };
                                HelpID = HID_NAVI_TBX10 ;
                                Text [ en-US ] = "Header" ;
                        };
                        ToolBoxItem
                        {
                                Identifier = FN_SELECT_FOOTER ;
-                                //                                     
ItemBitmap = Bitmap { File = "navfoot.png"; };
+                               //                                      
ItemBitmap = Bitmap { File = "navfoot.png" ; };
                                HelpID = HID_NAVI_TBX11 ;
-                               /* ### ACHTUNG: Neuer Text in Resource? 
Fu�zeile : Fu�zeile */
                                Text [ en-US ] = "Footer" ;
-                               /* ### ACHTUNG: Neuer Text in Resource? 
Springen zur Fu�zeile : Springen zur Fu�zeile */
                        };
                        ToolBoxItem
                        {
                                Identifier = FN_SELECT_FOOTNOTE ;
-                                //                                     
ItemBitmap = Bitmap { File = "navnote.png"; };
+                               //                                      
ItemBitmap = Bitmap { File = "navnote.png" ; };
                                HelpID = HID_NAVI_TBX12 ;
                                Text [ en-US ] = "Anchor<->Text" ;
-                               /* ### ACHTUNG: Neuer Text in Resource? 
Springen zwischen Fu�notenankern und dem Fu�notentext : Springen zwischen 
Fu�notenankern und dem Fu�notentext */
                        };
                        ToolBoxItem
                        {
@@ -220,7 +214,6 @@ Window DLG_NAVIGATION_PI
                        {
                                Identifier = FN_OUTLINE_LEVEL ;
                                HelpID = HID_NAVI_TBX13 ;
-                               /* ### ACHTUNG: Neuer Text in Resource? 
Angezeigte �berschriftenebenen : Angezeigte �berschriftenebenen */
                                Text [ en-US ] = "Heading Levels Shown" ;
                                DropDown = TRUE ;
                        };
@@ -232,13 +225,13 @@ Window DLG_NAVIGATION_PI
                        {
                                Identifier = FN_ITEM_LEFT ;
                                HelpID = HID_NAVI_TBX14 ;
-                                //                                     
ItemBitmap = Bitmap { File = "navchlf.png"; };
+                               //                                      
ItemBitmap = Bitmap { File = "navchlf.png" ; };
                                Text [ en-US ] = "Promote Level" ;
                        };
                        ToolBoxItem
                        {
                                Identifier = FN_ITEM_RIGHT ;
-                                //                                     
ItemBitmap = Bitmap { File = "navchrg.png"; };
+                               //                                      
ItemBitmap = Bitmap { File = "navchrg.png" ; };
                                HelpID = HID_NAVI_TBX15 ;
                                Text [ en-US ] = "Demote Level" ;
                        };
@@ -246,8 +239,8 @@ Window DLG_NAVIGATION_PI
        };
        ToolBox TB_GLOBAL
        {
-               Pos = MAP_PIXEL ( 5 , 5 ) ;
-               Size = MAP_PIXEL ( 300 , 47 ) ;
+               Pos = MAP_PIXEL ( 5, 5 ) ;
+               Size = MAP_PIXEL ( 300, 47 ) ;
                LineCount = 1 ;
                Hide = TRUE ;
                ItemList =
@@ -278,7 +271,6 @@ Window DLG_NAVIGATION_PI
                        {
                                Identifier = FN_GLOBAL_OPEN ;
                                HelpID = HID_NAVI_TBX20 ;
-                               /* ### ACHTUNG: Neuer Text in Resource? 
Einf�gen : Einf�gen */
                                Text [ en-US ] = "Insert" ;
                        };
                        ToolBoxItem
@@ -299,14 +291,12 @@ Window DLG_NAVIGATION_PI
                        {
                                Identifier = FN_ITEM_UP ;
                                HelpID = HID_NAVI_TBX22 ;
-                               /* ### ACHTUNG: Neuer Text in Resource? Nach 
oben verschieben : Nach unten verschieben */
                                Text [ en-US ] = "Move Up" ;
                        };
                        ToolBoxItem
                        {
                                Identifier = FN_ITEM_DOWN ;
                                HelpID = HID_NAVI_TBX23 ;
-                               /* ### ACHTUNG: Neuer Text in Resource? Nach 
unten verschieben : Nach oben verschieben */
                                Text [ en-US ] = "Move Down" ;
                        };
                };
@@ -316,8 +306,8 @@ Window DLG_NAVIGATION_PI
        {
                HelpID = HID_NAVI_CONTENT ;
                Border = TRUE ;
-               Pos = MAP_PIXEL ( 5 , 62 ) ;
-               Size = MAP_PIXEL ( 274 , 112 ) ;
+               Pos = MAP_PIXEL ( 5, 62 ) ;
+               Size = MAP_PIXEL ( 274, 112 ) ;
                TabStop = TRUE ;
                ClipChildren = TRUE ;
                Hide = TRUE ;
@@ -326,8 +316,8 @@ Window DLG_NAVIGATION_PI
        {
                HelpID = HID_NAVI_GLOBAL ;
                Border = TRUE ;
-               Pos = MAP_PIXEL ( 5 , 34 ) ;
-               Size = MAP_PIXEL ( 274 , 112 ) ;
+               Pos = MAP_PIXEL ( 5, 34 ) ;
+               Size = MAP_PIXEL ( 274, 112 ) ;
                TabStop = TRUE ;
                ClipChildren = TRUE ;
                Hide = TRUE ;
@@ -335,22 +325,22 @@ Window DLG_NAVIGATION_PI
        ListBox LB_DOCS
        {
                Border = TRUE ;
-               Pos = MAP_PIXEL ( 5 , 115 ) ;
-               Size = MAP_APPFONT ( 150 , 50 ) ;
+               Pos = MAP_PIXEL ( 5, 115 ) ;
+               Size = MAP_APPFONT ( 150, 50 ) ;
                DropDown = TRUE ;
        };
        NumericField NF_PAGE
        {
                Border = TRUE ;
-               Pos = MAP_PIXEL ( 50 , 29 ) ;
-        Size = MAP_PIXEL ( 34 , 20 ) ;
+               Pos = MAP_PIXEL ( 50, 29 ) ;
+               Size = MAP_PIXEL ( 34, 20 ) ;
                TabStop = TRUE ;
                Left = TRUE ;
                Repeat = TRUE ;
                Spin = TRUE ;
                Minimum = 1 ;
                First = 1 ;
-                // Outline als Default
+               // Outline as Default
                Maximum = 5 ;
                Last = 5 ;
                Value = 5 ;
@@ -365,17 +355,14 @@ Window DLG_NAVIGATION_PI
        };
        String ST_HYPERLINK
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Als Hyperlink einf�gen 
: Als Hyperlink einf�gen */
                Text [ en-US ] = "Insert as Hyperlink" ;
        };
        String ST_LINK_REGION
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Als Verkn�pfung 
einf�gen : Als Verkn�pfung einf�gen */
                Text [ en-US ] = "Insert as Link" ;
        };
        String ST_COPY_REGION
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Als Kopie einf�gen : 
Als Kopie einf�gen */
                Text [ en-US ] = "Insert as Copy" ;
        };
        String ST_DISPLAY
@@ -410,18 +397,17 @@ Window DLG_NAVIGATION_PI
        {
                Text [ en-US ] = "Edit" ;
        };
-    String ST_EDIT_LINK
+       String ST_EDIT_LINK
        {
-       Text [ en-US ] = "Edit link";
+               Text [ en-US ] = "Edit link" ;
        };
        String ST_INSERT
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Einf�gen : Einf�gen */
                Text [ en-US ] = "Insert" ;
        };
        String ST_INDEX
        {
-               Text [ en-US ] = "~Index";
+               Text [ en-US ] = "~Index" ;
        };
        String ST_FILE
        {
@@ -437,7 +423,6 @@ Window DLG_NAVIGATION_PI
        };
        String ST_DELETE
        {
-               /* ### ACHTUNG: Neuer Text in Resource? L�schen : L�schen */
                Text [ en-US ] = "Delete" ;
        };
        String ST_DELETE_ENTRY
@@ -454,7 +439,6 @@ Window DLG_NAVIGATION_PI
        };
        String ST_UPDATE_LINK
        {
-               /* ### ACHTUNG: Neuer Text in Resource? Verkn�pfungen : 
Verkn�pfungen */
                Text [ en-US ] = "Links" ;
        };
        String ST_UPDATE_ALL
@@ -471,73 +455,74 @@ Window DLG_NAVIGATION_PI
        };
        String ST_INVISIBLE
        {
-               Text [ en-US ] = "hidden";
+               Text [ en-US ] = "hidden" ;
        };
        String ST_BROKEN_LINK
        {
-               Text [ en-US ] = "File not found: ";
+               Text [ en-US ] = "File not found: " ;
        };
        String ST_RENAME
        {
-               Text [ en-US ] = "~Rename";
+               Text [ en-US ] = "~Rename" ;
        };
        String ST_READONLY_IDX
        {
-               Text [ en-US ] = "Read-~only";
+               Text [ en-US ] = "Read-~only" ;
        };
        String ST_POSTIT_SHOW
        {
-               Text [ en-US ] = "Show All";
+               Text [ en-US ] = "Show All" ;
        };
        String ST_POSTIT_HIDE
        {
-               Text [ en-US ] = "Hide All";
+               Text [ en-US ] = "Hide All" ;
        };
        String ST_POSTIT_DELETE
        {
-               Text [ en-US ] = "Delete All";
+               Text [ en-US ] = "Delete All" ;
        };
 };
-#define NAVI_ENTRY_IDS \
-    IdList =           \
-    {                  \
-        20000 ;        \
-        20001 ;        \
-        20002 ;        \
-        20003 ;        \
-        20004 ;        \
-        20005 ;        \
-        20006 ;        \
-        20007 ;        \
-        20008 ;        \
-        20009 ;        \
-        20010 ;        \
-        20011 ;        \
-    };                 \
-    IdCount = { 12 ; };
+#define NAVI_ENTRY_IDS \
+       IdList =                        \
+       {                                       \
+               20000 ;                 \
+               20001 ;                 \
+               20002 ;                 \
+               20003 ;                 \
+               20004 ;                 \
+               20005 ;                 \
+               20006 ;                 \
+               20007 ;                 \
+               20008 ;                 \
+               20009 ;                 \
+               20010 ;                 \
+               20011 ;                 \
+       };                                      \
+       IdCount = { 12 ; } ;
 
 
 
 ImageList IMG_NAVI_ENTRYBMP
 {
-    Prefix = "nc";
-    MaskColor = IMAGE_MASK_COLOR ;
-    NAVI_ENTRY_IDS
+       Prefix = "nc" ;
+       MaskColor = IMAGE_MASK_COLOR ;
+       NAVI_ENTRY_IDS
 };
 
 ImageList IMG_NAVI_ENTRYBMPH
 {
-    Prefix = "nch";
-    MaskColor = IMAGE_MASK_COLOR ;
-    NAVI_ENTRY_IDS
+       Prefix = "nch" ;
+       MaskColor = IMAGE_MASK_COLOR ;
+       NAVI_ENTRY_IDS
 };
 
 String STR_ACCESS_TL_GLOBAL
 {
-       Text [ en-US ] = "Global View";
+       Text [ en-US ] = "Global View" ;
 };
 String STR_ACCESS_TL_CONTENT
 {
-       Text [ en-US ] = "Content View";
+       Text [ en-US ] = "Content View" ;
 };
 
+// ********************************************************************** EOF
diff --git a/main/xmlsecurity/source/dialogs/macrosecurity.src 
b/main/xmlsecurity/source/dialogs/macrosecurity.src
index 9c25c88..7929584 100644
--- a/main/xmlsecurity/source/dialogs/macrosecurity.src
+++ b/main/xmlsecurity/source/dialogs/macrosecurity.src
@@ -5,7 +5,7 @@
  * distributed with this work for additional information
  * regarding copyright ownership.  The ASF licenses this file
  * to you under the Apache License, Version 2.0 (the
- * "License") ; you may not use this file except in compliance
+ * "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

Reply via email to