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 2019/12/01 11:24:04 UTC

[openoffice] branch AOO42X updated: Cleaned up resource files, removed MASKCOLOR

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

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


The following commit(s) were added to refs/heads/AOO42X by this push:
     new 523e3d8  Cleaned up resource files, removed MASKCOLOR
523e3d8 is described below

commit 523e3d8a45d6c17b572324989faa627327fab583
Author: mseidel <ms...@apache.org>
AuthorDate: Sun Dec 1 12:22:36 2019 +0100

    Cleaned up resource files, removed MASKCOLOR
    
    (cherry picked from commit 740434874f576eb5676eb6f80d2244ff6ac8b2fc)
---
 main/basctl/source/basicide/basidesh.src | 209 ++++++++++---------------------
 main/uui/source/fltdlg.src               |  68 +++-------
 2 files changed, 85 insertions(+), 192 deletions(-)

diff --git a/main/basctl/source/basicide/basidesh.src b/main/basctl/source/basicide/basidesh.src
index 7f0066e..1b8845c 100644
--- a/main/basctl/source/basicide/basidesh.src
+++ b/main/basctl/source/basicide/basidesh.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,7 +30,7 @@
 #include <sfx2/sfxcommands.h>
 #include <svx/svxcommands.h>
 
-#define MASKCOLOR	MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
+#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
 
 String RID_STR_IDENAME
 {
@@ -46,7 +46,6 @@ String RID_STR_NOMODULE
 };
 String RID_STR_WRONGPASSWORD
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Fehlerhaftes Pa�wort. : Fehlerhaftes Pa�wort. */
 	Text [ en-US ] = "Incorrect Password" ;
 };
 String RID_STR_OPEN
@@ -59,12 +58,10 @@ String RID_STR_SAVE
 };
 String RID_STR_SOURCETOBIG
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Der Quelltext ist zu gro� und kann weder gespeichert noch compiliert werden.\nL�schen Sie einige Kommentare oder �bertragen Sie einige Methoden in ein anderes Modul. : Der Quelltext ist zu gro� und kann weder gespeichert noch compiliert werden.\nL�schen Sie einige Kommentare oder �bertragen Sie einige Methoden in ein anderes Modul. */
 	Text [ en-US ] = "The source text is too large and can be neither compiled nor saved.\nDelete some of the comments or transfer some methods into another module." ;
 };
 String RID_STR_ERROROPENSTORAGE
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Fehler beim �ffnen der Datei : Fehler beim �ffnen der Datei */
 	Text [ en-US ] = "Error opening file" ;
 };
 String RID_STR_ERROROPENLIB
@@ -73,49 +70,47 @@ String RID_STR_ERROROPENLIB
 };
 String RID_STR_NOLIBINSTORAGE
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Die Datei enth�lt keine BASIC-Bibliotheken : Die Datei enth�lt keine BASIC-Bibliotheken */
 	Text [ en-US ] = "The file does not contain any BASIC libraries" ;
 };
 String RID_STR_BADSBXNAME
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Ung�ltiger Bezeichner : Ung�ltiger Bezeichner */
 	Text [ en-US ] = "Invalid Name" ;
 };
 String RID_STR_LIBNAMETOLONG
 {
-	Text [ en-US ] = "A library name can have up to 30 characters.";
+	Text [ en-US ] = "A library name can have up to 30 characters." ;
 };
 String RID_STR_ERRORCHOOSEMACRO
 {
-	Text [ en-US ] = "Macros from other documents are not accessible.";
+	Text [ en-US ] = "Macros from other documents are not accessible." ;
 };
 String RID_STR_LIBISREADONLY
 {
-	Text [ en-US ] = "This library is read-only.";
+	Text [ en-US ] = "This library is read-only." ;
 };
 String RID_STR_REPLACELIB
 {
-	Text [ en-US ] = "'XX' cannot be replaced.";
+	Text [ en-US ] = "'XX' cannot be replaced." ;
 };
 String RID_STR_IMPORTNOTPOSSIBLE
 {
-	Text [ en-US ] = "'XX' cannot be added.";
+	Text [ en-US ] = "'XX' cannot be added." ;
 };
 String RID_STR_NOIMPORT
 {
-	Text [ en-US ] = "'XX' was not added.";
+	Text [ en-US ] = "'XX' was not added." ;
 };
 String RID_STR_ENTERPASSWORD
 {
-	Text [ en-US ] = "Enter password for 'XX'";
+	Text [ en-US ] = "Enter password for 'XX'" ;
 };
 String RID_STR_SBXNAMEALLREADYUSED
 {
-    Text [ en-US ] = "Name already exists" ;
+	Text [ en-US ] = "Name already exists" ;
 };
 String RID_STR_SIGNED
 {
-    Text [ en-US ] = "(Signed)" ;
+	Text [ en-US ] = "(Signed)" ;
 };
 String RID_STR_SBXNAMEALLREADYUSED2
 {
@@ -123,7 +118,6 @@ String RID_STR_SBXNAMEALLREADYUSED2
 };
 String RID_STR_FILEEXISTS
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Die Datei 'XX' existiert schon : Die Datei ''XX'' existiert schon */
 	Text [ en-US ] = "The 'XX' file already exists" ;
 };
 String RID_STR_CANNOTRUNMACRO
