You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2024/01/16 21:43:01 UTC

(openoffice) 02/02: Cleaned up resource files

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

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

commit 14d89e6d7e8ff90a682e6d512a6ade05b6ea0df6
Author: mseidel <ms...@apache.org>
AuthorDate: Tue Jan 16 21:56:09 2024 +0100

    Cleaned up resource files
    
    (cherry picked from commit 7fde2df7ec131080dc2f379e776a528edf608fdf)
---
 main/extensions/source/propctrlr/fontdialog.src    |   12 +-
 .../extensions/source/propctrlr/formlinkdialog.src |  234 ++--
 main/extensions/source/propctrlr/formres.src       | 1160 ++++++++++----------
 .../source/propctrlr/listselectiondlg.src          |   80 +-
 main/extensions/source/propctrlr/newdatatype.src   |   74 +-
 main/extensions/source/propctrlr/pcrmiscres.src    |  125 ++-
 main/extensions/source/propctrlr/propres.src       |    2 -
 .../source/propctrlr/selectlabeldialog.src         |   57 +-
 main/extensions/source/propctrlr/taborder.src      |   63 +-
 main/svx/source/form/datanavi.src                  |    2 -
 main/svx/source/form/filtnav.src                   |    2 -
 main/svx/source/form/fmexpl.src                    |    2 -
 main/svx/source/form/fmstring.src                  |    4 +-
 main/svx/source/form/formshell.src                 |    2 -
 14 files changed, 902 insertions(+), 917 deletions(-)

diff --git a/main/extensions/source/propctrlr/fontdialog.src b/main/extensions/source/propctrlr/fontdialog.src
index b1ca64c37a..1e7af8b1ac 100644
--- a/main/extensions/source/propctrlr/fontdialog.src
+++ b/main/extensions/source/propctrlr/fontdialog.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,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef EXTENSIONS_PROPRESID_HRC
 #include "formresid.hrc"
 #endif
@@ -54,3 +52,5 @@ TabDialog RID_TABDLG_FONTDIALOG
 		};
 	};
 };
+
+// ********************************************************************** EOF
diff --git a/main/extensions/source/propctrlr/formlinkdialog.src b/main/extensions/source/propctrlr/formlinkdialog.src
index 85347ab7b9..4f0becb85a 100644
--- a/main/extensions/source/propctrlr/formlinkdialog.src
+++ b/main/extensions/source/propctrlr/formlinkdialog.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,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
 #include "formresid.hrc"
 #endif
