[Libreoffice-commits] .: chart2/source scaddins/source sc/source

Joseph Powers jpowers at kemper.freedesktop.org
Sun Nov 21 08:00:42 PST 2010


 chart2/source/controller/dialogs/Strings.src             |    7 
 chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src |    8 -
 sc/source/ui/dbgui/asciiopt.src                          |   47 ------
 sc/source/ui/dbgui/dapitype.src                          |   23 ---
 sc/source/ui/dbgui/imoptdlg.src                          |   15 --
 sc/source/ui/dbgui/pivot.src                             |    2 
 sc/source/ui/dbgui/pvfundlg.src                          |    2 
 sc/source/ui/dbgui/scendlg.src                           |   40 -----
 sc/source/ui/dbgui/textimportoptions.src                 |    9 -
 sc/source/ui/dbgui/validate.src                          |   93 ------------
 sc/source/ui/docshell/tpstat.src                         |   35 ----
 sc/source/ui/drawfunc/drformsh.src                       |   34 ----
 sc/source/ui/formdlg/dwfunctr.src                        |   38 -----
 sc/source/ui/formdlg/formdlgs.src                        |    3 
 sc/source/ui/miscdlgs/acredlin.src                       |   53 -------
 sc/source/ui/miscdlgs/conflictsdlg.src                   |    7 
 sc/source/ui/miscdlgs/highred.src                        |   33 ----
 sc/source/ui/miscdlgs/instbdlg.src                       |   38 -----
 sc/source/ui/miscdlgs/retypepassdlg.src                  |    3 
 sc/source/ui/miscdlgs/sharedocdlg.src                    |    4 
 sc/source/ui/navipi/navipi.src                           |    6 
 sc/source/ui/pagedlg/hfedtdlg.src                        |   69 +++------
 sc/source/ui/pagedlg/pagedlg.src                         |   31 ----
 sc/source/ui/pagedlg/tphf.src                            |   29 ----
 sc/source/ui/src/attrdlg.src                             |   41 -----
 sc/source/ui/src/autofmt.src                             |   44 ------
 sc/source/ui/src/condfrmt.src                            |   42 -----
 sc/source/ui/src/crnrdlg.src                             |   36 -----
 sc/source/ui/src/dbnamdlg.src                            |   23 ---
 sc/source/ui/src/filter.src                              |    2 
 sc/source/ui/src/globstr.src                             |    2 
 sc/source/ui/src/hdrcont.src                             |   39 -----
 sc/source/ui/src/miscdlgs.src                            |  108 ---------------
 sc/source/ui/src/opredlin.src                            |   39 -----
 sc/source/ui/src/optdlg.src                              |    7 
 sc/source/ui/src/pseudo.src                              |   36 -----
 sc/source/ui/src/scfuncs.src                             |   10 -
 sc/source/ui/src/scstring.src                            |    2 
 sc/source/ui/src/scwarngs.src                            |   39 -----
 sc/source/ui/src/simpref.src                             |   29 ----
 sc/source/ui/src/sortdlg.src                             |   15 --
 sc/source/ui/src/subtdlg.src                             |   54 -------
 sc/source/ui/src/textdlgs.src                            |   39 -----
 sc/source/ui/styleui/styledlg.src                        |   38 -----
 scaddins/source/analysis/analysis.src                    |   38 -----
 scaddins/source/analysis/analysis_deffuncnames.src       |    4 
 scaddins/source/analysis/analysis_funcnames.src          |   50 ------
 scaddins/source/datefunc/datefunc.src                    |   34 ----
 48 files changed, 108 insertions(+), 1292 deletions(-)

New commits:
commit 831ccb009d55f939b54f41febfb5b3c7f2ec8736
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Sun Nov 21 07:59:32 2010 -0800

    .src cleanup and .png fixes

diff --git a/chart2/source/controller/dialogs/Strings.src b/chart2/source/controller/dialogs/Strings.src
index 6b684d0..cf189b1 100644
--- a/chart2/source/controller/dialogs/Strings.src
+++ b/chart2/source/controller/dialogs/Strings.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -121,11 +121,6 @@ String STR_PAGE_POSITIONING
     Text [ en-US ] = "Positioning" ;
 };
 