@@ -132,7 +126,6 @@ String RID_STR_CANNOTRUNMACRO
 };
 String RID_STR_COMPILEERROR
 {
-	/* ### ACHTUNG: Neuer Text in Resource? �bersetzungs-Fehler:  : �bersetzungs-Fehler:  */
 	Text [ en-US ] = "Compile Error: " ;
 };
 String RID_STR_RUNTIMEERROR
@@ -145,7 +138,6 @@ String RID_STR_SEARCHNOTFOUND
 };
 String RID_STR_SEARCHFROMSTART
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Es wurde bis zum letzten Modul gesucht. M�chten Sie die Suche beim ersten Modul fortsetzen? : Es wurde bis zum letzten Modul gesucht. M�chten Sie die Suche beim ersten Modul fortsetzen? */
 	Text [ en-US ] = "Search to last module complete. Continue at first module?" ;
 };
 String RID_STR_SEARCHREPLACES
@@ -162,12 +154,10 @@ String RID_STR_COULDNTWRITE
 };
 String RID_STR_CANNOTCHANGENAMESTDLIB
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Der Name der Standard-Bibliothek kann nicht ge�ndert werden : Der Name der Standard-Bibliothek kann nicht ge�ndert werden */
 	Text [ en-US ] = "The name of the default library cannot be changed." ;
 };
 String RID_STR_CANNOTCHANGENAMEREFLIB
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Der Name einer referenzierten Bibliothek kann nicht ge�ndert werden : Der Name einer referenzierten Bibliothek kann nicht ge�ndert werden */
 	Text [ en-US ] = "The name of a referenced library cannot be changed." ;
 };
 String RID_STR_CANNOTUNLOADSTDLIB
@@ -184,32 +174,26 @@ String RID_STR_FILENAME
 };
 String RID_STR_APPENDLIBS
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Bibliotheken hinzuf�gen : Bibliotheken hinzuf�gen */
 	Text [ en-US ] = "Import Libraries" ;
 };
 String RID_STR_QUERYDELMACRO
 {
-	/* ### ACHTUNG: Neuer Text in Resource? M�chten Sie das Makro XX l�schen ? : M�chten Sie das Makro XX l�schen ? */
 	Text [ en-US ] = "Do you want to delete the macro XX?" ;
 };
 String RID_STR_QUERYDELDIALOG
 {
-	/* ### ACHTUNG: Neuer Text in Resource? M�chten Sie den Dialog XX l�schen ? : M�chten Sie den Dialog XX l�schen ? */
 	Text [ en-US ] = "Do you want to delete the XX dialog?" ;
 };
 String RID_STR_QUERYDELLIB
 {
-	/* ### ACHTUNG: Neuer Text in Resource? M�chten Sie die Bibliothek XX l�schen ? : M�chten Sie die Bibliothek XX l�schen ? */
 	Text [ en-US ] = "Do you want to delete the XX library?" ;
 };
 String RID_STR_QUERYDELLIBREF
 {
-	/* ### ACHTUNG: Neuer Text in Resource? M�chten Sie die Referenz auf die Bibliothek XX l�schen ? : M�chten Sie die Referenz auf die Bibliothek XX l�schen ? */
 	Text [ en-US ] = "Do you want to delete the reference to the XX library?" ;
 };
 String RID_STR_QUERYDELMODULE
 {
-	/* ### ACHTUNG: Neuer Text in Resource? M�chten Sie das Modul XX l�schen ? : M�chten Sie das Modul XX l�schen ? */
 	Text [ en-US ] = "Do you want to delete the XX module?" ;
 };
 String RID_STR_OBJNOTFOUND