@@ -31,127 +29,129 @@
 
 ModalDialog RID_DLG_FORMLINKS
 {
-    HelpID = "extensions:ModalDialog:RID_DLG_FORMLINKS";
+	HelpID = "extensions:ModalDialog:RID_DLG_FORMLINKS" ;
 	OutputSize = TRUE ;
 	Moveable = TRUE ;
 	Closeable = TRUE ;
 	SVLook = TRUE ;
-    Size = MAP_APPFONT ( 252, 110 ) ;
+	Size = MAP_APPFONT ( 252, 110 ) ;
 
-    Text [ en-US ] = "Link fields";
+	Text [ en-US ] = "Link fields" ;
 
-    FixedText FT_EXPLANATION
-    {
-        Pos = MAP_APPFONT( 6, 6 );
-        Size = MAP_APPFONT( 187, 24 );
+	FixedText FT_EXPLANATION
+	{
+		Pos = MAP_APPFONT ( 6, 6 ) ;
+		Size = MAP_APPFONT ( 187, 24 ) ;
 
-        WordBreak = TRUE;
+		WordBreak = TRUE ;
 
-        Text [ en-US ] = "Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form.";
-    };
+		Text [ en-US ] = "Sub forms can be used to display detailed data about the current record of the master form. To do this, you can specify which columns in the sub form match which columns in the master form." ;
+	};
 
-    FixedText FT_DETAIL_LABEL
-    {
-        Pos = MAP_APPFONT( 6, 36 );
-        Size = MAP_APPFONT( 85, 8 );
-    };
+	FixedText FT_DETAIL_LABEL
+	{
+		Pos = MAP_APPFONT ( 6, 36 ) ;
+		Size = MAP_APPFONT ( 85, 8 ) ;
+	};
 
-    FixedText FT_MASTER_LABEL
-    {
-        Pos = MAP_APPFONT( 102, 36 );
-        Size = MAP_APPFONT( 85, 8 );
-    };
+	FixedText FT_MASTER_LABEL
+	{
+		Pos = MAP_APPFONT ( 102, 36 ) ;
+		Size = MAP_APPFONT ( 85, 8 ) ;
+	};
 
 #define ROW( n ) \
-    Window n \
-    { \
-        Pos  = MAP_APPFONT( 6, 47 + 15 * ( n - 1 ) ); \
-        Size = MAP_APPFONT( 181, 13 );                \
-                                                      \
-        Hide          = FALSE;                        \
-        DialogControl = TRUE;                         \
-                                                      \
-        ComboBox 1                                    \
-        {                                             \
-            Pos  = MAP_APPFONT( 0, 0 );               \
-            Size = MAP_APPFONT( 85, 12 );             \
-                                                      \
-            DropDown = TRUE;                          \
-            TabStop  = TRUE;                          \
-                                                      \
-            HelpId   = HID_FIELDLINK_DETAIL_COLUMN;   \
-            UniqueId = UID_FIELDLINK_DETAIL#n;        \
-        };                                            \
-        FixedText 1                                   \
-        {                                             \
-            Pos  = MAP_APPFONT( 85, 0 );              \
-            Size = MAP_APPFONT( 10, 12 );             \
-            Center = TRUE;                            \
-        };                                            \
-        ComboBox 2                                    \
-        {                                             \
-            Pos  = MAP_APPFONT( 95, 0 );              \
-            Size = MAP_APPFONT( 85, 12 );             \
-                                                      \
-            DropDown = TRUE;                          \
-            TabStop  = TRUE;                          \
-                                                      \
-            HelpId   = HID_FIELDLINK_MASTER_COLUMN;   \
-            UniqueId = UID_FIELDLINK_MASTER#n;        \
-        };                                            \
-    }
-
-    ROW( 1 );
-    ROW( 2 );
-    ROW( 3 );
-    ROW( 4 );
-
-    OKButton PB_OK
-    {
-        Pos = MAP_APPFONT( 199, 6 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop   = TRUE;
-        DefButton = TRUE;
-    };
-
-    CancelButton PB_CANCEL
-    {
-        Pos = MAP_APPFONT( 199, 23 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop = TRUE;
-    };
-
-    HelpButton PB_HELP
-    {
-        Pos = MAP_APPFONT( 199, 43 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop = TRUE;
-    };
-
-    PushButton PB_SUGGEST
-    {
-        HelpID = "extensions:PushButton:RID_DLG_FORMLINKS:PB_SUGGEST";
-        Pos = MAP_APPFONT( 199, 90 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop =  TRUE;
-        Hide    = FALSE;
-        Disable =  TRUE;
-
-        Text [ en-US ] = "Suggest";
-    };
-
-    String STR_DETAIL_FORM
-    {
-        Text [ en-US ] = "Sub Form";
-    };
-
-    String STR_MASTER_FORM
-    {
-        Text [ en-US ] = "Master Form";
-    };
-
-    String STR_ERROR_RETRIEVING_COLUMNS
-    {
-        Text [ en-US ] = "The columns of '#' could not be retrieved.";
-    };
+	Window n \
+	{ \
+		Pos = MAP_APPFONT ( 6, 47 + 15 * ( n - 1 ) ) ;	\
+		Size = MAP_APPFONT ( 181, 13 ) ;				\
+														\
+		Hide = FALSE ;									\
+		DialogControl = TRUE ;							\
+														\
+		ComboBox 1										\
+		{												\
+			Pos = MAP_APPFONT ( 0, 0 ) ;				\
+			Size = MAP_APPFONT ( 85, 12 ) ;				\
+														\
+			DropDown = TRUE ;							\
+			TabStop = TRUE ;							\
+														\
+			HelpId = HID_FIELDLINK_DETAIL_COLUMN ;		\
+			UniqueId = UID_FIELDLINK_DETAIL#n ;			\
+		};												\
+		FixedText 1										\
+		{												\
+			Pos = MAP_APPFONT ( 85, 0 ) ;				\
+			Size = MAP_APPFONT ( 10, 12 ) ;				\
+			Center = TRUE ;								\
+		};												\
+		ComboBox 2										\
+		{												\
+			Pos = MAP_APPFONT ( 95, 0 ) ;				\
+			Size = MAP_APPFONT ( 85, 12 ) ;				\
+														\
+			DropDown = TRUE ;							\
+			TabStop = TRUE ;							\
+														\
+			HelpId = HID_FIELDLINK_MASTER_COLUMN ;		\
+			UniqueId = UID_FIELDLINK_MASTER#n ;			\
+		};												\
+	}
+
+	ROW( 1 ) ;
+	ROW( 2 ) ;
+	ROW( 3 ) ;
+	ROW( 4 ) ;
+
+	OKButton PB_OK
+	{
+		Pos = MAP_APPFONT ( 199, 6 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+		TabStop = TRUE ;
+		DefButton = TRUE ;
+	};
+
+	CancelButton PB_CANCEL
+	{
+		Pos = MAP_APPFONT ( 199, 23 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+		TabStop = TRUE ;
+	};
+
+	HelpButton PB_HELP
+	{
+		Pos = MAP_APPFONT ( 199, 43 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+		TabStop = TRUE ;
+	};
+
+	PushButton PB_SUGGEST
+	{
+		HelpID = "extensions:PushButton:RID_DLG_FORMLINKS:PB_SUGGEST" ;
+		Pos = MAP_APPFONT ( 199, 90 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+		TabStop = TRUE ;
+		Hide = FALSE ;
+		Disable = TRUE ;
+
+		Text [ en-US ] = "Suggest" ;
+	};
+
+	String STR_DETAIL_FORM
+	{
+		Text [ en-US ] = "Sub Form" ;
+	};
+
+	String STR_MASTER_FORM
+	{
+		Text [ en-US ] = "Master Form" ;
+	};
+
+	String STR_ERROR_RETRIEVING_COLUMNS
+	{
+		Text [ en-US ] = "The columns of '#' could not be retrieved." ;
+	};
 };
+
+// ********************************************************************** EOF
diff --git a/main/extensions/source/propctrlr/formres.src b/main/extensions/source/propctrlr/formres.src
index df01a0552f..95d095f1fe 100644
--- a/main/extensions/source/propctrlr/formres.src
+++ b/main/extensions/source/propctrlr/formres.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,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef EXTENSIONS_PROPRESID_HRC
 #include "formresid.hrc"
 #endif
@@ -90,7 +88,7 @@ String RID_STR_HELPTEXT
 };
 String RID_STR_HELPURL
 {
-	Text [ en-US ] = "Help URL";
+	Text [ en-US ] = "Help URL" ;
 };
 String RID_STR_TAG
 {
@@ -127,7 +125,7 @@ String RID_STR_DEFAULT_BUTTON
 };
 String RID_STR_LABELCONTROL
 {
-	Text [ en-US ] = "Label Field";
+	Text [ en-US ] = "Label Field" ;
 };
 String RID_STR_LABEL
 {
@@ -143,22 +141,22 @@ String RID_STR_VERTICAL_ALIGN
 };
 Resource RID_RSC_ENUM_VERTICAL_ALIGN
 {
-    String 1
-    {
-        Text [ en-US ] = "Top";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Middle";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Bottom";
-    };
+	String 1
+	{
+		Text [ en-US ] = "Top" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Middle" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Bottom" ;
+	};
 };
 String RID_STR_IMAGEPOSITION
 {
-    Text [ en-US ] = "Graphics alignment";
+	Text [ en-US ] = "Graphics alignment" ;
 };
 String RID_STR_FONT
 {
@@ -178,30 +176,30 @@ String RID_STR_ICONSIZE
 };
 Resource RID_RSC_ENUM_ICONSIZE_TYPE
 {
-    String 1
-    {
-	    Text [ en-US ] = "Small" ;
-    };
-    String 2
-    {
-	    Text [ en-US ] = "Large" ;
-    };
+	String 1
+	{
+		Text [ en-US ] = "Small" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Large" ;
+	};
 };
 String RID_STR_SHOW_POSITION
 {
-    Text [ en-US ] = "Positioning";
+	Text [ en-US ] = "Positioning" ;
 };
 String RID_STR_SHOW_NAVIGATION
 {
-    Text [ en-US ] = "Navigation";
+	Text [ en-US ] = "Navigation" ;
 };
 String RID_STR_SHOW_RECORDACTIONS
 {
-    Text [ en-US ] = "Acting on a record";
+	Text [ en-US ] = "Acting on a record" ;
 };
 String RID_STR_SHOW_FILTERSORT
 {
-    Text [ en-US ] = "Filtering / Sorting";
+	Text [ en-US ] = "Filtering / Sorting" ;
 };
 String RID_STR_HSCROLL
 {
@@ -213,7 +211,7 @@ String RID_STR_VSCROLL
 };
 String RID_STR_WORDBREAK
 {
-	Text [ en-US ] = "Word break";
+	Text [ en-US ] = "Word break" ;
 };
 String RID_STR_MULTILINE
 {
@@ -245,11 +243,11 @@ String RID_STR_SORT_CRITERIA
 };
 String RID_STR_RECORDMARKER
 {
-	Text [ en-US ] = "Record marker";
+	Text [ en-US ] = "Record marker" ;
 };
 String RID_STR_FILTERPROPOSAL
 {
-	Text [ en-US ] = "Filter proposal";
+	Text [ en-US ] = "Filter proposal" ;
 };
 String RID_STR_NAVIGATION
 {
@@ -285,11 +283,11 @@ String RID_STR_LISTSOURCETYPE
 };
 String RID_STR_CURSORSOURCE
 {
-    Text [ en-US ] = "Content" ;
+	Text [ en-US ] = "Content" ;
 };
 String RID_STR_CURSORSOURCETYPE
 {
-	Text [ en-US ] = "Content type";
+	Text [ en-US ] = "Content type" ;
 };
 String RID_STR_ALLOW_ADDITIONS
 {
@@ -309,7 +307,7 @@ String RID_STR_DATAENTRY
 };
 String RID_STR_DATASOURCE
 {
-	Text [ en-US ] = "Data source";
+	Text [ en-US ] = "Data source" ;
 };
 String RID_STR_MASTERFIELDS
 {
@@ -365,7 +363,7 @@ String RID_STR_TIMEFORMAT
 };
 String RID_STR_CURRSYM_POSITION
 {
-	Text [ en-US ] = "Prefix symbol";
+	Text [ en-US ] = "Prefix symbol" ;
 };
 String RID_STR_VALUE
 {
@@ -409,7 +407,7 @@ String RID_STR_REFVALUE
 };
 String RID_STR_UNCHECKEDREFVALUE
 {
-    Text [ en-US ] = "Reference value (off)";
+	Text [ en-US ] = "Reference value (off)" ;
 };
 String RID_STR_STRINGITEMLIST
 {
@@ -417,7 +415,7 @@ String RID_STR_STRINGITEMLIST
 };
 String RID_STR_BUTTONTYPE
 {
-	Text [ en-US ] = "Action";
+	Text [ en-US ] = "Action" ;
 };
 String RID_STR_SUBMIT_ACTION
 {
@@ -441,15 +439,15 @@ String RID_STR_DEFAULTVALUE
 };
 String RID_STR_DEFAULTTEXT
 {
-    Text [ en-US ] = "Default text";
+	Text [ en-US ] = "Default text" ;
 };
 String RID_STR_DEFAULTDATE
 {
-    Text [ en-US ] = "Default date";
+	Text [ en-US ] = "Default date" ;
 };
 String RID_STR_DEFAULTTIME
 {
-    Text [ en-US ] = "Default time";
+	Text [ en-US ] = "Default time" ;
 };
 String RID_STR_SUBMIT_TARGET
 {
@@ -458,284 +456,284 @@ String RID_STR_SUBMIT_TARGET
 
 Resource RID_RSC_ENUM_BORDER_TYPE
 {
-    String 1
-    {
-	    Text [ en-US ] = "Without frame" ;
-    };
-    String 2
-    {
-	    Text [ en-US ] = "3D look" ;
-    };
-    String 3
-    {
-	    Text [ en-US ] = "Flat" ;
-    };
+	String 1
+	{
+		Text [ en-US ] = "Without frame" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "3D look" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Flat" ;
+	};
 };
 
 Resource RID_RSC_ENUM_LISTSOURCE_TYPE
 {
-    String 1
-    {
-	    Text [ en-US ] = "Valuelist";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Table";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Query";
-    };
-    String 4
-    {
-        Text [ en-US ] = "Sql";
-    };
-    String 5
-    {
-        Text [ en-US ] = "Sql [Native]";
-    };
-    String 6
-    {
-        Text [ en-US ] = "Tablefields" ;
-    };
+	String 1
+	{
+		Text [ en-US ] = "Valuelist" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Table" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Query" ;
+	};
+	String 4
+	{
+		Text [ en-US ] = "Sql" ;
+	};
+	String 5
+	{
+		Text [ en-US ] = "Sql [Native]" ;
+	};
+	String 6
+	{
+		Text [ en-US ] = "Tablefields" ;
+	};
 };
 Resource RID_RSC_ENUM_ALIGNMENT
 {
 	String 1
-    {
-	    Text [ en-US ] = "Left";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Center";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Right" ;
-    };
+	{
+		Text [ en-US ] = "Left" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Center" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Right" ;
+	};
 };
 Resource RID_RSC_ENUM_BUTTONTYPE
 {
 	String 1
-    {
-	    Text [ en-US ] = "None";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Submit form";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Reset form";
-    };
-    String 4
-    {
-        Text [ en-US ] = "Open document/web page";
-    };
-    String 5
-    {
-        Text [ en-US ] = "First record";
-    };
-    String 6
-    {
-        Text [ en-US ] = "Previous record";
-    };
-    String 7
-    {
-        Text [ en-US ] = "Next record";
-    };
-    String 8
-    {
-        Text [ en-US ] = "Last record";
-    };
-    String 9
-    {
-        Text [ en-US ] = "Save record";
-    };
-    String 10
-    {
-        Text [ en-US ] = "Undo data entry";
-    };
-    String 11
-    {
-        Text [ en-US ] = "New record";
-    };
-    String 12
-    {
-        Text [ en-US ] = "Delete record";
-    };
-    String 13
-    {
-        Text [ en-US ] = "Refresh form";
-    };
+	{
+		Text [ en-US ] = "None" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Submit form" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Reset form" ;
+	};
+	String 4
+	{
+		Text [ en-US ] = "Open document/web page" ;
+	};
+	String 5
+	{
+		Text [ en-US ] = "First record" ;
+	};
+	String 6
+	{
+		Text [ en-US ] = "Previous record" ;
+	};
+	String 7
+	{
+		Text [ en-US ] = "Next record" ;
+	};
+	String 8
+	{
+		Text [ en-US ] = "Last record" ;
+	};
+	String 9
+	{
+		Text [ en-US ] = "Save record" ;
+	};
+	String 10
+	{
+		Text [ en-US ] = "Undo data entry" ;
+	};
+	String 11
+	{
+		Text [ en-US ] = "New record" ;
+	};
+	String 12
+	{
+		Text [ en-US ] = "Delete record" ;
+	};
+	String 13
+	{
+		Text [ en-US ] = "Refresh form" ;
+	};
 };
 Resource RID_RSC_ENUM_SUBMIT_METHOD
 {
-    String 1
-    {
-	    Text [ en-US ] = "Get";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Post" ;
-    };
+	String 1
+	{
+		Text [ en-US ] = "Get" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Post" ;
+	};
 };
 Resource RID_RSC_ENUM_SUBMIT_ENCODING
 {
 	String 1
-    {
-	    Text [ en-US ] = "URL";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Multipart";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Text" ;
-    };
+	{
+		Text [ en-US ] = "URL" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Multipart" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Text" ;
+	};
 };
 Resource RID_RSC_ENUM_DATEFORMAT_LIST
 {
 	String 1
-    {
-	    Text [ en-US ] = "Standard (short)";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Standard (short YY)";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Standard (short YYYY)";
-    };
-    String 4
-    {
-        Text [ en-US ] = "Standard (long)";
-    };
-    String 5
-    {
-        Text [ en-US ] = "DD/MM/YY";
-    };
-    String 6
-    {
-        Text [ en-US ] = "MM/DD/YY";
-    };
-    String 7
-    {
-        Text [ en-US ] = "YY/MM/DD";
-    };
-    String 8
-    {
-        Text [ en-US ] = "DD/MM/YYYY";
-    };
-    String 9
-    {
-        Text [ en-US ] = "MM/DD/YYYY";
-    };
-    String 10
-    {
-        Text [ en-US ] = "YYYY/MM/DD";
-    };
-    String 11
-    {
-        Text [ en-US ] = "YY-MM-DD";
-    };
-    String 12
-    {
-        Text [ en-US ] = "YYYY-MM-DD" ;
-    };
+	{
+		Text [ en-US ] = "Standard (short)" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Standard (short YY)" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Standard (short YYYY)" ;
+	};
+	String 4
+	{
+		Text [ en-US ] = "Standard (long)" ;
+	};
+	String 5
+	{
+		Text [ en-US ] = "DD/MM/YY" ;
+	};
+	String 6
+	{
+		Text [ en-US ] = "MM/DD/YY" ;
+	};
+	String 7
+	{
+		Text [ en-US ] = "YY/MM/DD" ;
+	};
+	String 8
+	{
+		Text [ en-US ] = "DD/MM/YYYY" ;
+	};
+	String 9
+	{
+		Text [ en-US ] = "MM/DD/YYYY" ;
+	};
+	String 10
+	{
+		Text [ en-US ] = "YYYY/MM/DD" ;
+	};
+	String 11
+	{
+		Text [ en-US ] = "YY-MM-DD" ;
+	};
+	String 12
+	{
+		Text [ en-US ] = "YYYY-MM-DD" ;
+	};
 };
 Resource RID_RSC_ENUM_TIMEFORMAT_LIST
 {
 	String 1
-    {
-	    Text [ en-US ] = "13:45";
-    };
-    String 2
-    {
-        Text [ en-US ] = "13:45:00";
-    };
-    String 3
-    {
-        Text [ en-US ] = "01:45 PM";
-    };
-    String 4
-    {
-        Text [ en-US ] = "01:45:00 PM" ;
-    };
+	{
+		Text [ en-US ] = "13:45" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "13:45:00" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "01:45 PM" ;
+	};
+	String 4
+	{
+		Text [ en-US ] = "01:45:00 PM" ;
+	};
 };
 Resource RID_RSC_ENUM_CHECKED
 {
 	String 1
-    {
-	    Text [ en-US ] = "Not Selected";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Selected";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Not Defined" ;
-    };
+	{
+		Text [ en-US ] = "Not Selected" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Selected" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Not Defined" ;
+	};
 };
 Resource RID_RSC_ENUM_CYCLE
 {
 	String 1
-    {
-	    Text [ en-US ] = "All records";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Active record";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Current page" ;
-    };
+	{
+		Text [ en-US ] = "All records" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Active record" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Current page" ;
+	};
 };
 Resource RID_RSC_ENUM_NAVIGATION
 {
 	String 1
-    {
-	    Text [ en-US ] = "No";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Yes";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Parent Form";
-    };
+	{
+		Text [ en-US ] = "No" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Yes" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Parent Form" ;
+	};
 };
 Resource RID_RSC_ENUM_SUBMIT_TARGET
 {
-    String 1 { Text = "_blank"; };
-    String 2 { Text = "_parent"; };
-    String 3 { Text = "_self"; };
-    String 4 { Text = "_top"; };
+	String 1 { Text = "_blank" ; } ;
+	String 2 { Text = "_parent" ; } ;
+	String 3 { Text = "_self" ; } ;
+	String 4 { Text = "_top" ; } ;
 };
 
 Resource RID_RSC_ENUM_SELECTION_TYPE
 {
-    String 1
-    {
-	    Text [ en-US ] = "None" ;
-    };
-    String 2
-    {
-	    Text [ en-US ] = "Single" ;
-    };
-    String 3
-    {
-	    Text [ en-US ] = "Multi" ;
-    };
-    String 4
-    {
-	    Text [ en-US ] = "Range" ;
-    };
+	String 1
+	{
+		Text [ en-US ] = "None" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Single" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Multi" ;
+	};
+	String 4
+	{
+		Text [ en-US ] = "Range" ;
+	};
 
 };
 
@@ -757,11 +755,11 @@ String RID_STR_EVT_BEFOREUPDATE
 };
 String RID_STR_EVT_APPROVEROWCHANGE
 {
-	Text [ en-US ] = "Before record action" ;	
+	Text [ en-US ] = "Before record action" ;
 };
 String RID_STR_EVT_ROWCHANGE
 {
-	Text [ en-US ] = "After record action" ;	
+	Text [ en-US ] = "After record action" ;
 };
 String RID_STR_EVT_CONFIRMDELETE
 {
@@ -797,11 +795,11 @@ String RID_STR_EVT_LOADED
 };
 String RID_STR_EVT_RELOADING
 {
-	Text [ en-US ] = "Before reloading" ;	
+	Text [ en-US ] = "Before reloading" ;
 };
 String RID_STR_EVT_RELOADED
 {
-	Text [ en-US ] = "When reloading" ;	
+	Text [ en-US ] = "When reloading" ;
 };
 String RID_STR_EVT_MOUSEDRAGGED
 {
@@ -849,7 +847,7 @@ String RID_STR_EVT_APPROVEACTIONPERFORMED
 };
 String RID_STR_EVT_SUBMITTED
 {
-	Text [ en-US ] = "Before submitting" ;	
+	Text [ en-US ] = "Before submitting" ;
 };
 String RID_STR_EVT_TEXTCHANGED
 {
@@ -873,185 +871,185 @@ String RID_STR_EVENTS
 };
 String RID_STR_ESCAPE_PROCESSING
 {
-	Text [ en-US ] = "Analyze SQL command";
+	Text [ en-US ] = "Analyze SQL command" ;
 };
 String RID_STR_POSITIONX
 {
-	Text [ en-US ] = "PositionX";
+	Text [ en-US ] = "PositionX" ;
 };
 String RID_STR_POSITIONY
 {
-	Text [ en-US ] = "PositionY";
+	Text [ en-US ] = "PositionY" ;
 };
 String RID_STR_TITLE
 {
-	Text [ en-US ] = "Title";
+	Text [ en-US ] = "Title" ;
 };
 String RID_STR_STEP
 {
-	Text [ en-US ] = "Page (step)";
+	Text [ en-US ] = "Page (step)" ;
 };
 String RID_STR_PROGRESSVALUE
 {
-	Text [ en-US ] = "Progress value";
+	Text [ en-US ] = "Progress value" ;
 };
 String RID_STR_PROGRESSVALUE_MIN
 {
-	Text [ en-US ] = "Progress value min.";
+	Text [ en-US ] = "Progress value min." ;
 };
 String RID_STR_PROGRESSVALUE_MAX
 {
-	Text [ en-US ] = "Progress value max.";
+	Text [ en-US ] = "Progress value max." ;
 };
 String RID_STR_SCROLLVALUE
 {
-	Text [ en-US ] = "Scroll value";
+	Text [ en-US ] = "Scroll value" ;
 };
 String RID_STR_SCROLLVALUE_MAX
 {
-	Text [ en-US ] = "Scroll value max.";
+	Text [ en-US ] = "Scroll value max." ;
 };
 String RID_STR_SCROLLVALUE_MIN
 {
-	Text [ en-US ] = "Scroll value min.";
+	Text [ en-US ] = "Scroll value min." ;
 };
 String RID_STR_DEFAULT_SCROLLVALUE
 {
-	Text [ en-US ] = "Default scroll value";
+	Text [ en-US ] = "Default scroll value" ;
 };
 String RID_STR_LINEINCREMENT
 {
-	Text [ en-US ] = "Small change";
+	Text [ en-US ] = "Small change" ;
 };
 String RID_STR_BLOCKINCREMENT
 {
-	Text [ en-US ] = "Large change";
+	Text [ en-US ] = "Large change" ;
 };
 String RID_STR_REPEAT_DELAY
 {
-	Text [ en-US ] = "Delay";
+	Text [ en-US ] = "Delay" ;
 };
 String RID_STR_REPEAT
 {
-	Text [ en-US ] = "Repeat";
+	Text [ en-US ] = "Repeat" ;
 };
 String RID_STR_VISIBLESIZE
 {
-	Text [ en-US ] = "Visible size";
+	Text [ en-US ] = "Visible size" ;
 };
 String RID_STR_ORIENTATION
 {
-	Text [ en-US ] = "Orientation";
+	Text [ en-US ] = "Orientation" ;
 };
 Resource RID_RSC_ENUM_ORIENTATION
 {
 	String 1
-    {
-	    Text [ en-US ] = "Horizontal";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Vertical";
-    };
+	{
+		Text [ en-US ] = "Horizontal" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Vertical" ;
+	};
 };
 String RID_STR_EVT_ADJUSTMENTVALUECHANGED
 {
-	Text [ en-US ] = "While adjusting";
+	Text [ en-US ] = "While adjusting" ;
 };
 String RID_STR_DATE
 {
-	Text [ en-US ] = "Date";
+	Text [ en-US ] = "Date" ;
 };
 String RID_STR_STATE
 {
-	Text [ en-US ] = "State";
+	Text [ en-US ] = "State" ;
 };
 String RID_STR_TIME
 {
-	Text [ en-US ] = "Time";
+	Text [ en-US ] = "Time" ;
 };
 String RID_STR_SCALEIMAGE
 {
-	Text [ en-US ] = "Scale";
+	Text [ en-US ] = "Scale" ;
 };
 String RID_STR_PUSHBUTTONTYPE
 {
-	Text [ en-US ] = "Button type";
+	Text [ en-US ] = "Button type" ;
 };
 Resource RID_RSC_ENUM_PUSHBUTTONTYPE
 {
 	String 1
-    {
-	    Text [ en-US ] = "Default";
-    };
-    String 2
-    {
-        Text [ en-US ] = "OK";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Cancel";
-    };
-    String 4
-    {
-        Text [ en-US ] = "Help";
-    };
+	{
+		Text [ en-US ] = "Default" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "OK" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Cancel" ;
+	};
+	String 4
+	{
+		Text [ en-US ] = "Help" ;
+	};
 };
 String RID_STR_UNABLETOCONNECT
 {
-	Text [ en-US ] = "The connection to the data source \"$name$\" could not be established.";
+	Text [ en-US ] = "The connection to the data source \"$name$\" could not be established." ;
 };
 String RID_STR_TEXT
 {
-	Text [ en-US ] = "Text";
+	Text [ en-US ] = "Text" ;
 };
 
 String RID_STR_BOUND_CELL
 {
-    Text [ en-US ] = "Linked cell";
+	Text [ en-US ] = "Linked cell" ;
 };
 
 String RID_STR_LIST_CELL_RANGE
 {
-    Text [ en-US ] = "Source cell range";
+	Text [ en-US ] = "Source cell range" ;
 };
 
 String RID_STR_CELL_EXCHANGE_TYPE
 {
-    Text [ en-US ] = "Contents of the linked cell";
+	Text [ en-US ] = "Contents of the linked cell" ;
 };
 
 Resource RID_RSC_ENUM_CELL_EXCHANGE_TYPE
 {
-    String 1
-    {
-        Text [ en-US ] = "The selected entry";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Position of the selected entry";
-    };
+	String 1
+	{
+		Text [ en-US ] = "The selected entry" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Position of the selected entry" ;
+	};
 };
 
 String RID_STR_SHOW_SCROLLBARS
 {
-    Text [ en-US ] = "Scrollbars";
+	Text [ en-US ] = "Scrollbars" ;
 };
 
 Resource RID_RSC_ENUM_TEXTTYPE
 {
-    String 1
-    {
-        Text [ en-US ] = "Single-line";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Multi-line";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Multi-line with formatting";
-    };
+	String 1
+	{
+		Text [ en-US ] = "Single-line" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Multi-line" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Multi-line with formatting" ;
+	};
 };
 
 String RID_STR_SYMBOLCOLOR
@@ -1061,455 +1059,457 @@ String RID_STR_SYMBOLCOLOR
 
 String RID_STR_LINEEND_FORMAT
 {
-    Text [ en-US ] = "Text lines end with";
+	Text [ en-US ] = "Text lines end with" ;
 };
 
 Resource RID_RSC_ENUM_LINEEND_FORMAT
 {
-    String 1
-    {
-        Text [ en-US ] = "LF (Unix)";
-    };
-    String 2
-    {
-        Text [ en-US ] = "CR+LF (Windows)";
-    };
+	String 1
+	{
+		Text [ en-US ] = "LF (Unix)" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "CR+LF (Windows)" ;
+	};
 };
 
 Resource RID_RSC_ENUM_SCROLLBARS
 {
-    String 1
-    {
-        Text [ en-US ] = "None";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Horizontal";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Vertical";
-    };
-    String 4
-    {
-        Text [ en-US ] = "Both";
-    };
+	String 1
+	{
+		Text [ en-US ] = "None" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Horizontal" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Vertical" ;
+	};
+	String 4
+	{
+		Text [ en-US ] = "Both" ;
+	};
 };
 
 Resource RID_RSC_ENUM_COMMAND_TYPE
 {
-    String 1
-    {
-        Text [ en-US ] = "Table";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Query";
-    };
-    String 3
-    {
-        Text [ en-US ] = "SQL command";
-    };
+	String 1
+	{
+		Text [ en-US ] = "Table" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Query" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "SQL command" ;
+	};
 };
 String RID_STR_TOGGLE
 {
-    Text [ en-US ] = "Toggle";
+	Text [ en-US ] = "Toggle" ;
 };
 
 String RID_STR_FOCUSONCLICK
 {
-    Text [ en-US ] = "Take Focus on Click";
+	Text [ en-US ] = "Take Focus on Click" ;
 };
 
 String RID_STR_HIDEINACTIVESELECTION
 {
-    Text [ en-US ] = "Hide selection";
+	Text [ en-US ] = "Hide selection" ;
 };
 
 String RID_STR_VISUALEFFECT
 {
-    Text [ en-US ] = "Style";
+	Text [ en-US ] = "Style" ;
 };
 
 Resource RID_RSC_ENUM_VISUALEFFECT
 {
-    String 1
-    {
-        Text [ en-US ] = "3D";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Flat";
-    };
+	String 1
+	{
+		Text [ en-US ] = "3D" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Flat" ;
+	};
 };
 
 String RID_STR_BORDERCOLOR
 {
-    Text [ en-US ] = "Border color";
+	Text [ en-US ] = "Border color" ;
 };
 
 Resource RID_RSC_ENUM_IMAGE_POSITION
 {
-    String 1
-    {
-        Text [ en-US ] = "Left top";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Left centered";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Left bottom";
-    };
-    String 4
-    {
-        Text [ en-US ] = "Right top";
-    };
-    String 5
-    {
-        Text [ en-US ] = "Right centered";
-    };
-    String 6
-    {
-        Text [ en-US ] = "Right bottom";
-    };
-    String 7
-    {
-        Text [ en-US ] = "Above left";
-    };
-    String 8
-    {
-        Text [ en-US ] = "Above centered";
-    };
-    String 9
-    {
-        Text [ en-US ] = "Above right";
-    };
-    String 10
-    {
-        Text [ en-US ] = "Below left";
-    };
-    String 11
-    {
-        Text [ en-US ] = "Below centered";
-    };
-    String 12
-    {
-        Text [ en-US ] = "Below right";
-    };
-    String 13
-    {
-        Text [ en-US ] = "Centered";
-    };
+	String 1
+	{
+		Text [ en-US ] = "Left top" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Left centered" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Left bottom" ;
+	};
+	String 4
+	{
+		Text [ en-US ] = "Right top" ;
+	};
+	String 5
+	{
+		Text [ en-US ] = "Right centered" ;
+	};
+	String 6
+	{
+		Text [ en-US ] = "Right bottom" ;
+	};
+	String 7
+	{
+		Text [ en-US ] = "Above left" ;
+	};
+	String 8
+	{
+		Text [ en-US ] = "Above centered" ;
+	};
+	String 9
+	{
+		Text [ en-US ] = "Above right" ;
+	};
+	String 10
+	{
+		Text [ en-US ] = "Below left" ;
+	};
+	String 11
+	{
+		Text [ en-US ] = "Below centered" ;
+	};
+	String 12
+	{
+		Text [ en-US ] = "Below right" ;
+	};
+	String 13
+	{
+		Text [ en-US ] = "Centered" ;
+	};
 };
 
 String RID_STR_AUTOLINEBREAK
 {
-    Text [ en-US ] = "Wrap text automatically";
+	Text [ en-US ] = "Wrap text automatically" ;
 };
 
 String RID_STR_TEXTTYPE
 {
-    Text [ en-US ] = "Text type";
+	Text [ en-US ] = "Text type" ;
 };
 
 Resource RID_RSC_ENUM_SHOWHIDE
 {
-    String 1
-    {
-	    Text [ en-US ] = "Hide" ;
-    };
-    String 2
-    {
-	    Text [ en-US ] = "Show" ;
-    };
+	String 1
+	{
+		Text [ en-US ] = "Hide" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Show" ;
+	};
 };
 String RID_STR_XML_DATA_MODEL
 {
-    Text [ en-US ] = "XML data model";
+	Text [ en-US ] = "XML data model" ;
 };
 
 String RID_STR_BIND_EXPRESSION
 {
-    Text [ en-US ] = "Binding expression";
+	Text [ en-US ] = "Binding expression" ;
 };
 
 String RID_STR_XSD_REQUIRED
 {
-    Text [ en-US ] = "Required";
+	Text [ en-US ] = "Required" ;
 };
 
 String RID_STR_LIST_BINDING
 {
-    Text [ en-US ] = "List entry source";
+	Text [ en-US ] = "List entry source" ;
 };
 
 String RID_STR_XSD_RELEVANT
 {
-    Text [ en-US ] = "Relevant";
+	Text [ en-US ] = "Relevant" ;
 };
 
 String RID_STR_XSD_READONLY
 {
-    Text [ en-US ] = "Read-only";
+	Text [ en-US ] = "Read-only" ;
 };
 
 String RID_STR_XSD_CONSTRAINT
 {
-    Text [ en-US ] = "Constraint";
+	Text [ en-US ] = "Constraint" ;
 };
 
 String RID_STR_XSD_CALCULATION
 {
-    Text [ en-US ] = "Calculation";
+	Text [ en-US ] = "Calculation" ;
 };
 
 String RID_STR_XSD_DATA_TYPE
 {
-    Text [ en-US ] = "Data type";
+	Text [ en-US ] = "Data type" ;
 };
 
 String RID_STR_XSD_WHITESPACES
 {
-    Text [ en-US ] = "Whitespaces";
+	Text [ en-US ] = "Whitespaces" ;
 };
 
 Resource RID_RSC_ENUM_WHITESPACE_HANDLING
 {
-    String 1
-    {
-        Text [ en-US ] = "Preserve";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Replace";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Collapse";
-    };
+	String 1
+	{
+		Text [ en-US ] = "Preserve" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Replace" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Collapse" ;
+	};
 };
 
 String RID_STR_XSD_PATTERN
 {
-    Text [ en-US ] = "Pattern";
+	Text [ en-US ] = "Pattern" ;
 };
 
 String RID_STR_XSD_LENGTH
 {
-    Text [ en-US ] = "Length";
+	Text [ en-US ] = "Length" ;
 };
 
 String RID_STR_XSD_MIN_LENGTH
 {
-    Text [ en-US ] = "Length (at least)";
+	Text [ en-US ] = "Length (at least)" ;
 };
 
 String RID_STR_XSD_MAX_LENGTH
 {
-    Text [ en-US ] = "Length (at most)";
+	Text [ en-US ] = "Length (at most)" ;
 };
 
 String RID_STR_XSD_TOTAL_DIGITS
 {
-    Text [ en-US ] = "Digits (total)";
+	Text [ en-US ] = "Digits (total)" ;
 };
 
 String RID_STR_XSD_FRACTION_DIGITS
 {
-    Text [ en-US ] = "Digits (fraction)";
+	Text [ en-US ] = "Digits (fraction)" ;
 };
 
 String RID_STR_XSD_MAX_INCLUSIVE
 {
-    Text [ en-US ] = "Max. (inclusive)";
+	Text [ en-US ] = "Max. (inclusive)" ;
 };
 
 String RID_STR_XSD_MAX_EXCLUSIVE
 {
-    Text [ en-US ] = "Max. (exclusive)";
+	Text [ en-US ] = "Max. (exclusive)" ;
 };
 
 String RID_STR_XSD_MIN_INCLUSIVE
 {
-    Text [ en-US ] = "Min. (inclusive)";
+	Text [ en-US ] = "Min. (inclusive)" ;
 };
 
 String RID_STR_XSD_MIN_EXCLUSIVE
 {
-    Text [ en-US ] = "Min. (exclusive)";
+	Text [ en-US ] = "Min. (exclusive)" ;
 };
 
 String RID_STR_SUBMISSION_ID
 {
-    Text [ en-US ] = "Submission";
+	Text [ en-US ] = "Submission" ;
 };
 
 String RID_STR_BINDING_UI_NAME
 {
-    Text [ en-US ] = "Binding" ;
+	Text [ en-US ] = "Binding" ;
 };
 
 String RID_STR_SELECTION_TYPE
 {
-    Text [ en-US ] = "Selection type" ;
+	Text [ en-US ] = "Selection type" ;
 };
 
 String RID_STR_ROOT_DISPLAYED
 {
-    Text [ en-US ] = "Root displayed" ;
+	Text [ en-US ] = "Root displayed" ;
 };
 
 String RID_STR_SHOWS_HANDLES
 {
-    Text [ en-US ] = "Show handles" ;
+	Text [ en-US ] = "Show handles" ;
 };
 
 String RID_STR_SHOWS_ROOT_HANDLES
 {
-    Text [ en-US ] = "Show root handles" ;
+	Text [ en-US ] = "Show root handles" ;
 };
 
 String RID_STR_EDITABLE
 {
-    Text [ en-US ] = "Editable" ;
+	Text [ en-US ] = "Editable" ;
 };
 
 String RID_STR_INVOKES_STOP_NOT_EDITING
 {
-    Text [ en-US ] = "Invokes stop node editing" ;
+	Text [ en-US ] = "Invokes stop node editing" ;
 };
 
 String RID_STR_DECORATION
 {
-    Text [ en-US ] = "With title bar" ;
+	Text [ en-US ] = "With title bar" ;
 };
 
 String RID_STR_NOLABEL
 {
-    Text [ en-US ] = "No Label" ;
+	Text [ en-US ] = "No Label" ;
 };
 
 Resource RID_RSC_ENUM_SCALE_MODE
 {
-    String 1
-    {
-        Text [ en-US ] = "No";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Keep Ratio";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Fit to Size";
-    };
+	String 1
+	{
+		Text [ en-US ] = "No" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Keep Ratio" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Fit to Size" ;
+	};
 };
 String RID_STR_INPUT_REQUIRED
 {
-    Text [ en-US ] = "Input required";
+	Text [ en-US ] = "Input required" ;
 };
 
 String RID_STR_WRITING_MODE
 {
-    Text [ en-US ] = "Text direction";
+	Text [ en-US ] = "Text direction" ;
 };
 
 Resource RID_RSC_ENUM_WRITING_MODE
 {
-    String 1
-    {
-        Text [ en-US ] = "Left-to-right";
-    };
-    String 2
-    {
-        Text [ en-US ] = "Right-to-left";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Use superordinate object settings";
-    };
+	String 1
+	{
+		Text [ en-US ] = "Left-to-right" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "Right-to-left" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Use superordinate object settings" ;
+	};
 };
 
 Resource RID_RSC_ENUM_WHEEL_BEHAVIOR
 {
-    String 1
-    {
-        Text [ en-US ] = "Never";
-    };
-    String 2
-    {
-        Text [ en-US ] = "When focused";
-    };
-    String 3
-    {
-        Text [ en-US ] = "Always";
-    };
+	String 1
+	{
+		Text [ en-US ] = "Never" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "When focused" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "Always" ;
+	};
 };
 
 String RID_STR_ANCHOR_TYPE
 {
-    Text [ en-US ] = "Anchor";
+	Text [ en-US ] = "Anchor" ;
 };
 
 Resource RID_RSC_ENUM_TEXT_ANCHOR_TYPE
 {
-    String 1
-    {
-        Text [ en-US ] = "To Paragraph";
-    };
-    String 2
-    {
-        Text [ en-US ] = "As Character";
-    };
-    String 3
-    {
-        Text [ en-US ] = "To Page";
-    };
-    String 4
-    {
-        Text [ en-US ] = "To Frame";
-    };
-    String 5
-    {
-        Text [ en-US ] = "To Character";
-    };
+	String 1
+	{
+		Text [ en-US ] = "To Paragraph" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "As Character" ;
+	};
+	String 3
+	{
+		Text [ en-US ] = "To Page" ;
+	};
+	String 4
+	{
+		Text [ en-US ] = "To Frame" ;
+	};
+	String 5
+	{
+		Text [ en-US ] = "To Character" ;
+	};
 };
 
 Resource RID_RSC_ENUM_SHEET_ANCHOR_TYPE
 {
-    String 1
-    {
-        Text [ en-US ] = "To Page";
-    };
-    String 2
-    {
-        Text [ en-US ] = "To Cell";
-    };
+	String 1
+	{
+		Text [ en-US ] = "To Page" ;
+	};
+	String 2
+	{
+		Text [ en-US ] = "To Cell" ;
+	};
 };
 
 String RID_STR_FONTSTYLE_REGULAR
 {
-    Text [ en-US ] = "Regular";
+	Text [ en-US ] = "Regular" ;
 };
 
 String RID_STR_FONTSTYLE_BOLD_ITALIC
 {
-    Text [ en-US ] = "Bold Italic";
+	Text [ en-US ] = "Bold Italic" ;
 };
 
 String RID_STR_FONTSTYLE_ITALIC
 {
-    Text [ en-US ] = "Italic";
+	Text [ en-US ] = "Italic" ;
 };
 
 String RID_STR_FONTSTYLE_BOLD
 {
-    Text [ en-US ] = "Bold";
+	Text [ en-US ] = "Bold" ;
 };
 
 String RID_STR_FONT_DEFAULT
 {
-    Text [ en-US ] = "(Default)";
+	Text [ en-US ] = "(Default)" ;
 };
+
+// ********************************************************************** EOF
diff --git a/main/extensions/source/propctrlr/listselectiondlg.src b/main/extensions/source/propctrlr/listselectiondlg.src
index c95d81485f..716a3369b1 100644
--- a/main/extensions/source/propctrlr/listselectiondlg.src
+++ b/main/extensions/source/propctrlr/listselectiondlg.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,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
 #include "formresid.hrc"
 #endif
@@ -31,48 +29,50 @@
 
 ModalDialog RID_DLG_SELECTION
 {
-    HelpID = "extensions:ModalDialog:RID_DLG_SELECTION";
+	HelpID = "extensions:ModalDialog:RID_DLG_SELECTION" ;
 	OutputSize = TRUE ;
 	Moveable = TRUE ;
 	Closeable = TRUE ;
 	SVLook = TRUE ;
-    Size = MAP_APPFONT ( 150, 120 ) ;
+	Size = MAP_APPFONT ( 150, 120 ) ;
 
-    FixedText FT_ENTRIES
-    {
-        Pos  = MAP_APPFONT(  6, 6 );
-        Size = MAP_APPFONT( 85, 8 );
-    };
+	FixedText FT_ENTRIES
+	{
+		Pos = MAP_APPFONT ( 6, 6 ) ;
+		Size = MAP_APPFONT ( 85, 8 ) ;
+	};
 
-    ListBox LB_ENTRIES
-    {
-        HelpID = "extensions:ListBox:RID_DLG_SELECTION:LB_ENTRIES";
-        Pos  = MAP_APPFONT(  6, 17 );
-        Size = MAP_APPFONT( 85, 97 );
+	ListBox LB_ENTRIES
+	{
+		HelpID = "extensions:ListBox:RID_DLG_SELECTION:LB_ENTRIES" ;
+		Pos = MAP_APPFONT ( 6, 17 ) ;
+		Size = MAP_APPFONT ( 85, 97 ) ;
 
-        Border   =  TRUE;
-        DropDown = FALSE;
-    };
+		Border = TRUE ;
+		DropDown = FALSE ;
+	};
 
-    OKButton PB_OK
-    {
-        Pos  = MAP_APPFONT( 97,  6 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop   = TRUE;
-        DefButton = TRUE;
-    };
+	OKButton PB_OK
+	{
+		Pos = MAP_APPFONT ( 97, 6 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+		TabStop = TRUE ;
+		DefButton = TRUE ;
+	};
 
-    CancelButton PB_CANCEL
-    {
-        Pos  = MAP_APPFONT( 97, 23 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop = TRUE;
-    };
+	CancelButton PB_CANCEL
+	{
+		Pos = MAP_APPFONT ( 97, 23 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+		TabStop = TRUE ;
+	};
 
-    HelpButton PB_HELP
-    {
-        Pos  = MAP_APPFONT( 97, 43 );
-        Size = MAP_APPFONT( 50, 14 );
-        TabStop = TRUE;
-    };
+	HelpButton PB_HELP
+	{
+		Pos = MAP_APPFONT ( 97, 43 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
+		TabStop = TRUE ;
+	};
 };
+
+// ******************************************************************* EOF
diff --git a/main/extensions/source/propctrlr/newdatatype.src b/main/extensions/source/propctrlr/newdatatype.src
index 9f14d415af..e665b6554d 100644
--- a/main/extensions/source/propctrlr/newdatatype.src
+++ b/main/extensions/source/propctrlr/newdatatype.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,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef EXTENSIONS_PROPRESID_HRC
 #include "formresid.hrc"
 #endif
@@ -28,48 +26,50 @@
 #include "newdatatype.hrc"
 #endif
 
-#define DIALOG_WIDTH    150
-#define DIALOG_HEIGHT   55
-#define BUTTON_WIDTH    50
-#define BUTTON_HEIGHT   14
+#define DIALOG_WIDTH	150
+#define DIALOG_HEIGHT	55
+#define BUTTON_WIDTH	50
+#define BUTTON_HEIGHT	14
 
 ModalDialog RID_DLG_NEW_DATA_TYPE
 {
-    HelpID = "extensions:ModalDialog:RID_DLG_NEW_DATA_TYPE";
+	HelpID = "extensions:ModalDialog:RID_DLG_NEW_DATA_TYPE" ;
 	OutputSize = TRUE ;
 	Moveable = TRUE ;
 	Closeable = TRUE ;
 	SVLook = TRUE ;
-    Size = MAP_APPFONT ( DIALOG_WIDTH, DIALOG_HEIGHT ) ;
+	Size = MAP_APPFONT ( DIALOG_WIDTH, DIALOG_HEIGHT ) ;
 
-    Text [ en-US ] = "New Data Type";
+	Text [ en-US ] = "New Data Type" ;
 
-    FixedText FT_LABEL
-    {
-        Pos = MAP_APPFONT( 6, 6 );
-        Size = MAP_APPFONT( DIALOG_WIDTH - 2 * 6, 8 );
+	FixedText FT_LABEL
+	{
+		Pos = MAP_APPFONT ( 6, 6 ) ;
+		Size = MAP_APPFONT ( DIALOG_WIDTH - 2 * 6, 8 ) ;
 
-        Text [ en-US ] = "Type a name for the new data type:";
-    };
+		Text [ en-US ] = "Type a name for the new data type:" ;
+	};
 
-    Edit ED_NAME
-    {
-        HelpID = "extensions:Edit:RID_DLG_NEW_DATA_TYPE:ED_NAME";
-        Pos = MAP_APPFONT( 6, 17 );
-        Size = MAP_APPFONT( DIALOG_WIDTH - 2 * 6, 12 );
-        Border = TRUE;
-    };
+	Edit ED_NAME
+	{
+		HelpID = "extensions:Edit:RID_DLG_NEW_DATA_TYPE:ED_NAME" ;
+		Pos = MAP_APPFONT ( 6, 17 ) ;
+		Size = MAP_APPFONT ( DIALOG_WIDTH - 2 * 6, 12 ) ;
+		Border = TRUE ;
+	};
 
-    OKButton PB_OK
-    {
-        Pos = MAP_APPFONT( DIALOG_WIDTH - 6 - BUTTON_WIDTH - 3 - BUTTON_WIDTH, 35 );
-        Size = MAP_APPFONT( BUTTON_WIDTH, BUTTON_HEIGHT );
-        DefButton = TRUE;
-    };
+	OKButton PB_OK
+	{
+		Pos = MAP_APPFONT ( DIALOG_WIDTH - 6 - BUTTON_WIDTH - 3 - BUTTON_WIDTH, 35 ) ;
+		Size = MAP_APPFONT ( BUTTON_WIDTH, BUTTON_HEIGHT ) ;
+		DefButton = TRUE ;
+	};
 
-    CancelButton PB_CANCEL
-    {
-        Pos = MAP_APPFONT( DIALOG_WIDTH - 6 - BUTTON_WIDTH, 35 );
-        Size = MAP_APPFONT( BUTTON_WIDTH, BUTTON_HEIGHT );
-    };
+	CancelButton PB_CANCEL
+	{
+		Pos = MAP_APPFONT ( DIALOG_WIDTH - 6 - BUTTON_WIDTH, 35 ) ;
+		Size = MAP_APPFONT ( BUTTON_WIDTH, BUTTON_HEIGHT ) ;
+	};
 };
+
+// ******************************************************************* EOF
diff --git a/main/extensions/source/propctrlr/pcrmiscres.src b/main/extensions/source/propctrlr/pcrmiscres.src
index 88cd0ec62d..e3b28ed846 100644
--- a/main/extensions/source/propctrlr/pcrmiscres.src
+++ b/main/extensions/source/propctrlr/pcrmiscres.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,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef EXTENSIONS_PROPRESID_HRC
 #include "formresid.hrc"
 #endif
@@ -30,76 +28,75 @@
 
 String RID_STR_CONFIRM_DELETE_DATA_TYPE
 {
-    Text [ en-US ] = "Do you want to delete the data type '#type#' from the model?\n"
-             "Please note that this will affect all controls which are bound to this data type.";
+	Text [ en-US ] = "Do you want to delete the data type '#type#' from the model?\nPlease note that this will affect all controls which are bound to this data type.";
 };
 
 Resource RID_RSC_BUTTON_IMAGES
 {
-    Image IMG_PLUS
-    {
-        ImageBitmap = Bitmap{ file = "buttonplus.png"; };
-    };
-    Image IMG_MINUS
-    {
-        ImageBitmap = Bitmap{ file = "buttonminus.png"; };
-    };
-    Image IMG_PLUS_HC
-    {
-        ImageBitmap = Bitmap{ file = "buttonplus_hc.png"; };
-    };
-    Image IMG_MINUS_HC
-    {
-        ImageBitmap = Bitmap{ file = "buttonminus_hc.png"; };
-    };
+	Image IMG_PLUS
+	{
+		ImageBitmap = Bitmap{ file = "buttonplus.png"; } ;
+	};
+	Image IMG_MINUS
+	{
+		ImageBitmap = Bitmap{ file = "buttonminus.png"; } ;
+	};
+	Image IMG_PLUS_HC
+	{
+		ImageBitmap = Bitmap{ file = "buttonplus_hc.png"; } ;
+	};
+	Image IMG_MINUS_HC
+	{
+		ImageBitmap = Bitmap{ file = "buttonminus_hc.png"; } ;
+	};
 };
 
 #define IMAGE_IDS \
-    IdList = \
-    { \
-        RID_SVXIMG_CONTROL; \
-        RID_SVXIMG_BUTTON; \
-        RID_SVXIMG_RADIOBUTTON; \
-        RID_SVXIMG_CHECKBOX; \
-        RID_SVXIMG_FIXEDTEXT; \
-        RID_SVXIMG_GROUPBOX; \
-        RID_SVXIMG_EDIT; \
-        RID_SVXIMG_LISTBOX; \
-        RID_SVXIMG_COMBOBOX; \
-        RID_SVXIMG_URLBUTTON; \
-        RID_SVXIMG_GRID; \
-        RID_SVXIMG_IMAGEBUTTON; \
-        RID_SVXIMG_FILECONTROL; \
-        RID_SVXIMG_DATEFIELD; \
-        RID_SVXIMG_TIMEFIELD; \
-        RID_SVXIMG_NUMERICFIELD; \
-        RID_SVXIMG_CURRENCYFIELD; \
-        RID_SVXIMG_PATTERNFIELD; \
-        RID_SVXIMG_IMAGECONTROL; \
-        RID_SVXIMG_HIDDEN; \
-        RID_SVXIMG_FORMATTEDFIELD; \
-        RID_SVXIMG_FILTER; \
-        RID_SVXIMG_FORMS; \
-        RID_SVXIMG_FORM; \
-        RID_SVXIMG_COLLAPSEDNODE; \
-        RID_SVXIMG_EXPANDEDNODE; \
-        RID_SVXIMG_SCROLLBAR; \
-        RID_SVXIMG_SPINBUTTON; \
-        RID_SVXIMG_NAVIGATIONBAR; \
-    }; \
-    IdCount = 29
+	IdList = \
+	{ \
+		RID_SVXIMG_CONTROL; \
+		RID_SVXIMG_BUTTON; \
+		RID_SVXIMG_RADIOBUTTON; \
+		RID_SVXIMG_CHECKBOX; \
+		RID_SVXIMG_FIXEDTEXT; \
+		RID_SVXIMG_GROUPBOX; \
+		RID_SVXIMG_EDIT; \
+		RID_SVXIMG_LISTBOX; \
+		RID_SVXIMG_COMBOBOX; \
+		RID_SVXIMG_URLBUTTON; \
+		RID_SVXIMG_GRID; \
+		RID_SVXIMG_IMAGEBUTTON; \
+		RID_SVXIMG_FILECONTROL; \
+		RID_SVXIMG_DATEFIELD; \
+		RID_SVXIMG_TIMEFIELD; \
+		RID_SVXIMG_NUMERICFIELD; \
+		RID_SVXIMG_CURRENCYFIELD; \
+		RID_SVXIMG_PATTERNFIELD; \
+		RID_SVXIMG_IMAGECONTROL; \
+		RID_SVXIMG_HIDDEN; \
+		RID_SVXIMG_FORMATTEDFIELD; \
+		RID_SVXIMG_FILTER; \
+		RID_SVXIMG_FORMS; \
+		RID_SVXIMG_FORM; \
+		RID_SVXIMG_COLLAPSEDNODE; \
+		RID_SVXIMG_EXPANDEDNODE; \
+		RID_SVXIMG_SCROLLBAR; \
+		RID_SVXIMG_SPINBUTTON; \
+		RID_SVXIMG_NAVIGATIONBAR; \
+	}; \
+	IdCount = 29
 
 ImageList RID_IL_FORMEXPLORER
 {
-    Prefix = "sx";
-	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
+	Prefix = "sx";
+	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; } ;
 	IMAGE_IDS;
 };
 
 ImageList RID_IL_FORMEXPLORER_HC
 {
-    Prefix = "sxh";
-	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; };
+	Prefix = "sxh";
+	MaskColor = Color { Red = 0xff00 ; Green = 0x0000 ; Blue = 0xff00 ; } ;
 	IMAGE_IDS;
 };
 
@@ -129,7 +126,7 @@ String RID_STR_PROPTITLE_EDIT
 };
 String RID_STR_PROPTITLE_FORMATTED
 {
-	Text [ en-US ] = "Formatted Field";
+	Text [ en-US ] = "Formatted Field" ;
 };
 String RID_STR_PROPTITLE_LISTBOX
 {
@@ -181,5 +178,7 @@ String RID_STR_PROPTITLE_PATTERNFIELD
 };
 String RID_STR_PROPTITLE_DBGRID
 {
-	Text [ en-US ] = "Table Control " ;
+	Text [ en-US ] = "Table Control" ;
 };
+
+// ********************************************************************** EOF
diff --git a/main/extensions/source/propctrlr/propres.src b/main/extensions/source/propctrlr/propres.src
index efbb29b904..ba97b93693 100644
--- a/main/extensions/source/propctrlr/propres.src
+++ b/main/extensions/source/propctrlr/propres.src
@@ -19,8 +19,6 @@
  * 
  *************************************************************/
 
-
-
 #ifndef EXTENSIONS_PROPRESID_HRC
 #include "propresid.hrc"
 #endif
diff --git a/main/extensions/source/propctrlr/selectlabeldialog.src b/main/extensions/source/propctrlr/selectlabeldialog.src
index dd4df443f4..6cd203cd3d 100644
--- a/main/extensions/source/propctrlr/selectlabeldialog.src
+++ b/main/extensions/source/propctrlr/selectlabeldialog.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,71 +7,69 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef EXTENSIONS_PROPRESID_HRC
 #include "formresid.hrc"
 #endif
 
 ModalDialog RID_DLG_SELECTLABELCONTROL
 {
-    HelpID = "extensions:ModalDialog:RID_DLG_SELECTLABELCONTROL";
-	OutputSize = TRUE;
-	Size = MAP_APPFONT( 200, 151 );
-	Moveable = TRUE;
-	Closeable = TRUE;
+	HelpID = "extensions:ModalDialog:RID_DLG_SELECTLABELCONTROL" ;
+	OutputSize = TRUE ;
+	Size = MAP_APPFONT ( 200, 151 ) ;
+	Moveable = TRUE ;
+	Closeable = TRUE ;
 	FixedText 1
 	{
-		Pos = MAP_APPFONT( 6, 6 );
-		Size = MAP_APPFONT( 188, 20 );
-		WordBreak = TRUE;
-		Text [ en-US ] = "These are control fields that can be used as label fields for the $control_class$ $control_name$.";
+		Pos = MAP_APPFONT ( 6, 6 ) ;
+		Size = MAP_APPFONT ( 188, 20 ) ;
+		WordBreak = TRUE ;
+		Text [ en-US ] = "These are control fields that can be used as label fields for the $control_class$ $control_name$." ;
 	};
 	Control 1
 	{
-		Pos = MAP_APPFONT( 6, 29 );
-		Size = MAP_APPFONT( 188, 83 );
-		TabStop = TRUE;
+		Pos = MAP_APPFONT ( 6, 29 ) ;
+		Size = MAP_APPFONT ( 188, 83 ) ;
+		TabStop = TRUE ;
 		Border	= TRUE ;
 	};
 	CheckBox 1
 	{
-	    HelpID = "extensions:CheckBox:RID_DLG_SELECTLABELCONTROL:1";
-		Pos = MAP_APPFONT( 6, 115 );
-		Size = MAP_APPFONT( 188, 8 );
-		Text [ en-US ] = "~No assignment";
+		HelpID = "extensions:CheckBox:RID_DLG_SELECTLABELCONTROL:1" ;
+		Pos = MAP_APPFONT ( 6, 115 ) ;
+		Size = MAP_APPFONT ( 188, 8 ) ;
+		Text [ en-US ] = "~No assignment" ;
 	};
 	FixedLine 1
 	{
-		Pos = MAP_APPFONT( 3, 126 );
-		Size = MAP_APPFONT( 194, 2 );
+		Pos = MAP_APPFONT ( 3, 126 ) ;
+		Size = MAP_APPFONT ( 194, 2 ) ;
 	};
 	OKButton 1
 	{
-		Pos = MAP_APPFONT ( 91 , 131 ) ;
-		Size = MAP_APPFONT ( 50 , 14 ) ;
+		Pos = MAP_APPFONT ( 91, 131 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
 		TabStop = TRUE ;
 		DefButton = TRUE ;
 	};
 	CancelButton 1
 	{
-		Pos = MAP_APPFONT ( 144 , 131 ) ;
-		Size = MAP_APPFONT ( 50 , 14 ) ;
+		Pos = MAP_APPFONT ( 144, 131 ) ;
+		Size = MAP_APPFONT ( 50, 14 ) ;
 		TabStop = TRUE ;
 	};
-	Text [ en-US ] = "Label Field Selection";
+	Text [ en-US ] = "Label Field Selection" ;
 };
 
 String RID_STR_FORMS
@@ -79,3 +77,4 @@ String RID_STR_FORMS
 	Text [ en-US ] = "Forms" ;
 };
 
+// ********************************************************************** EOF
diff --git a/main/extensions/source/propctrlr/taborder.src b/main/extensions/source/propctrlr/taborder.src
index a035afac6a..e44a4dac4f 100644
--- a/main/extensions/source/propctrlr/taborder.src
+++ b/main/extensions/source/propctrlr/taborder.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,20 +7,18 @@
  * to you under the Apache License, Version 2.0 (the
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
- * 
+ *
  *   http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- * 
+ *
  *************************************************************/
 
-
-
 #ifndef _EXTENSIONS_FORMCTRLR_PROPRESID_HRC_
 #include "formresid.hrc"
 #endif
@@ -31,73 +29,74 @@
 
 ModalDialog RID_DLG_TABORDER
 {
-    HelpID = "extensions:ModalDialog:RID_DLG_TABORDER";
+	HelpID = "extensions:ModalDialog:RID_DLG_TABORDER" ;
 	OutputSize = TRUE ;
 	SVLook = TRUE ;
-    Size = MAP_APPFONT ( 168 , 158 ) ;
+	Size = MAP_APPFONT ( 168, 158 ) ;
 	Text [ en-US ] = "Tab Order" ;
 	Moveable = TRUE ;
 	Closeable = TRUE ;
 
-    FixedText FT_CONTROLS
+	FixedText FT_CONTROLS
 	{
-        Pos = MAP_APPFONT ( 6 , 3 ) ;
-        Size = MAP_APPFONT ( 90 , 8 ) ;
+		Pos = MAP_APPFONT ( 6, 3 ) ;
+		Size = MAP_APPFONT ( 90, 8 ) ;
 		Text [ en-US ] = "Controls" ;
 	};
 
 	Control CTRL_TREE
 	{
-		Border				= TRUE;
-        Pos                 = MAP_APPFONT ( 6, 14) ;
-        Size                = MAP_APPFONT ( 90, 136 ) ;
-		TabStop				= TRUE;
-		HelpId				= HID_PROP_TABORDER_CONTROLS;
+		Border = TRUE ;
+		Pos = MAP_APPFONT ( 6, 14) ;
+		Size = MAP_APPFONT ( 90, 136 ) ;
+		TabStop = TRUE ;
+		HelpId = HID_PROP_TABORDER_CONTROLS ;
 	};
 
 	PushButton PB_MOVE_UP
 	{
-	    HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_MOVE_UP";
-        Pos = MAP_APPFONT ( 102 , 14 ) ;
-		Size = MAP_APPFONT ( 60 , 14 ) ;
+		HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_MOVE_UP" ;
+		Pos = MAP_APPFONT ( 102, 14 ) ;
+		Size = MAP_APPFONT ( 60, 14 ) ;
 		Text [ en-US ] = "Move Up" ;
 	};
 
 	PushButton PB_MOVE_DOWN
 	{
-	    HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_MOVE_DOWN";
-        Pos = MAP_APPFONT ( 102 , 32 ) ;
-		Size = MAP_APPFONT ( 60 , 14 ) ;
+		HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_MOVE_DOWN" ;
+		Pos = MAP_APPFONT ( 102, 32 ) ;
+		Size = MAP_APPFONT ( 60, 14 ) ;
 		Text [ en-US ] = "Move Down" ;
 	};
 
 	PushButton PB_AUTO_ORDER
 	{
-	    HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_AUTO_ORDER";
-        Pos = MAP_APPFONT ( 102 , 50 ) ;
-		Size = MAP_APPFONT ( 60 , 14 ) ;
+		HelpID = "extensions:PushButton:RID_DLG_TABORDER:PB_AUTO_ORDER" ;
+		Pos = MAP_APPFONT ( 102, 50 ) ;
+		Size = MAP_APPFONT ( 60, 14 ) ;
 		Text [ en-US ] = "Automatic Sort" ;
 	};
 	OKButton PB_OK
 	{
-        Pos = MAP_APPFONT ( 102 , 100 ) ;
-		Size = MAP_APPFONT ( 60 , 14 ) ;
+		Pos = MAP_APPFONT ( 102, 100 ) ;
+		Size = MAP_APPFONT ( 60, 14 ) ;
 		TabStop = TRUE ;
-		DefButton = TRUE;
+		DefButton = TRUE ;
 	};
 
 	CancelButton PB_CANCEL
 	{
-        Pos = MAP_APPFONT ( 102 , 118 ) ;
-		Size = MAP_APPFONT ( 60 , 14 ) ;
+		Pos = MAP_APPFONT ( 102, 118 ) ;
+		Size = MAP_APPFONT ( 60, 14 ) ;
 		TabStop = TRUE ;
 	};
 
 	HelpButton PB_HELP
 	{
-        Pos = MAP_APPFONT ( 102 , 136 ) ;
-		Size = MAP_APPFONT ( 60 , 14 ) ;
+		Pos = MAP_APPFONT ( 102, 136 ) ;
+		Size = MAP_APPFONT ( 60, 14 ) ;
 		TabStop = TRUE ;
 	};
 };
 
+// ********************************************************************** EOF
diff --git a/main/svx/source/form/datanavi.src b/main/svx/source/form/datanavi.src
index 029c927028..ae4e9dfaa9 100644
--- a/main/svx/source/form/datanavi.src
+++ b/main/svx/source/form/datanavi.src
@@ -19,8 +19,6 @@
  * 
  *************************************************************/
 
-
-
 #include "datanavi.hrc"
 #include "globlmn.hrc"
 #include "svx/fmresids.hrc"
diff --git a/main/svx/source/form/filtnav.src b/main/svx/source/form/filtnav.src
index ca85ba0127..096c0b4e1d 100644
--- a/main/svx/source/form/filtnav.src
+++ b/main/svx/source/form/filtnav.src
@@ -19,8 +19,6 @@
  * 
  *************************************************************/
 
-
-
 #include <svx/svxids.hrc>
 #include "svx/fmresids.hrc"
 #include "fmhelp.hrc"
diff --git a/main/svx/source/form/fmexpl.src b/main/svx/source/form/fmexpl.src
index 43ccffb79c..02cdfd39d7 100644
--- a/main/svx/source/form/fmexpl.src
+++ b/main/svx/source/form/fmexpl.src
@@ -19,8 +19,6 @@
  * 
  *************************************************************/
 
-
-
 #include <svx/svxids.hrc>
 #include "svx/fmresids.hrc"
 #include "fmexpl.hrc"
diff --git a/main/svx/source/form/fmstring.src b/main/svx/source/form/fmstring.src
index e750d80233..e909d9cf3c 100644
--- a/main/svx/source/form/fmstring.src
+++ b/main/svx/source/form/fmstring.src
@@ -19,8 +19,6 @@
  *
  *************************************************************/
 
-
-
 #include "svx/fmresids.hrc"
 /* Strings for translation */
 String RID_ERR_CONTEXT_ADDFORM
@@ -251,7 +249,7 @@ String RID_STR_PROPTITLE_PATTERNFIELD
 };
 String RID_STR_PROPTITLE_DBGRID
 {
-	Text [ en-US ] = "Table Control " ;
+	Text [ en-US ] = "Table Control" ;
 };
 String RID_STR_PROPTITLE_SCROLLBAR
 {
diff --git a/main/svx/source/form/formshell.src b/main/svx/source/form/formshell.src
index 22572f47f8..a650cb2b81 100644
--- a/main/svx/source/form/formshell.src
+++ b/main/svx/source/form/formshell.src
@@ -19,8 +19,6 @@
  * 
  *************************************************************/
 
-
-
 #include "svx/fmresids.hrc"
 #include <svx/svxids.hrc>
 #include <svx/dialogs.hrc>