-// String STR_PAGE_STATISTICS
-// {
-// 	Text [ en-US ] = "Statistics" ;
-// };
-
 String STR_PAGE_TRENDLINE_TYPE
 {
     Text[ en-US ] = "Type";
diff --git a/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src b/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src
index 2d93de1..11eec47 100644
--- a/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src
+++ b/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -56,7 +56,7 @@ ModalDialog DLG_AXIS_OR_GRID
     CheckBox CB_X_PRIMARY
     {
         HelpID = HID_SCH_CB_XAXIS;
-    
+
         Pos = MAP_APPFONT ( 12 , 14  );
         Size = MAP_APPFONT ( 80 , 10 );
         TabStop = TRUE;
@@ -65,7 +65,7 @@ ModalDialog DLG_AXIS_OR_GRID
     CheckBox CB_Y_PRIMARY
     {
         HelpID = HID_SCH_CB_YAXIS;
-    
+
         Pos = MAP_APPFONT ( 12 , 28  );
         Size = MAP_APPFONT ( 80 , 10 );
         TabStop = TRUE;
@@ -74,7 +74,7 @@ ModalDialog DLG_AXIS_OR_GRID
     CheckBox CB_Z_PRIMARY
     {
         HelpID = HID_SCH_CB_ZAXIS;
-    
+
         Pos = MAP_APPFONT ( 12 , 42  );
         Size = MAP_APPFONT ( 80 , 10 );
         TabStop = TRUE;
diff --git a/sc/source/ui/dbgui/asciiopt.src b/sc/source/ui/dbgui/asciiopt.src
index 1744ae4..9396b86 100644
--- a/sc/source/ui/dbgui/asciiopt.src
+++ b/sc/source/ui/dbgui/asciiopt.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -258,48 +258,3 @@ ModalDialog RID_SCDLG_ASCII
         Text [ en-US ] = "Text to Columns" ;
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/dbgui/dapitype.src b/sc/source/ui/dbgui/dapitype.src
index 7453f4a..3c03150 100644
--- a/sc/source/ui/dbgui/dapitype.src
+++ b/sc/source/ui/dbgui/dapitype.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -285,24 +285,3 @@ ModalDialog RID_SCDLG_DAPIDATA
     };
     Text [ en-US ] = "Select Data Source";
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/dbgui/imoptdlg.src b/sc/source/ui/dbgui/imoptdlg.src
index af38520..3761faf 100644
--- a/sc/source/ui/dbgui/imoptdlg.src
+++ b/sc/source/ui/dbgui/imoptdlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -99,7 +99,7 @@ ModalDialog RID_SCDLG_IMPORTOPT
     CheckBox CB_SAVESHOWN
     {
         Pos = MAP_APPFONT( 12, 66 );
-        Size = MAP_APPFONT( 172, 10 ); 
+        Size = MAP_APPFONT( 172, 10 );
         TabStop = TRUE;
         Hide = TRUE;
         Text [ en-US ] = "Save cell content as ~shown";
@@ -128,14 +128,3 @@ ModalDialog RID_SCDLG_IMPORTOPT
 
 
 
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/dbgui/pivot.src b/sc/source/ui/dbgui/pivot.src
index 7e7fe24..359c8a9 100644
--- a/sc/source/ui/dbgui/pivot.src
+++ b/sc/source/ui/dbgui/pivot.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
diff --git a/sc/source/ui/dbgui/pvfundlg.src b/sc/source/ui/dbgui/pvfundlg.src
index b3ff8ca..ed00f6a 100644
--- a/sc/source/ui/dbgui/pvfundlg.src
+++ b/sc/source/ui/dbgui/pvfundlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
diff --git a/sc/source/ui/dbgui/scendlg.src b/sc/source/ui/dbgui/scendlg.src
index 7e08ec7..eb8e185 100644
--- a/sc/source/ui/dbgui/scendlg.src
+++ b/sc/source/ui/dbgui/scendlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -155,41 +155,3 @@ ModalDialog RID_SCDLG_NEWSCENARIO
         Text [ en-US ] = "Settings";
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/dbgui/textimportoptions.src b/sc/source/ui/dbgui/textimportoptions.src
index eacd8f0..ad0a417 100644
--- a/sc/source/ui/dbgui/textimportoptions.src
+++ b/sc/source/ui/dbgui/textimportoptions.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2008 by Sun Microsystems, Inc.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -62,7 +62,7 @@ ModalDialog RID_SCDLG_TEXT_IMPORT_OPTIONS
         Pos = MAP_APPFONT( 6, 3 ) ;
         Size = MAP_APPFONT( 165, 14 ) ;
 
-        Text [ en-US ] = "Select the language to use for import" ; 
+        Text [ en-US ] = "Select the language to use for import" ;
     };
 
     RadioButton RB_AUTOMATIC
@@ -71,7 +71,7 @@ ModalDialog RID_SCDLG_TEXT_IMPORT_OPTIONS
         Size = MAP_APPFONT( 159, 10 ) ;
         TabStop = TRUE ;
 
-        Text [ en-US ] = "Automatic" ; 
+        Text [ en-US ] = "Automatic" ;
     };
 
     RadioButton RB_CUSTOM
@@ -80,7 +80,7 @@ ModalDialog RID_SCDLG_TEXT_IMPORT_OPTIONS
         Size = MAP_APPFONT( 159, 10 ) ;
         TabStop = TRUE ;
 
-        Text [ en-US ] = "Custom" ; 
+        Text [ en-US ] = "Custom" ;
     };
 
     ListBox LB_CUSTOM_LANG
@@ -107,4 +107,3 @@ ModalDialog RID_SCDLG_TEXT_IMPORT_OPTIONS
         Text [ en-US ] = "Detect special numbers (such as dates)." ;
     };
 };
-
diff --git a/sc/source/ui/dbgui/validate.src b/sc/source/ui/dbgui/validate.src
index 67207cd..d65ca29 100644
--- a/sc/source/ui/dbgui/validate.src
+++ b/sc/source/ui/dbgui/validate.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -27,7 +27,6 @@
 
 #include "validate.hrc"
 
-
 TabDialog TAB_DLG_VALIDATION
 {
     OutputSize = TRUE ;
@@ -62,9 +61,9 @@ TabDialog TAB_DLG_VALIDATION
     };
     Text [ en-US ] = "Validity" ;
 };
-//<!--Added by PengYunQuan for Validity Cell Range Picker
+
 #define	OFFSET_X	30