@@ -222,12 +206,12 @@ String RID_STR_BASIC
 };
 String RID_STR_LINE
 {
-	 // Abkuerzung fuer 'Zeile'
+	// Abbreviation for 'Line'
 	Text [ en-US ] = "Ln" ;
 };
 String RID_STR_COLUMN
 {
-	 // Abkuerzung fuer 'Spalte'
+	// Abbreviation for 'Column'
 	Text [ en-US ] = "Col" ;
 };
 String RID_STR_DOC
@@ -240,7 +224,6 @@ String RID_BASICIDE_OBJECTBAR
 };
 String RID_STR_CANNOTCLOSE
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Das Fenster kann nicht geschlossen werden,\nw�hrend das BASIC-Programm l�uft. : Das Fenster kann nicht geschlossen werden,\nw�hrend das BASIC-Programm l�uft. */
 	Text [ en-US ] = "The window cannot be closed while BASIC is running." ;
 };
 String RID_STR_REPLACESTDLIB
@@ -249,8 +232,6 @@ String RID_STR_REPLACESTDLIB
 };
 String RID_STR_REFNOTPOSSIBLE
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Referenz auf 'XX' nicht m�glich. : Referenz auf ''XX'' nicht m�glich. */
-	/* ### ACHTUNG: Neuer Text in Resource? Referenz auf 'XX' nicht m�glich. : Referenz auf 'XX' nicht m�glich. */
 	Text [ en-US ] = "Reference to 'XX' not possible." ;
 };
 String RID_STR_WATCHNAME
@@ -311,12 +292,10 @@ String RID_STR_PAGE
 };
 String RID_STR_MACRONAMEREQ
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Es mu� ein Name angegeben werden. : Es mu� ein Name angegeben werden. */
 	Text [ en-US ] = "A name must be entered." ;
 };
 String RID_STR_WILLSTOPPRG
 {
-	/* ### ACHTUNG: Neuer Text in Resource? Sie m�ssen nach dieser �nderung Ihr Programm neu starten.\nForfahren? : Sie m�ssen nach dieser �nderung Ihr Programm neu starten.\nForfahren? */
 	Text [ en-US ] = "You will have to restart the program after this edit.\nContinue?" ;
 };
 String RID_STR_SEARCHALLMODULES
@@ -325,10 +304,10 @@ String RID_STR_SEARCHALLMODULES
 };
 Edit RID_EDT_WATCHEDIT
 {
-    HelpId = HID_BASICIDE_WATCHWINDOW_EDIT ;
+	HelpId = HID_BASICIDE_WATCHWINDOW_EDIT ;
 	Border = TRUE ;
 	SvLook = TRUE ;
-	Size = MAP_APPFONT ( 80 , 12 ) ;
+	Size = MAP_APPFONT ( 80, 12 ) ;
 };
 ImageButton RID_IMGBTN_REMOVEWATCH
 {
@@ -336,21 +315,22 @@ ImageButton RID_IMGBTN_REMOVEWATCH
 	SmallStyle = TRUE ;
 	ButtonImage = Image
 	{
-		ImageBitmap = Bitmap { File = "baswatr.png" ; };
-		MASKCOLOR
+		ImageBitmap = Bitmap {File = "baswatr.png" ;} ;
 	};
 	QuickHelpText [ en-US ] = "Remove Watch" ;
 };
 Image RID_IMG_REMOVEWATCH_HC
 {
-    ImageBitmap = Bitmap { File = "baswatr_h.png" ; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "baswatr_h.png" ;} ;
 };
 ImageButton RID_IMGBTN_GOTOCALL
 {
 	HelpId = HID_BASICIDE_GOTOALL ;
 	SmallStyle = TRUE ;
-	ButtonImage = Image { ImageBitmap = Bitmap { File = "basgocl.png" ; }; } ;
+	ButtonImage = Image
+	{
+		ImageBitmap = Bitmap {File = "basgocl.png" ;} ;
+	};
 };
 String RID_STR_REMOVEWATCH
 {
@@ -405,7 +385,6 @@ Menu RID_POPUP_BRKPROPS
 			Identifier = RID_BRKPROPS ;
 			HelpId = HID_BASICIDE_BRKPROPS ;
 			Text [ en-US ] = "Properties..." ;
-			/* ### ACHTUNG: Neuer Text in Resource? Einstellungen f�r den Haltepunkt : Einstellungen f�r den Haltepunkt */
 		};
 	};
 };