-//-->Added by PengYunQuan for Validity Cell Range Picker
+
 TabPage TP_VALIDATION_VALUES
 {
     Hide = TRUE ;
@@ -74,19 +73,13 @@ TabPage TP_VALIDATION_VALUES
     FixedText FT_ALLOW
     {
         Pos = MAP_APPFONT ( 6 , 16 ) ;
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Size = MAP_APPFONT ( 70 , 8 ) ;
         Size = MAP_APPFONT ( 70 - OFFSET_X , 8 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         Text [ en-US ] = "~Allow" ;
     };
     ListBox LB_ALLOW
     {
         Border = TRUE ;
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Pos = MAP_APPFONT ( 80 , 14 ) ;
         Pos = MAP_APPFONT ( 80 - OFFSET_X , 14 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         Size = MAP_APPFONT ( 90 , 80 ) ;
         TabStop = TRUE ;
         DropDown = TRUE ;
@@ -105,19 +98,13 @@ TabPage TP_VALIDATION_VALUES
     FixedText FT_VALUE
     {
         Pos = MAP_APPFONT ( 6 , 58 ) ;
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Size = MAP_APPFONT ( 70 , 8 ) ;
         Size = MAP_APPFONT ( 70 - OFFSET_X , 8 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         Text [ en-US ] = "~Data" ;
     };
     ListBox LB_VALUE
     {
         Border = TRUE ;
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Pos = MAP_APPFONT ( 80 , 56 ) ;
         Pos = MAP_APPFONT ( 80 - OFFSET_X , 56 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         Size = MAP_APPFONT ( 90 , 90 ) ;
         TabStop = TRUE ;
         DropDown = TRUE ;
@@ -137,81 +124,54 @@ TabPage TP_VALIDATION_VALUES
     FixedText FT_MIN
     {
         Pos = MAP_APPFONT ( 6 , 76 ) ;
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Size = MAP_APPFONT ( 70 , 8 ) ;
         Size = MAP_APPFONT ( 70 - OFFSET_X , 8 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         Text [ en-US ] = "~Minimum" ;
     };
     Edit EDT_MIN
     {
         Border = TRUE ;
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Pos = MAP_APPFONT ( 80 , 74 ) ;
-        //Size = MAP_APPFONT ( 174 , 12 ) ;
         Pos = MAP_APPFONT ( 80 - OFFSET_X , 74 ) ;
         Size = MAP_APPFONT ( 90 , 12 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         TabStop = TRUE ;
     };
     MultiLineEdit EDT_LIST
     {
         Border = TRUE ;
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Pos = MAP_APPFONT ( 80 , 74 ) ;
-        //Size = MAP_APPFONT ( 174 , 105 ) ;
         Pos = MAP_APPFONT ( 80 - OFFSET_X , 74 ) ;
         Size = MAP_APPFONT ( 174 + OFFSET_X , 105 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         VScroll = TRUE ;
         IgnoreTab = TRUE ;
     };
     FixedText FT_MAX
     {
         Pos = MAP_APPFONT ( 6 , 92 ) ;
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Size = MAP_APPFONT ( 70 , 8 ) ;
         Size = MAP_APPFONT ( 70 - OFFSET_X , 8 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         Text [ en-US ] = "Ma~ximum" ;
     };
     Edit EDT_MAX
     {
         Border = TRUE ;
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Pos = MAP_APPFONT ( 80 , 90 ) ;
-        //Size = MAP_APPFONT ( 174 , 12 ) ;
         Pos = MAP_APPFONT ( 80 - OFFSET_X , 90 ) ;
         Size = MAP_APPFONT ( 90 , 12 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         TabStop = TRUE ;
     };
     CheckBox TSB_ALLOW_BLANKS
     {
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Pos = MAP_APPFONT ( 80 , 30 ) ;
         Pos = MAP_APPFONT ( 80 - OFFSET_X , 30 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         Size = MAP_APPFONT ( 174 , 10 ) ;
         TabStop = TRUE ;
         Text [ en-US ] = "Allow ~blank cells" ;
     };
     CheckBox CB_SHOWLIST
     {
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Pos = MAP_APPFONT ( 80 , 44 ) ;
         Pos = MAP_APPFONT ( 80 - OFFSET_X , 44 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         Size = MAP_APPFONT ( 174 , 10 ) ;
         TabStop = TRUE ;
         Text [ en-US ] = "Show selection ~list" ;
     };
     CheckBox CB_SORTLIST
     {
-        //<!--Modified by PengYunQuan for Validity Cell Range Picker
-        //Pos = MAP_APPFONT ( 90 , 58 ) ;
         Pos = MAP_APPFONT ( 90 - OFFSET_X , 58 ) ;
-        //-->Modified by PengYunQuan for Validity Cell Range Picker
         Size = MAP_APPFONT ( 164 , 10 ) ;
         TabStop = TRUE ;
         Text [ en-US ] = "Sor~t entries ascending" ;
@@ -223,7 +183,6 @@ TabPage TP_VALIDATION_VALUES
         WordBreak = TRUE ;
         Text [ en-US ] = "A valid source can only consist of a contiguous selection of rows and columns, or a formula that results in an area or array.";
     };
-    //<!--Added by PengYunQuan for Validity Cell Range Picker
     ImageButton RB_VALIDITY_REF
     {
         Pos = MAP_APPFONT ( 142 , 73 ) ;
@@ -231,7 +190,6 @@ TabPage TP_VALIDATION_VALUES
         TabStop = TRUE ;
         QuickHelpText [ en-US ] = "Shrink" ;
     };
-    //-->Added by PengYunQuan for Validity Cell Range Picker
 };
 
 TabPage TP_VALIDATION_INPUTHELP
@@ -360,48 +318,3 @@ TabPage TP_VALIDATION_ERROR
     };
     Text [ en-US ] = "Error Alert" ;
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/docshell/tpstat.src b/sc/source/ui/docshell/tpstat.src
index b5e338d..ebcace3 100644
--- a/sc/source/ui/docshell/tpstat.src
+++ b/sc/source/ui/docshell/tpstat.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -77,36 +77,3 @@ TabPage RID_SCPAGE_STAT
         Text [ en-US ] = "Document: " ;
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/drawfunc/drformsh.src b/sc/source/ui/drawfunc/drformsh.src
index 75100da..15f13f1 100644
--- a/sc/source/ui/drawfunc/drformsh.src
+++ b/sc/source/ui/drawfunc/drformsh.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -216,35 +216,3 @@ Menu RID_POPUP_DRAWFORM
         ITEM_GROUP_MENU
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/formdlg/dwfunctr.src b/sc/source/ui/formdlg/dwfunctr.src
index 2f07ff5..46061a5 100644
--- a/sc/source/ui/formdlg/dwfunctr.src
+++ b/sc/source/ui/formdlg/dwfunctr.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -27,6 +27,7 @@
  // include ---------------------------------------------------------------
 #include "sc.hrc"
 #include "dwfunctr.hrc"
+
  // pragma ----------------------------------------------------------------
 
  // RID_SVXDLG_CALCFUNC --------------------------------------------------
@@ -110,7 +111,7 @@ DockingWindow FID_FUNCTION_BOX
         {
             ImageBitmap = Bitmap
             {
-                File = "fx.bmp" ;
+                File = "fx.png";
             };
             MaskColor = STD_MASKCOLOR;
         };
@@ -120,36 +121,3 @@ DockingWindow FID_FUNCTION_BOX
     Text [ en-US ] = "Functions" ;
 };
  // ********************************************************************** EOF
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/formdlg/formdlgs.src b/sc/source/ui/formdlg/formdlgs.src
index 3b76875..3d09f22 100644
--- a/sc/source/ui/formdlg/formdlgs.src
+++ b/sc/source/ui/formdlg/formdlgs.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -26,4 +26,5 @@
  ************************************************************************/
 
 #include "sc.hrc"
+
  //---------------------------------------------------------------------------
diff --git a/sc/source/ui/miscdlgs/acredlin.src b/sc/source/ui/miscdlgs/acredlin.src
index dab2c5d..07ae039 100644
--- a/sc/source/ui/miscdlgs/acredlin.src
+++ b/sc/source/ui/miscdlgs/acredlin.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -26,6 +26,7 @@
  ************************************************************************/
 
 #include "acredlin.hrc"
+
 ModelessDialog RID_SCDLG_CHANGES
 {
     OutputSize = TRUE ;
@@ -140,22 +141,23 @@ ModelessDialog RID_SCDLG_CHANGES
     };
     Bitmap BMP_STR_CLOSE
     {
-        File = "dir-clos.bmp" ;
+        File = "dir-clos.png" ;
     };
     Bitmap BMP_STR_OPEN
     {
-        File = "dir-open.bmp" ;
+        File = "dir-open.png" ;
     };
     Bitmap BMP_STR_END
     {
-        File = "basobj2.bmp" ;
+        File = "basobj2.png" ;
     };
     Bitmap BMP_STR_ERROR
     {
-        File = "basbrk.bmp" ;
+        File = "basbrk.png" ;
     };
     Text [ en-US ] = "Accept or Reject Changes" ;
 };
+
 Menu RID_POPUP_CHANGES
 {
     ItemList =
@@ -215,44 +217,3 @@ Menu RID_POPUP_CHANGES
         };
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/miscdlgs/conflictsdlg.src b/sc/source/ui/miscdlgs/conflictsdlg.src
index dad8abb..2e7bb6b 100644
--- a/sc/source/ui/miscdlgs/conflictsdlg.src
+++ b/sc/source/ui/miscdlgs/conflictsdlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -49,7 +49,7 @@ ModalDialog RID_SCDLG_CONFLICTS
         Pos = MAP_APPFONT ( 6 , 34 ) ;
         Size = MAP_APPFONT ( 326 , 104 ) ;
         Border = TRUE ;
-    };    
+    };
     PushButton BTN_KEEPMINE
     {
         Pos = MAP_APPFONT ( 72 , 145 ) ;
@@ -87,7 +87,7 @@ ModalDialog RID_SCDLG_CONFLICTS
     HelpButton BTN_HELP
     {
         Pos = MAP_APPFONT ( 282 , 172 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;    
+        Size = MAP_APPFONT ( 50 , 14 ) ;
     };
     String STR_TITLE_CONFLICT
     {
@@ -106,4 +106,3 @@ ModalDialog RID_SCDLG_CONFLICTS
         Text [ en-US ] = "Unknown User" ;
     };
 };
-
diff --git a/sc/source/ui/miscdlgs/highred.src b/sc/source/ui/miscdlgs/highred.src
index ce64093..259afee 100644
--- a/sc/source/ui/miscdlgs/highred.src
+++ b/sc/source/ui/miscdlgs/highred.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -100,34 +100,3 @@ ModelessDialog RID_SCDLG_HIGHLIGHT_CHANGES
     };
     Text [ en-US ] = "Show Changes" ;
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/miscdlgs/instbdlg.src b/sc/source/ui/miscdlgs/instbdlg.src
index 375dfc2..d8432c0 100644
--- a/sc/source/ui/miscdlgs/instbdlg.src
+++ b/sc/source/ui/miscdlgs/instbdlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -146,39 +146,3 @@ ModalDialog RID_SCDLG_INSERT_TABLE
         Size = MAP_APPFONT ( 192 , 8 ) ;
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/miscdlgs/retypepassdlg.src b/sc/source/ui/miscdlgs/retypepassdlg.src
index 20cb397..4d19d1e 100644
--- a/sc/source/ui/miscdlgs/retypepassdlg.src
+++ b/sc/source/ui/miscdlgs/retypepassdlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -27,7 +27,6 @@
 
 #include "retypepassdlg.hrc"
 
-
 ModalDialog RID_SCDLG_RETYPEPASS
 {
     Text [ en-US ] = "Re-type Password" ;
diff --git a/sc/source/ui/miscdlgs/sharedocdlg.src b/sc/source/ui/miscdlgs/sharedocdlg.src
index 13361b2..fe55ee5 100644
--- a/sc/source/ui/miscdlgs/sharedocdlg.src
+++ b/sc/source/ui/miscdlgs/sharedocdlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -65,7 +65,7 @@ ModalDialog RID_SCDLG_SHAREDOCUMENT
         Pos = MAP_APPFONT ( 6 , 82 ) ;
         Size = MAP_APPFONT ( 192 , 72 ) ;
         Border = TRUE ;
-    };    
+    };
     FixedLine FL_END
     {
         Pos = MAP_APPFONT ( 1 , 156 ) ;
diff --git a/sc/source/ui/navipi/navipi.src b/sc/source/ui/navipi/navipi.src
index afb0fcc..b9b5e2e 100644
--- a/sc/source/ui/navipi/navipi.src
+++ b/sc/source/ui/navipi/navipi.src
@@ -246,19 +246,19 @@ ImageList RID_IMAGELIST_NAVCONT
 };
 Image RID_IMG_DROP_URL
 {
-    ImageBitmap = Bitmap { File = "dropurl.bmp" ; };
+    ImageBitmap = Bitmap { File = "dropurl.png" ; };
     MaskColor = STD_MASKCOLOR ;
 };
 
 Image RID_IMG_DROP_LINK
 {
-    ImageBitmap = Bitmap { File = "droplink.bmp" ; };
+    ImageBitmap = Bitmap { File = "droplink.png" ; };
     MaskColor = STD_MASKCOLOR ;
 };
 
 Image RID_IMG_DROP_COPY
 {
-    ImageBitmap = Bitmap { File = "dropcopy.bmp" ; };
+    ImageBitmap = Bitmap { File = "dropcopy.png" ; };
     MaskColor = STD_MASKCOLOR ;
 };
 
diff --git a/sc/source/ui/pagedlg/hfedtdlg.src b/sc/source/ui/pagedlg/hfedtdlg.src
index dc7baa3..7fed605 100644
--- a/sc/source/ui/pagedlg/hfedtdlg.src
+++ b/sc/source/ui/pagedlg/hfedtdlg.src
@@ -81,6 +81,7 @@ TabDialog RID_SCDLG_HFED_HEADER
         };
     };
 };
+
 TabDialog RID_SCDLG_HFED_FOOTER
 {
     OutputSize = TRUE ;
@@ -112,6 +113,7 @@ TabDialog RID_SCDLG_HFED_FOOTER
         };
     };
 };
+
  //------------------------------------------------------------------------
  // Bearbeiten/Kopf-Fusszeile:
  //------------------------------------------------------------------------
@@ -158,6 +160,7 @@ TabDialog RID_SCDLG_HFEDIT_ALL
         };
     };
 };
+
 TabDialog RID_SCDLG_HFEDIT_SHDR
 {
     OutputSize = TRUE ;
@@ -195,6 +198,7 @@ TabDialog RID_SCDLG_HFEDIT_SHDR
         };
     };
 };
+
 TabDialog RID_SCDLG_HFEDIT_SFTR
 {
     OutputSize = TRUE ;
@@ -232,6 +236,7 @@ TabDialog RID_SCDLG_HFEDIT_SFTR
         };
     };
 };
+
 TabDialog RID_SCDLG_HFEDIT
 {
     OutputSize = TRUE ;
@@ -263,6 +268,7 @@ TabDialog RID_SCDLG_HFEDIT
         };
     };
 };
+
 TabDialog RID_SCDLG_HFEDIT_HEADER
 {
     OutputSize = TRUE ;
@@ -294,6 +300,7 @@ TabDialog RID_SCDLG_HFEDIT_HEADER
         };
     };
 };
+
 TabDialog RID_SCDLG_HFEDIT_FOOTER
 {
     OutputSize = TRUE ;
@@ -325,6 +332,7 @@ TabDialog RID_SCDLG_HFEDIT_FOOTER
         };
     };
 };
+
 TabDialog RID_SCDLG_HFEDIT_RIGHTHEADER
 {
     OutputSize = TRUE ;
@@ -350,6 +358,7 @@ TabDialog RID_SCDLG_HFEDIT_RIGHTHEADER
         };
     };
 };