@@ -419,7 +398,6 @@ Menu RID_POPUP_BRKDLG
 			Identifier = RID_BRKDLG ;
 			HelpId = HID_BASICIDE_BRKDLG ;
 			Text [ en-US ] = "Manage Breakpoints..." ;
-			/* ### ACHTUNG: Neuer Text in Resource? Dialog f�r die Haltepunkte : Dialog f�r die Haltepunkte */
 		};
 	};
 };
@@ -431,7 +409,6 @@ Menu RID_POPUP_TABBAR
 		MenuItem
 		{
 			Identifier = RID_INSERT ;
-			/* ### ACHTUNG: Neuer Text in Resource? Einf�gen : Einf�gen */
 			Text [ en-US ] = "Insert" ;
 			Submenu = Menu
 			{
@@ -451,15 +428,12 @@ Menu RID_POPUP_TABBAR
 					};
 				};
 			};
-			/* ### ACHTUNG: Neuer Text in Resource? Modul oder Dialog einf�gen : Modul oder Dialog einf�gen */
 		};
 		MenuItem
 		{
 			Identifier = SID_BASICIDE_DELETECURRENT ;
 			HelpId = CMD_SID_BASICIDE_DELETECURRENT ;
-			/* ### ACHTUNG: Neuer Text in Resource? L�schen : L�schen */
 			Text [ en-US ] = "Delete" ;
-			/* ### ACHTUNG: Neuer Text in Resource? Modul oder Dialog l�schen : Modul oder Dialog l�schen */
 		};
 		MenuItem
 		{
@@ -494,13 +468,13 @@ Menu RID_POPUP_DLGED
 		{
 			Identifier = SID_SHOW_PROPERTYBROWSER ;
 			HelpId = CMD_SID_SHOW_PROPERTYBROWSER ;
-			Text [ en-US ] = "Properties...";
+			Text [ en-US ] = "Properties..." ;
 		};
 	};
 };
 ImageList RID_IMGLST_LAYOUT
 {
-    Prefix = "im";
+	Prefix = "im" ;
 	MASKCOLOR
 	IdList =
 	{
@@ -512,119 +486,99 @@ ImageList RID_IMGLST_LAYOUT
 };
 ImageList RID_IMGLST_LAYOUT_HC
 {
-    Prefix = "imh";
-    MASKCOLOR
-    IdList =
-    {
-        IMGID_BRKENABLED ;
-        IMGID_BRKDISABLED ;
-        IMGID_STEPMARKER ;
-        IMGID_ERRORMARKER ;
-    };
+	Prefix = "imh" ;
+	MASKCOLOR
+	IdList =
+	{
+		IMGID_BRKENABLED ;
+		IMGID_BRKDISABLED ;
+		IMGID_STEPMARKER ;
+		IMGID_ERRORMARKER ;
+	};
 };
 Image RID_IMG_LOCKED
 {
-	ImageBitmap = Bitmap { File = "locked.png" ; };
-	MASKCOLOR
+	ImageBitmap = Bitmap {File = "locked.png"  ;} ;
 };
 Image RID_IMG_LOCKED_HC
 {
-    ImageBitmap = Bitmap { File = "locked_h.png" ; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "locked_h.png"  ;} ;
 };
 Image RID_IMG_INSTALLATION
 {
-    ImageBitmap = Bitmap { File = "harddisk_16.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "harddisk_16.png" ;} ;
 };
 Image RID_IMG_INSTALLATION_HC
 {
-    ImageBitmap = Bitmap { File = "harddisk_16_h.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "harddisk_16_h.png" ;} ;
 };
 Image RID_IMG_DOCUMENT
 {
-    ImageBitmap = Bitmap { File = "im30826.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "im30826.png" ;} ;
 };
 Image RID_IMG_DOCUMENT_HC
 {
-    ImageBitmap = Bitmap { File = "imh30826.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "imh30826.png" ;} ;
 };
 Image RID_IMG_MODLIB
 {
-    ImageBitmap = Bitmap { File = "im30820.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "im30820.png" ;} ;
 };
 Image RID_IMG_MODLIB_HC
 {
-    ImageBitmap = Bitmap { File = "imh30820.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "imh30820.png" ;} ;
 };
 Image RID_IMG_MODLIBNOTLOADED
 {
-    ImageBitmap = Bitmap { File = "im30827.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "im30827.png" ;} ;
 };
 Image RID_IMG_MODLIBNOTLOADED_HC
 {
-    ImageBitmap = Bitmap { File = "imh30827.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "imh30827.png" ;} ;
 };
 Image RID_IMG_MODULE
 {
-    ImageBitmap = Bitmap { File = "im30821.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "im30821.png" ;} ;
 };
 Image RID_IMG_MODULE_HC
 {
-    ImageBitmap = Bitmap { File = "imh30821.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "imh30821.png" ;} ;
 };
 Image RID_IMG_MACRO
 {
-    ImageBitmap = Bitmap { File = "im30822.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "im30822.png" ;} ;
 };
 Image RID_IMG_MACRO_HC
 {
-    ImageBitmap = Bitmap { File = "imh30822.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "imh30822.png" ;} ;
 };
 Image RID_IMG_DLGLIB
 {
-    ImageBitmap = Bitmap { File = "dialogfolder_16.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "dialogfolder_16.png" ;} ;
 };
 Image RID_IMG_DLGLIB_HC
 {
-    ImageBitmap = Bitmap { File = "dialogfolder_16_h.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "dialogfolder_16_h.png" ;} ;
 };
 Image RID_IMG_DLGLIBNOTLOADED
 {
-    ImageBitmap = Bitmap { File = "dialogfoldernot_16.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "dialogfoldernot_16.png" ;} ;
 };
 Image RID_IMG_DLGLIBNOTLOADED_HC
 {
-    ImageBitmap = Bitmap { File = "dialogfoldernot_16_h.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "dialogfoldernot_16_h.png" ;} ;
 };
 Image RID_IMG_DIALOG
 {
-    ImageBitmap = Bitmap { File = "im30823.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "im30823.png" ;} ;
 };
 Image RID_IMG_DIALOG_HC
 {
-    ImageBitmap = Bitmap { File = "imh30823.png"; };
-    MASKCOLOR
+	ImageBitmap = Bitmap {File = "imh30823.png" ;} ;
 };
 String RID_STR_QUERYREPLACEMACRO
 {
-    Text [ en-US ] = "Do you want to overwrite the XX macro?" ;
+	Text [ en-US ] = "Do you want to overwrite the XX macro?" ;
 };
 String RID_STR_TRANSLATION_NOTLOCALIZED
 {
@@ -636,19 +590,19 @@ String RID_STR_TRANSLATION_DEFAULT
 };
 String RID_STR_DOCUMENT_OBJECTS
 {
-    Text [ en-US ] = "Document Objects" ;
+	Text [ en-US ] = "Document Objects" ;
 };
 String RID_STR_USERFORMS
 {
-    Text [ en-US ] = "Forms" ;
+	Text [ en-US ] = "Forms" ;
 };
 String RID_STR_NORMAL_MODULES
 {
-    Text [ en-US ] = "Modules" ;
+	Text [ en-US ] = "Modules" ;
 };
 String RID_STR_CLASS_MODULES
 {
-    Text [ en-US ] = "Class Modules" ;
+	Text [ en-US ] = "Class Modules" ;
 };
 
 
@@ -693,12 +647,12 @@ String RID_STR_DLGIMP_MISMATCH_TEXT
 };
 
 
-#define MN_EDIT       20
-#define MN_VIEW 21
-#define MN_EXTRA 22
-#define MN_WIN 30
-#define MN_HELP 31
-#define MN_TEMPLATES 11
+#define MN_EDIT			20
+#define MN_VIEW			21
+#define MN_EXTRA		22
+#define MN_WIN			30
+#define MN_HELP			31
+#define MN_TEMPLATES	11
 
 #define MN_PLEDIT		20
 #define MN_PLVIEW		21
@@ -709,37 +663,8 @@ String RID_STR_DLGIMP_MISMATCH_TEXT
 
 
 /*
-
 The application menu bar resource has become obsolete. You can now find the menu bar definition at:
 <project>/basicide/menubar/menubar.xml.
-
 */
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF
diff --git a/main/uui/source/fltdlg.src b/main/uui/source/fltdlg.src
index aac364d..7a0de0c 100644
--- a/main/uui/source/fltdlg.src
+++ b/main/uui/source/fltdlg.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.
- * 
+ *
  *************************************************************/
 
 
@@ -36,81 +36,49 @@ ModalDialog DLG_FILTER_SELECT
 	HelpId 		= HID_DLG_FILTER_SELECT ;
 	OutputSize 	= TRUE ;
 	SVLook 		= TRUE ;
-	Size 		= MAP_APPFONT ( 250 , 200 ) ;
+	Size 		= MAP_APPFONT ( 250, 200 ) ;
 	Moveable 	= TRUE ;
 	Text [ en-US ] = "Filter Selection" ;
 
 	FixedText FT_URL
 	{
-		Pos       = MAP_APPFONT (   6 ,  6 ) ;
-		Size      = MAP_APPFONT ( 238 , 10 ) ;
+		Pos = MAP_APPFONT ( 6, 6 ) ;
+		Size = MAP_APPFONT ( 238, 10 ) ;
 		WordBreak = FALSE ;
 	};
 
 	ListBox LB_FILTERS
 	{
-	    HelpID = "uui:ListBox:DLG_FILTER_SELECT:LB_FILTERS";
+		HelpID = "uui:ListBox:DLG_FILTER_SELECT:LB_FILTERS" ;
 		Border 		= TRUE ;
-		Pos 		= MAP_APPFONT (   6 ,  19 ) ;
-		Size 		= MAP_APPFONT ( 182 , 175 ) ;
+		Pos 		= MAP_APPFONT ( 6, 19 ) ;
+		Size 		= MAP_APPFONT ( 182, 175 ) ;
 		TabStop 	= TRUE ;
 		Sort 		= TRUE ;
-		AutoHScroll = TRUE;
+		AutoHScroll = TRUE ;
 	};
 
 	OKButton BTN_OK
 	{
-		Pos 		= MAP_APPFONT ( 194 , 19 ) ;
-		Size 		= MAP_APPFONT (  50 , 14 ) ;
+		Pos 		= MAP_APPFONT ( 194, 19 ) ;
+		Size 		= MAP_APPFONT ( 50, 14 ) ;
 		TabStop 	= TRUE ;
 		DefButton 	= TRUE ;
 	};
 
 	CancelButton BTN_CANCEL
 	{
-		Pos 	= MAP_APPFONT ( 194 , 36 ) ;
-		Size 	= MAP_APPFONT (  50 , 14 ) ;
+		Pos 	= MAP_APPFONT ( 194, 36 ) ;
+		Size 	= MAP_APPFONT ( 50, 14 ) ;
 		TabStop = TRUE ;
 	};
 
 	HelpButton BTN_HELP
 	{
-		Pos 	= MAP_APPFONT ( 194 , 56 ) ;
-		Size 	= MAP_APPFONT (  50 , 14 ) ;
+		Pos 	= MAP_APPFONT ( 194, 56 ) ;
+		Size 	= MAP_APPFONT ( 50, 14 ) ;
 		TabStop = TRUE ;
 	};
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+// ********************************************************************** EOF