+
 TabDialog RID_SCDLG_HFEDIT_LEFTHEADER
 {
     OutputSize = TRUE ;
@@ -375,6 +384,7 @@ TabDialog RID_SCDLG_HFEDIT_LEFTHEADER
         };
     };
 };
+
 TabDialog RID_SCDLG_HFEDIT_RIGHTFOOTER
 {
     OutputSize = TRUE ;
@@ -400,6 +410,7 @@ TabDialog RID_SCDLG_HFEDIT_RIGHTFOOTER
         };
     };
 };
+
 TabDialog RID_SCDLG_HFEDIT_LEFTFOOTER
 {
     OutputSize = TRUE ;
@@ -425,6 +436,7 @@ TabDialog RID_SCDLG_HFEDIT_LEFTFOOTER
         };
     };
 };
+
  //------------------------------------------------------------------------
  //  ScTpHFEdit
  //------------------------------------------------------------------------
@@ -440,45 +452,18 @@ TabPage RID_HFBASE
         Size = MAP_APPFONT ( 75 , 10 ) ;
         Text [ en-US ] = "~Left area" ;
     };
-    /*		"Control" braucht eigene HelpId, darum in der Ableitung:
-    Control WND_LEFT
-    {
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 6 , 18 ) ;
-        Size = MAP_APPFONT ( 80 , 72 ) ;
-        TabStop = TRUE ;
-    };
-*/
     FixedText FT_CENTER
     {
         Pos = MAP_APPFONT ( 90 , 6 ) ;
         Size = MAP_APPFONT ( 75 , 10 ) ;
         Text [ en-US ] = "~Center area" ;
     };
-    /*		"Control" braucht eigene HelpId, darum in der Ableitung:
-    Control WND_CENTER
-    {
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 90 , 18 ) ;
-        Size = MAP_APPFONT ( 80 , 72 ) ;
-        TabStop = TRUE ;
-    };
-*/
     FixedText FT_RIGHT
     {
         Pos = MAP_APPFONT ( 174 , 6 ) ;
         Size = MAP_APPFONT ( 75 , 10 ) ;
         Text [ en-US ] = "R~ight area" ;
     };
-    /*		"Control" braucht eigene HelpId, darum in der Ableitung:
-    Control WND_RIGHT
-    {
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 174 , 18 ) ;
-        Size = MAP_APPFONT ( 80 , 72 ) ;
-        TabStop = TRUE ;
-    };
-*/
     FixedText FT_HF_DEFINED
     {
         Pos = MAP_APPFONT ( 12 , 102 ) ;
@@ -486,17 +471,6 @@ TabPage RID_HFBASE
         Text [ en-US ] = "Hea~der" ;
     };
 
-    /* #i84123# list box needs own help id, which is set in the derived tab pages
-    ListBox LB_DEFINED
-    {
-        Border = TRUE ;
-                Pos = MAP_APPFONT ( 90 , 100 ) ;
-                Size = MAP_APPFONT ( 130 , 80 ) ;
-        DropDown = TRUE ;
-        TabStop = TRUE ;
-    };
-    */
-
     FixedText FT_HF_CUSTOM
     {
         Pos = MAP_APPFONT ( 12 , 124 ) ;
@@ -513,7 +487,7 @@ TabPage RID_HFBASE
         QuickHelpText [ en-US ] = "Text Attributes" ;
         ButtonImage = Image
         {
-            ImageBitmap = Bitmap { File = "text.bmp" ; };
+            ImageBitmap = Bitmap { File = "text.png" ; };
             MaskColor = STD_MASKCOLOR ;
         };
     };
@@ -527,7 +501,7 @@ TabPage RID_HFBASE
         QuickHelpText [ en-US ] = "Title" ;
         ButtonImage = Image
         {
-            ImageBitmap = Bitmap { File = "file.bmp" ; };
+            ImageBitmap = Bitmap { File = "file.png" ; };
             MaskColor = STD_MASKCOLOR ;
         };
     };
@@ -568,7 +542,7 @@ TabPage RID_HFBASE
         QuickHelpText [ en-US ] = "Sheet Name" ;
         ButtonImage = Image
         {
-            ImageBitmap = Bitmap { File = "table.bmp" ; };
+            ImageBitmap = Bitmap { File = "table.png" ; };
             MaskColor = STD_MASKCOLOR;
         };
     };
@@ -582,7 +556,7 @@ TabPage RID_HFBASE
         QuickHelpText [ en-US ] = "Page" ;
         ButtonImage = Image
         {
-            ImageBitmap = Bitmap { File = "page.bmp" ; };
+            ImageBitmap = Bitmap { File = "page.png" ; };
             MaskColor = STD_MASKCOLOR ;
         };
     };
@@ -596,7 +570,7 @@ TabPage RID_HFBASE
         QuickHelpText [ en-US ] = "Pages" ;
         ButtonImage = Image
         {
-            ImageBitmap = Bitmap { File = "pages.bmp" ; };
+            ImageBitmap = Bitmap { File = "pages.png" ; };
             MaskColor = STD_MASKCOLOR ;
         };
     };
@@ -610,7 +584,7 @@ TabPage RID_HFBASE
         QuickHelpText [ en-US ] = "Date" ;
         ButtonImage = Image
         {
-            ImageBitmap = Bitmap { File = "date.bmp" ; };
+            ImageBitmap = Bitmap { File = "date.png" ; };
             MaskColor = STD_MASKCOLOR ;
         };
     };
@@ -624,7 +598,7 @@ TabPage RID_HFBASE
         QuickHelpText [ en-US ] = "Time" ;
         ButtonImage = Image
         {
-            ImageBitmap = Bitmap { File = "time.bmp" ; };
+            ImageBitmap = Bitmap { File = "time.png" ; };
             MaskColor = STD_MASKCOLOR ;
         };
     };
@@ -643,6 +617,7 @@ TabPage RID_HFBASE
         Text [ en-US ] = "Note" ;
     };
 };
+
  //	Kombinationen: Header/Footer links/rechts
  //	die Eingabefenster jeweils mit eigener ID, sonst aus RID_HFBASE kopiert
 TabPage RID_SCPAGE_HFED_HL < RID_HFBASE
@@ -683,6 +658,7 @@ TabPage RID_SCPAGE_HFED_HL < RID_HFBASE
         TabStop = TRUE ;
     };
 };
+
 TabPage RID_SCPAGE_HFED_HR < RID_HFBASE
 {
     Hide = TRUE ;
@@ -721,6 +697,7 @@ TabPage RID_SCPAGE_HFED_HR < RID_HFBASE
         TabStop = TRUE ;
     };
 };
+
 TabPage RID_SCPAGE_HFED_FL < RID_HFBASE
 {
     Hide = TRUE ;
@@ -759,6 +736,7 @@ TabPage RID_SCPAGE_HFED_FL < RID_HFBASE
         TabStop = TRUE ;
     };
 };
+
 TabPage RID_SCPAGE_HFED_FR < RID_HFBASE
 {
     Hide = TRUE ;
@@ -797,4 +775,3 @@ TabPage RID_SCPAGE_HFED_FR < RID_HFBASE
         TabStop = TRUE ;
     };
 };
-
diff --git a/sc/source/ui/pagedlg/pagedlg.src b/sc/source/ui/pagedlg/pagedlg.src
index ab2e191..e5827d1 100644
--- a/sc/source/ui/pagedlg/pagedlg.src
+++ b/sc/source/ui/pagedlg/pagedlg.src
@@ -25,6 +25,7 @@
  *
  ************************************************************************/
 #include "pagedlg.hrc"
+
 ModelessDialog RID_SCDLG_AREAS
 {
     HelpId = HID_SCPAGE_AREAS ;
@@ -147,6 +148,7 @@ ModelessDialog RID_SCDLG_AREAS
         QuickHelpText [ en-US ] = "Shrink" ;
     };
 };
+
 TabPage RID_SCPAGE_TABLE
 {
     Hide = TRUE ;
@@ -237,12 +239,12 @@ TabPage RID_SCPAGE_TABLE
     };
     Image IMG_LEFTRIGHT
     {
-        ImageBitmap = Bitmap { File = "lftrgt.bmp" ; };
+        ImageBitmap = Bitmap { File = "lftrgt.png" ; };
         MaskColor = STD_MASKCOLOR;
     };
     Image IMG_TOPDOWN
     {
-        ImageBitmap = Bitmap { File = "topdown.bmp" ; };
+        ImageBitmap = Bitmap { File = "topdown.png" ; };
         MaskColor = STD_MASKCOLOR;
     };
     CheckBox BTN_PAGENO
@@ -379,28 +381,3 @@ TabPage RID_SCPAGE_TABLE
         Text [ en-US ] = "Scale" ;
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/pagedlg/tphf.src b/sc/source/ui/pagedlg/tphf.src
index 7970a03..d1d7396 100644
--- a/sc/source/ui/pagedlg/tphf.src
+++ b/sc/source/ui/pagedlg/tphf.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -35,30 +35,3 @@ PushButton RID_SCBTN_HFEDIT
     Text [ en-US ] = "~Edit..." ;
 };
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/attrdlg.src b/sc/source/ui/src/attrdlg.src
index 14a53e1..bcdf622 100644
--- a/sc/source/ui/src/attrdlg.src
+++ b/sc/source/ui/src/attrdlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -162,42 +162,3 @@ TabPage RID_SCPAGE_PROTECTION
         Text [ en-US ] = "Print" ;
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/autofmt.src b/sc/source/ui/src/autofmt.src
index 7f0c156..98261b9 100644
--- a/sc/source/ui/src/autofmt.src
+++ b/sc/source/ui/src/autofmt.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -169,8 +169,6 @@ ModalDialog RID_SCDLG_AUTOFORMAT
     String STR_ADD_TITLE
     {
         /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzufügen : Autoformat hinzufügen */
-        /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzufügen : Autoformat hinzufügen */
-        /* ### ACHTUNG: Neuer Text in Resource? AutoFormat hinzufügen : AutoFormat hinzuf³gen */
         Text [ en-US ] = "Add AutoFormat" ;
     };
 
@@ -229,43 +227,3 @@ ModalDialog RID_SCDLG_AUTOFORMAT
         Text [ en-US ] = "Total" ;
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/condfrmt.src b/sc/source/ui/src/condfrmt.src
index 18b0811..8b73bd5 100644
--- a/sc/source/ui/src/condfrmt.src
+++ b/sc/source/ui/src/condfrmt.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -26,6 +26,7 @@
  ************************************************************************/
 
 #include "condfrmt.hrc"
+
 ModelessDialog RID_SCDLG_CONDFORMAT
 {
     OutputSize = TRUE ;
@@ -357,42 +358,3 @@ ModelessDialog RID_SCDLG_CONDFORMAT
     };
     Text [ en-US ] = "Conditional Formatting" ;
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/crnrdlg.src b/sc/source/ui/src/crnrdlg.src
index f4811bd..c301d25 100644
--- a/sc/source/ui/src/crnrdlg.src
+++ b/sc/source/ui/src/crnrdlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -25,6 +25,7 @@
  *
  ************************************************************************/
 #include "crnrdlg.hrc"
+
 ModelessDialog RID_SCDLG_COLROWNAMERANGES
 {
     OutputSize = TRUE ;
@@ -131,36 +132,3 @@ ModelessDialog RID_SCDLG_COLROWNAMERANGES
     };
     Text [ en-US ] = "Define Label Range" ;
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/dbnamdlg.src b/sc/source/ui/src/dbnamdlg.src
index c5ff35b..888d6d7 100644
--- a/sc/source/ui/src/dbnamdlg.src
+++ b/sc/source/ui/src/dbnamdlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -175,24 +175,3 @@ ModelessDialog RID_SCDLG_DBNAMES
         Text [ en-US ] = "Invalid range" ;
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/filter.src b/sc/source/ui/src/filter.src
index a133863..52ce38d 100644
--- a/sc/source/ui/src/filter.src
+++ b/sc/source/ui/src/filter.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index a3fd6d5..9c5caae 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -27,8 +27,6 @@
 #include "globstr.hrc"
 #include "sc.hrc"
 
-
-
 Resource RID_GLOBSTR
 {
     String STR_UNDO_INSERTCELLS
diff --git a/sc/source/ui/src/hdrcont.src b/sc/source/ui/src/hdrcont.src
index da3f5b6..91d83fb 100644
--- a/sc/source/ui/src/hdrcont.src
+++ b/sc/source/ui/src/hdrcont.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -217,40 +217,3 @@ Menu RID_POPUP_COLHEADER
         };
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/miscdlgs.src b/sc/source/ui/src/miscdlgs.src
index 8f2dc9c..b16de65 100644
--- a/sc/source/ui/src/miscdlgs.src
+++ b/sc/source/ui/src/miscdlgs.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -90,6 +90,7 @@ ModalDialog RID_SCDLG_DELCELL
         Text [ en-US ] = "Selection" ;
     };
 };
+
 ModalDialog RID_SCDLG_INSCELL
 {
     OutputSize = TRUE ;
@@ -432,6 +433,7 @@ ModalDialog RID_SCDLG_INSCONT
         Size = MAP_APPFONT( 1 , 38 ) ;
     };
 };
+
 ModalDialog RID_SCDLG_MOVETAB
 {
     OutputSize = TRUE ;
@@ -499,6 +501,7 @@ ModalDialog RID_SCDLG_MOVETAB
         Text [ en-US ] = "- new document -" ;
     };
 };
+
 ModalDialog RID_SCDLG_STRINPUT
 {
     OutputSize = TRUE ;
@@ -538,6 +541,7 @@ ModalDialog RID_SCDLG_STRINPUT
         Size = MAP_APPFONT ( 110 , 8 ) ;
     };
 };
+
 ModalDialog RID_SCDLG_TAB_BG_COLOR
 {
     OutputSize = TRUE ;
@@ -582,105 +586,6 @@ ModalDialog RID_SCDLG_TAB_BG_COLOR
         DefButton = FALSE ;
     };
 };
-/*
-ModalDialog RID_SCDLG_TAB_BG_COLOR
-{
-    OutputSize = TRUE ;
-    SVLook = TRUE ;
-    Size = MAP_APPFONT ( 180 , 150 ) ;
-    Moveable = TRUE ;
-    Closeable = TRUE ;
-    Control TAB_BG_COLOR_CT_BORDER
-    {
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 1 , 1 ) ; //12, 32
-        Size = MAP_APPFONT ( 116+2 , 145+2 ) ;
-        DialogControl = TRUE;
-    };
-    Control TAB_BG_COLOR_SET_BGDCOLOR
-    {
-        // * HelpId = HID_BACKGROUND_CTL_BGDCOLORSET ;
-        Hide = FALSE ;
-        Pos = MAP_APPFONT ( 0 , 0 ) ;
-        Size = MAP_APPFONT ( 116 , 145 ) ;
-        TabStop = TRUE ;
-    };
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT ( 125 , 50 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        DefButton = TRUE ;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 125 , 67 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        DefButton = FALSE ;
-    };
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT ( 125 , 84 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        DefButton = FALSE ;
-    };
-};
-*/
-/*
-ModalDialog RID_SCDLG_MTRINPUT
-{
-    OutputSize = TRUE ;
-    SVLook = TRUE ;
-    Size = MAP_APPFONT ( 190 , 63 ) ;
-    Moveable = TRUE ;
-    Closeable = FALSE ;
-    OKButton BTN_OK
-    {
-        Pos = MAP_APPFONT ( 136 , 6 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-        DefButton = TRUE ;
-    };
-    CancelButton BTN_CANCEL
-    {
-        Pos = MAP_APPFONT ( 136 , 23 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    HelpButton BTN_HELP
-    {
-        Pos = MAP_APPFONT ( 136 , 43 ) ;
-        Size = MAP_APPFONT ( 50 , 14 ) ;
-        TabStop = TRUE ;
-    };
-    FixedText FT_LABEL
-    {
-        Pos = MAP_APPFONT ( 6 , 8 ) ;
-        Size = MAP_APPFONT ( 60 , 10 ) ;
-    };
-    MetricField ED_VALUE
-    {
-         //	HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen
-        HelpId = HID_SC_MTRIN_VAL ;
-        Border = TRUE ;
-        Pos = MAP_APPFONT ( 70 , 6 ) ;
-        Size = MAP_APPFONT ( 60 , 12 ) ;
-        TabStop = TRUE ;
-        Repeat = TRUE ;
-        Spin = TRUE ;
-    };
-    CheckBox BTN_DEFVAL
-    {
-         //	HelpID, weil die generierten aus den Ableitungen nicht in die hid.lst kommen
-        TabStop = TRUE ;
-        Pos = MAP_APPFONT ( 70 , 24 ) ;
-        Size = MAP_APPFONT ( 58 , 10 ) ;
-        Text [ en-US ] = "~Default value" ;
-    };
-};
-*/
 
 ModalDialog RID_SCDLG_COL_MAN
 {
@@ -1458,6 +1363,3 @@ ModalDialog RID_SCDLG_CHARTCOLROW
     };
     Text [ en-US ] = "Change Source Data Range" ;
 };
-
-
-
diff --git a/sc/source/ui/src/opredlin.src b/sc/source/ui/src/opredlin.src
index 34813be..86a5fc6 100644
--- a/sc/source/ui/src/opredlin.src
+++ b/sc/source/ui/src/opredlin.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -97,40 +97,3 @@ TabPage RID_SCPAGE_OPREDLINE
         Text [ en-US ] = "By author" ;
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/optdlg.src b/sc/source/ui/src/optdlg.src
index f1dc874..df86d1b 100644
--- a/sc/source/ui/src/optdlg.src
+++ b/sc/source/ui/src/optdlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -114,11 +114,6 @@ TabPage RID_SCPAGE_CALC
         Size = MAP_APPFONT ( 121 , 8 ) ;
         Text [ en-US ] = "Date" ;
     };
-    FixedLine FL_H_SEPARATOR
-    {
-        Pos = MAP_APPFONT ( 6 , 64 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
-    };
     CheckBox BTN_CASE
     {
         Pos = MAP_APPFONT ( 12 , 77 ) ;
diff --git a/sc/source/ui/src/pseudo.src b/sc/source/ui/src/pseudo.src
index 589520e..73f78d1 100644
--- a/sc/source/ui/src/pseudo.src
+++ b/sc/source/ui/src/pseudo.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -25,38 +25,4 @@
  *
  ************************************************************************/
 
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
 #include <svx/svxids.hrc>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 610c1f4..2dc2a91 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -6079,7 +6079,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
             Text [ en-US ] = "The value for which the natural logarithm of the gamma function is to be calculated." ;
         };
     };
-    
+
      // -=*# Resource for function GAMMA #*=-
     Resource SC_OPCODE_GAMMA
     {
@@ -8911,7 +8911,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
         };
         ExtraData =
         {
-            0;  
+            0;
             ID_FUNCTION_GRP_TEXT;
             U2S( HID_FUNC_UNICODE );
             1;	0;
@@ -8934,7 +8934,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
         };
         ExtraData =
         {
-            0;  
+            0;
             ID_FUNCTION_GRP_TEXT;
             U2S( HID_FUNC_UNICHAR );
             1;	0;
@@ -8957,7 +8957,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS2
         };
         ExtraData =
         {
-            0;  // DOING 
+            0;  // DOING
             ID_FUNCTION_GRP_MATH;
             U2S( HID_FUNC_EUROCONVERT );
             5;	0;	0;	0;  1;  1;
diff --git a/sc/source/ui/src/scstring.src b/sc/source/ui/src/scstring.src
index b4487b6..5bc1449 100644
--- a/sc/source/ui/src/scstring.src
+++ b/sc/source/ui/src/scstring.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
diff --git a/sc/source/ui/src/scwarngs.src b/sc/source/ui/src/scwarngs.src
index 64184e9..aedfd5f 100644
--- a/sc/source/ui/src/scwarngs.src
+++ b/sc/source/ui/src/scwarngs.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -43,41 +43,4 @@ Resource RID_WRNHDLSC
         /* ### ACHTUNG: Neuer Text in Resource? Die Maximalanzahl von Zeilen wurde überschritten. überzählige Zeilen wurden nicht mitimportiert! : Die Maximalanzahl von Zeilen wurde ³berschritten. ³berzõhlige Zeilen wurden nicht mitimportiert! */
         Text [ en-US ] = "The number of rows exceeded the maximum. Additional rows were not imported!" ;
     };
-    /*
-    String ERRCODE_SC_  & SH_MAX
-        {
-    Text = "";
-        };
-*/
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/simpref.src b/sc/source/ui/src/simpref.src
index d0bf767..67d9716 100644
--- a/sc/source/ui/src/simpref.src
+++ b/sc/source/ui/src/simpref.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -76,30 +76,3 @@ ModelessDialog RID_SCDLG_SIMPLEREF
         TabStop = TRUE ;
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/sortdlg.src b/sc/source/ui/src/sortdlg.src
index 4090bba..17f2d9c 100644
--- a/sc/source/ui/src/sortdlg.src
+++ b/sc/source/ui/src/sortdlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -250,15 +250,8 @@ TabPage RID_SCPAGE_SORT_OPTIONS
         Text [ en-US ] = "L~eft to right (sort columns)" ;
         TabStop = TRUE ;
     };
-/*
-    FixedText FT_AREA_LABEL
-    {
-        Pos = MAP_APPFONT ( 6 , 171 ) ;
-        Size = MAP_APPFONT ( 248 , 8 ) ;
-        Text [ en-US ] = "Data area:" ;
-    };
-*/
 };
+
 TabDialog RID_SCDLG_SORT
 {
     OutputSize = TRUE ;
@@ -317,13 +310,13 @@ TabDialog RID_SCDLG_SORT
 ModalDialog RID_SCDLG_SORT_WARNING
 {
     OutputSize = TRUE ;
-    SVLook = TRUE ; 
+    SVLook = TRUE ;
     Size = MAP_APPFONT ( 180 , 91 ) ;
     Text [ en-US ] = "Sort Range" ;
     Moveable = TRUE ;
     Closeable = FALSE ;
     FixedText FT_TEXT
-    {    
+    {
         Pos = MAP_APPFONT ( 8 , 3 ) ;
         Size = MAP_APPFONT ( 170 , 33 ) ;
         WordBreak = TRUE;
diff --git a/sc/source/ui/src/subtdlg.src b/sc/source/ui/src/subtdlg.src
index b97b6c8..fa42a7e 100644
--- a/sc/source/ui/src/subtdlg.src
+++ b/sc/source/ui/src/subtdlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -237,55 +237,3 @@ TabDialog RID_SCDLG_SUBTOTALS
         TabStop = TRUE ;
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/src/textdlgs.src b/sc/source/ui/src/textdlgs.src
index 447b174..eab99e7 100644
--- a/sc/source/ui/src/textdlgs.src
+++ b/sc/source/ui/src/textdlgs.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -112,13 +112,6 @@ TabDialog RID_SCDLG_PARAGRAPH
                 Text [ en-US ] = "Indents & Spacing" ;
                 PageResID = RID_SVXPAGE_STD_PARAGRAPH ;
             };
-            /*
-            PageItem  {
-                    Identifier = RID_SVXPAGE_EXT_PARAGRAPH;
-                    Text [ en-US ] = "Paragraph (Extensions)";
-                    PageResID = RID_SVXPAGE_EXT_PARAGRAPH;
-                };
-*/
             PageItem
             {
                 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
@@ -165,33 +158,3 @@ TabDialog RID_SCDLG_PARAGRAPH
         TabStop = TRUE ;
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/sc/source/ui/styleui/styledlg.src b/sc/source/ui/styleui/styledlg.src
index be1f7d3..57a5f3b 100644
--- a/sc/source/ui/styleui/styledlg.src
+++ b/sc/source/ui/styleui/styledlg.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -134,39 +134,3 @@ TabDialog RID_SCDLG_STYLES_PAGE
         };
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/scaddins/source/analysis/analysis.src b/scaddins/source/analysis/analysis.src
index 7b73006..b7b865f 100644
--- a/scaddins/source/analysis/analysis.src
+++ b/scaddins/source/analysis/analysis.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -3566,39 +3566,3 @@ Resource RID_ANALYSIS_FUNCTION_DESCRIPTIONS
         };
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/scaddins/source/analysis/analysis_deffuncnames.src b/scaddins/source/analysis/analysis_deffuncnames.src
index b3b0186..134a825 100644
--- a/scaddins/source/analysis/analysis_deffuncnames.src
+++ b/scaddins/source/analysis/analysis_deffuncnames.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -870,5 +870,3 @@ Resource RID_ANALYSIS_DEFFUNCTION_NAMES
     };
 
 };
-
-
diff --git a/scaddins/source/analysis/analysis_funcnames.src b/scaddins/source/analysis/analysis_funcnames.src
index 39df00f..e9762cd 100644
--- a/scaddins/source/analysis/analysis_funcnames.src
+++ b/scaddins/source/analysis/analysis_funcnames.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -498,51 +498,3 @@ Resource RID_ANALYSIS_FUNCTION_NAMES
     };
 
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/scaddins/source/datefunc/datefunc.src b/scaddins/source/datefunc/datefunc.src
index b42f376..a9edc31 100644
--- a/scaddins/source/datefunc/datefunc.src
+++ b/scaddins/source/datefunc/datefunc.src
@@ -1,7 +1,7 @@
 /*************************************************************************
  *
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- * 
+ *
  * Copyright 2000, 2010 Oracle and/or its affiliates.
  *
  * OpenOffice.org - a multi-platform office productivity suite
@@ -314,35 +314,3 @@ Resource RID_DATE_DEFFUNCTION_NAMES
         };
     };
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-


More information about the Libreoffice-commits mailing list