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

Joseph Powers jpowers at kemper.freedesktop.org
Wed Nov 24 21:51:13 PST 2010


 chart2/source/controller/dialogs/Bitmaps.src                    |   18 +++----
 chart2/source/controller/dialogs/Strings_AdditionalControls.src |    2 
 chart2/source/controller/dialogs/Strings_Scale.src              |    2 
 chart2/source/controller/dialogs/Strings_Statistic.src          |    2 
 chart2/source/controller/dialogs/dlg_ChartType.src              |    8 +--
 chart2/source/controller/dialogs/dlg_CreationWizard.src         |    2 
 chart2/source/controller/dialogs/dlg_DataSource.src             |    2 
 chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src        |    1 
 chart2/source/controller/dialogs/dlg_InsertDataLabel.src        |    2 
 chart2/source/controller/dialogs/dlg_InsertErrorBars.src        |    3 -
 chart2/source/controller/dialogs/dlg_InsertLegend.src           |    2 
 chart2/source/controller/dialogs/dlg_InsertTitle.src            |    2 
 chart2/source/controller/dialogs/dlg_InsertTrendline.src        |    3 -
 chart2/source/controller/dialogs/dlg_ObjectProperties.src       |    2 
 chart2/source/controller/dialogs/dlg_ShapeFont.src              |    2 
 chart2/source/controller/dialogs/dlg_ShapeParagraph.src         |    2 
 chart2/source/controller/dialogs/dlg_View3D.src                 |    5 --
 chart2/source/controller/dialogs/res_BarGeometry.src            |    2 
 chart2/source/controller/dialogs/res_TextSeparator.src          |    4 -
 chart2/source/controller/dialogs/tp_3D_SceneAppearance.src      |    9 +--
 chart2/source/controller/dialogs/tp_3D_SceneGeometry.src        |    9 +--
 chart2/source/controller/dialogs/tp_ChartType.src               |    6 +-
 chart2/source/controller/dialogs/tp_DataLabel.src               |    2 
 chart2/source/controller/dialogs/tp_DataSource.src              |    2 
 chart2/source/controller/dialogs/tp_ErrorBars.src               |    3 -
 chart2/source/controller/dialogs/tp_LegendPosition.src          |    6 ++
 chart2/source/controller/dialogs/tp_Location.src                |    6 +-
 chart2/source/controller/dialogs/tp_PointGeometry.src           |    3 -
 chart2/source/controller/dialogs/tp_PolarOptions.src            |    2 
 chart2/source/controller/dialogs/tp_RangeChooser.src            |    2 
 chart2/source/controller/dialogs/tp_Scale.src                   |   23 +++++++---
 chart2/source/controller/dialogs/tp_SeriesToAxis.src            |   23 +++++-----
 chart2/source/controller/dialogs/tp_TitleRotation.src           |    4 -
 chart2/source/controller/dialogs/tp_Trendline.src               |    3 -
 chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.src |    2 
 chart2/source/controller/menus/ShapeContextMenu.src             |    6 +-
 chart2/source/controller/menus/ShapeEditContextMenu.src         |    2 
 sc/addin/datefunc/dfa.src                                       |    2 
 sc/addin/rot13/rot13.src                                        |    2 
 sc/source/core/src/compiler.src                                 |    6 --
 sc/source/ui/cctrl/dpcontrol.src                                |    2 
 sc/source/ui/dbgui/consdlg.src                                  |    3 -
 sc/source/ui/dbgui/dpgroupdlg.src                               |    3 -
 sc/source/ui/dbgui/imoptdlg.src                                 |    8 ---
 sc/source/ui/drawfunc/objdraw.src                               |    2 
 sc/source/ui/miscdlgs/linkarea.src                              |    2 
 sc/source/ui/miscdlgs/protectiondlg.src                         |    2 
 sc/source/ui/miscdlgs/retypepassdlg.src                         |    2 
 48 files changed, 104 insertions(+), 109 deletions(-)

New commits:
commit 56cd4fe94b95b967bcdc4c0076018fdbd7f0d3cc
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Wed Nov 24 21:50:49 2010 -0800

    .src cleanup

diff --git a/chart2/source/controller/dialogs/Bitmaps.src b/chart2/source/controller/dialogs/Bitmaps.src
index 11f9d38..2f08030 100644
--- a/chart2/source/controller/dialogs/Bitmaps.src
+++ b/chart2/source/controller/dialogs/Bitmaps.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
@@ -33,7 +33,7 @@ Image IMG_TYPE_COLUMN
 };
 Image IMG_TYPE_BAR
 {
-    ImageBitmap = Bitmap { File = "typebar_16.png " ; };
+    ImageBitmap = Bitmap { File = "typebar_16.png" ; };
     MaskColor = STD_MASKCOLOR;
 };
 Image IMG_TYPE_PIE
@@ -53,7 +53,7 @@ Image IMG_TYPE_XY
 };
 Image IMG_TYPE_AREA
 {
-    ImageBitmap = Bitmap { File = "typearea_16.png" ; };
+    ImageBitmap = Bitmap { File = " " ; };
     MaskColor = STD_MASKCOLOR;
 };
 Image IMG_TYPE_NET
@@ -113,7 +113,7 @@ Bitmap BMP_BARS_2D_2
 {
     File = "barstack_52x60.png" ;
 };
-Bitmap BMP_BARS_2D_3
+Bitmap
 {
     File = "barpercent_52x60.png" ;
 };
@@ -501,35 +501,35 @@ Image BMP_REGRESSION_NONE
 {
     ImageBitmap = Bitmap
     {
-        File = "regno.bmp" ;
+        File = "regno.png" ;
     };
 };
 Image BMP_REGRESSION_LINEAR
 {
     ImageBitmap = Bitmap
     {
-        File = "reglin.bmp" ;
+        File = "reglin.png" ;
     };
 };
 Image BMP_REGRESSION_LOG
 {
     ImageBitmap = Bitmap
     {
-        File = "reglog.bmp" ;
+        File = "reglog.png" ;
     };
 };
 Image BMP_REGRESSION_EXP
 {
     ImageBitmap = Bitmap
     {
-        File = "regexp.bmp" ;
+        File = "regexp.png" ;
     };
 };
 Image BMP_REGRESSION_POWER
 {
     ImageBitmap = Bitmap
     {
-        File = "regpow.bmp" ;
+        File = "regpow.png" ;
     };
 };
 //---------------------
diff --git a/chart2/source/controller/dialogs/Strings_AdditionalControls.src b/chart2/source/controller/dialogs/Strings_AdditionalControls.src
index bc658de..f233dda 100644
--- a/chart2/source/controller/dialogs/Strings_AdditionalControls.src
+++ b/chart2/source/controller/dialogs/Strings_AdditionalControls.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/chart2/source/controller/dialogs/Strings_Scale.src b/chart2/source/controller/dialogs/Strings_Scale.src
index 9185552..e7a3d6c 100644
--- a/chart2/source/controller/dialogs/Strings_Scale.src
+++ b/chart2/source/controller/dialogs/Strings_Scale.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/chart2/source/controller/dialogs/Strings_Statistic.src b/chart2/source/controller/dialogs/Strings_Statistic.src
index 7fdd164..f2dc423 100644
--- a/chart2/source/controller/dialogs/Strings_Statistic.src
+++ b/chart2/source/controller/dialogs/Strings_Statistic.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/chart2/source/controller/dialogs/dlg_ChartType.src b/chart2/source/controller/dialogs/dlg_ChartType.src
index 07a2627..5523ad8 100644
--- a/chart2/source/controller/dialogs/dlg_ChartType.src
+++ b/chart2/source/controller/dialogs/dlg_ChartType.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
@@ -39,19 +39,19 @@
 ModalDialog DLG_DIAGRAM_TYPE
 {
     HelpID = SID_DIAGRAM_TYPE ;
-    
+
     Size = MAP_APPFONT ( CHART_TYPE_DLG_WIDTH , CHART_TYPE_DLG_HEIGHT ) ;
 
     OutputSize = TRUE ;
     SVLook = TRUE ;
     Moveable = TRUE ;
     Closeable = TRUE ;
-    
+
     FixedLine FL_BUTTONS
     {
         Pos = MAP_APPFONT ( 0 , CHART_TYPE_DLG_HEIGHT-24  ) ;
         Size = MAP_APPFONT ( CHART_TYPE_DLG_WIDTH , 8 ) ;
     };
-    
+
     BUTTONS_OK_CANCEL_HELP( CHART_TYPE_DLG_WIDTH-161 ,CHART_TYPE_DLG_HEIGHT-17 , 53, 0 )
 };
diff --git a/chart2/source/controller/dialogs/dlg_CreationWizard.src b/chart2/source/controller/dialogs/dlg_CreationWizard.src
index ca25f67..90fe0e2 100644
--- a/chart2/source/controller/dialogs/dlg_CreationWizard.src
+++ b/chart2/source/controller/dialogs/dlg_CreationWizard.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/chart2/source/controller/dialogs/dlg_DataSource.src b/chart2/source/controller/dialogs/dlg_DataSource.src
index 890e0c7..08427a4 100644
--- a/chart2/source/controller/dialogs/dlg_DataSource.src
+++ b/chart2/source/controller/dialogs/dlg_DataSource.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/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src b/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src
index 11eec47..91d995b 100644
--- a/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src
+++ b/chart2/source/controller/dialogs/dlg_InsertAxis_Grid.src
@@ -36,7 +36,6 @@ ModalDialog DLG_AXIS_OR_GRID
     HelpID = SID_INSERT_AXIS ;
     OutputSize = TRUE ;
     SVLook = TRUE ;
-    //Size = MAP_APPFONT ( 160 , 99 ) ;
     Size = MAP_APPFONT ( 160 , 113 ) ;
     Moveable = TRUE ;
 
diff --git a/chart2/source/controller/dialogs/dlg_InsertDataLabel.src b/chart2/source/controller/dialogs/dlg_InsertDataLabel.src
index a34dacd..8f8a644 100644
--- a/chart2/source/controller/dialogs/dlg_InsertDataLabel.src
+++ b/chart2/source/controller/dialogs/dlg_InsertDataLabel.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/chart2/source/controller/dialogs/dlg_InsertErrorBars.src b/chart2/source/controller/dialogs/dlg_InsertErrorBars.src
index 8cf0f6b..f7a61cf 100644
--- a/chart2/source/controller/dialogs/dlg_InsertErrorBars.src
+++ b/chart2/source/controller/dialogs/dlg_InsertErrorBars.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
@@ -33,7 +33,6 @@
 
 ModalDialog DLG_DATA_YERRORBAR
 {
-// 	HelpID = SID_INSERT_STATISTICS ;
     OutputSize = TRUE ;
     SVLook = TRUE ;
     Size = MAP_APPFONT ( 300 , 156 ) ;
diff --git a/chart2/source/controller/dialogs/dlg_InsertLegend.src b/chart2/source/controller/dialogs/dlg_InsertLegend.src
index 4ee97fb..95a1d55 100644
--- a/chart2/source/controller/dialogs/dlg_InsertLegend.src
+++ b/chart2/source/controller/dialogs/dlg_InsertLegend.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/chart2/source/controller/dialogs/dlg_InsertTitle.src b/chart2/source/controller/dialogs/dlg_InsertTitle.src
index 10a1bfb..f84ff2c 100644
--- a/chart2/source/controller/dialogs/dlg_InsertTitle.src
+++ b/chart2/source/controller/dialogs/dlg_InsertTitle.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/chart2/source/controller/dialogs/dlg_InsertTrendline.src b/chart2/source/controller/dialogs/dlg_InsertTrendline.src
index 56b4697..24704f0 100644
--- a/chart2/source/controller/dialogs/dlg_InsertTrendline.src
+++ b/chart2/source/controller/dialogs/dlg_InsertTrendline.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
@@ -45,4 +45,3 @@ ModalDialog DLG_DATA_TRENDLINE
     BUTTONS_OK_CANCEL_HELP_STACKED( DLG_DATA_TRENDLINE_RES_WIDTH + DLG_DATA_TRENDLINE_ADD_TO_RES )
     RESOURCE_TRENDLINE( DLG_DATA_TRENDLINE_RES_WIDTH, 22 )
 };
-
diff --git a/chart2/source/controller/dialogs/dlg_ObjectProperties.src b/chart2/source/controller/dialogs/dlg_ObjectProperties.src
index 5b0dfa1..9eae934 100644
--- a/chart2/source/controller/dialogs/dlg_ObjectProperties.src
+++ b/chart2/source/controller/dialogs/dlg_ObjectProperties.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/chart2/source/controller/dialogs/dlg_ShapeFont.src b/chart2/source/controller/dialogs/dlg_ShapeFont.src
index 92466c4..2065bd9 100644
--- a/chart2/source/controller/dialogs/dlg_ShapeFont.src
+++ b/chart2/source/controller/dialogs/dlg_ShapeFont.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/chart2/source/controller/dialogs/dlg_ShapeParagraph.src b/chart2/source/controller/dialogs/dlg_ShapeParagraph.src
index be50398..ff74fc1 100644
--- a/chart2/source/controller/dialogs/dlg_ShapeParagraph.src
+++ b/chart2/source/controller/dialogs/dlg_ShapeParagraph.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/chart2/source/controller/dialogs/dlg_View3D.src b/chart2/source/controller/dialogs/dlg_View3D.src
index 4c7177b..0f1fb63 100644
--- a/chart2/source/controller/dialogs/dlg_View3D.src
+++ b/chart2/source/controller/dialogs/dlg_View3D.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
@@ -42,7 +42,6 @@ TabDialog DLG_3D_VIEW
         OutputSize = TRUE ;
         Pos = MAP_APPFONT ( 3 , 3 ) ;
         Size = MAP_APPFONT ( VIEW3D_PAGE_WIDTH , VIEW3D_PAGE_HEIGHT ) ;
-    };	
+    };
     BUTTONS_OK_CANCEL_HELP_STACKED(VIEW3D_PAGE_HEIGHT+3)
 };
-
diff --git a/chart2/source/controller/dialogs/res_BarGeometry.src b/chart2/source/controller/dialogs/res_BarGeometry.src
index bda633e..ea48107 100644
--- a/chart2/source/controller/dialogs/res_BarGeometry.src
+++ b/chart2/source/controller/dialogs/res_BarGeometry.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/chart2/source/controller/dialogs/res_TextSeparator.src b/chart2/source/controller/dialogs/res_TextSeparator.src
index d4b1b5e..c0b95ea 100644
--- a/chart2/source/controller/dialogs/res_TextSeparator.src
+++ b/chart2/source/controller/dialogs/res_TextSeparator.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
@@ -38,7 +38,7 @@ ListBox LB_TEXT_SEPARATOR
     Group = TRUE ;
     DropDown=TRUE;
     DDExtraWidth = TRUE ;
-    
+
     StringList [ en-US ] =
     {
         "Space" ;
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.src b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.src
index 2f8dad3..e9b4887 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneAppearance.src
+++ b/chart2/source/controller/dialogs/tp_3D_SceneAppearance.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
@@ -38,7 +38,7 @@
 #define HEIGHT_FT 10
 
 #define POS_X_0 6
-#define POS_X_1 6 
+#define POS_X_1 6
 #define POS_X_2 POS_X_1+WIDTH_FT+4
 
 #define POS_Y_SCHEME 8
@@ -74,8 +74,8 @@ TabPage TP_3D_SCENEAPPEARANCE
     {
         Pos = MAP_APPFONT ( POS_X_0 , POS_Y_SEPERATOR  ) ;
         Size = MAP_APPFONT ( WIDTH_FL , HEIGHT_FL ) ;
-    };    
-    
+    };
+
     CheckBox CB_SHADING
     {
         Pos = MAP_APPFONT ( POS_X_1 , POS_Y_SHADING ) ;
@@ -95,4 +95,3 @@ TabPage TP_3D_SCENEAPPEARANCE
         Text [ en-US ] = "~Rounded edges" ;
     };
 };
-
diff --git a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.src b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.src
index 54a4bca..85b3065 100644
--- a/chart2/source/controller/dialogs/tp_3D_SceneGeometry.src
+++ b/chart2/source/controller/dialogs/tp_3D_SceneGeometry.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
@@ -42,7 +42,7 @@
 #define HEIGHT_FT 10
 
 #define POS_X_0 6
-#define POS_X_1 6 
+#define POS_X_1 6
 #define POS_X_2 POS_X_1+WIDTH_FT+4
 
 #define POS_Y_0 (8)
@@ -73,7 +73,7 @@ TabPage TP_3D_SCENEGEOMETRY
     SVLook = TRUE ;
     Hide = TRUE ;
     Size = MAP_APPFONT ( VIEW3D_PAGE_WIDTH , VIEW3D_PAGE_HEIGHT ) ;
-    
+
     CheckBox CBX_RIGHT_ANGLED_AXES
     {
         Pos = MAP_APPFONT ( POS_X_1 , POS_Y_0  ) ;
@@ -117,7 +117,7 @@ TabPage TP_3D_SCENEGEOMETRY
         Size = MAP_APPFONT ( WIDTH_MF , HEIGHT_MF ) ;
         CUSTOMUNITTEXT_DEGREE
     };
-    
+
     CheckBox CBX_PERSPECTIVE
     {
         Pos = MAP_APPFONT ( POS_X_1 , POS_Y_4  ) ;
@@ -144,4 +144,3 @@ TabPage TP_3D_SCENEGEOMETRY
         CustomUnitText = "%" ;
     };
 };
-
diff --git a/chart2/source/controller/dialogs/tp_ChartType.src b/chart2/source/controller/dialogs/tp_ChartType.src
index 639553e..a9bb2a0 100644
--- a/chart2/source/controller/dialogs/tp_ChartType.src
+++ b/chart2/source/controller/dialogs/tp_ChartType.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
@@ -164,7 +164,7 @@ TabPage TP_CHARTTYPE
         Size = MAP_APPFONT ( 12 , 14 ) ;
         Text [ en-US ] = "Properties..." ;
     };
-    
+
     CheckBox CB_XVALUE_SORTING
     {
         TabStop = TRUE ;
@@ -172,7 +172,7 @@ TabPage TP_CHARTTYPE
         Size = MAP_APPFONT ( WIDTH_XVALUE_SORTING , 10 ) ;
         Text [ en-US ] = "~Sort by X values" ;
     };
-    
+
 };
 
 ModalDialog DLG_SPLINE_PROPERTIES
diff --git a/chart2/source/controller/dialogs/tp_DataLabel.src b/chart2/source/controller/dialogs/tp_DataLabel.src
index 4907b3d..615e81c 100644
--- a/chart2/source/controller/dialogs/tp_DataLabel.src
+++ b/chart2/source/controller/dialogs/tp_DataLabel.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/chart2/source/controller/dialogs/tp_DataSource.src b/chart2/source/controller/dialogs/tp_DataSource.src
index da0a98c..3e1f8a5 100644
--- a/chart2/source/controller/dialogs/tp_DataSource.src
+++ b/chart2/source/controller/dialogs/tp_DataSource.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/chart2/source/controller/dialogs/tp_ErrorBars.src b/chart2/source/controller/dialogs/tp_ErrorBars.src
index 6d8efc0..aede047 100644
--- a/chart2/source/controller/dialogs/tp_ErrorBars.src
+++ b/chart2/source/controller/dialogs/tp_ErrorBars.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
@@ -31,7 +31,6 @@
 TabPage TP_YERRORBAR
 {
     Hide = TRUE ;
-// 	HelpID = HID_SCH_STAT ;
     SVLook = TRUE ;
     Size = MAP_APPFONT ( 260 , 185 ) ;
     RESOURCE_ERRORBARS( 260 - 12, 0 )
diff --git a/chart2/source/controller/dialogs/tp_LegendPosition.src b/chart2/source/controller/dialogs/tp_LegendPosition.src
index cddd3f8..54b1065 100644
--- a/chart2/source/controller/dialogs/tp_LegendPosition.src
+++ b/chart2/source/controller/dialogs/tp_LegendPosition.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
@@ -34,12 +34,14 @@ TabPage TP_LEGEND_POS
     HelpID = HID_SCH_LEGEND_POS ;
     SVLook = TRUE ;
     Size = MAP_APPFONT ( 260 , 185 ) ;
+
     FixedLine GRP_LEGEND
     {
         Pos = MAP_APPFONT ( 6 , 3  ) ;
         Size = MAP_APPFONT ( 248 , 8 ) ;
         Text [ en-US ] = "Position" ;
     };
+
     RESOURCE_LEGENDPOSITION( 12, 14 )
 
     FixedLine FL_LEGEND_TEXTORIENT
@@ -48,12 +50,14 @@ TabPage TP_LEGEND_POS
         Size = MAP_APPFONT ( 248 , 8 ) ;
         Text [ en-US ] = "Text orientation" ;
     };
+
     FixedText FT_LEGEND_TEXTDIR
     {
         Pos = MAP_APPFONT ( 12 , 14 + RESOURCE_LEGENDPOSITION_HEIGHT + 19 ) ;
         Size = MAP_APPFONT ( 64 , 8 ) ;
         Text [ en-US ] = "Te~xt direction" ;
     };
+
     ListBox LB_LEGEND_TEXTDIR
     {
         Pos = MAP_APPFONT ( 78 , 14 + RESOURCE_LEGENDPOSITION_HEIGHT + 17 ) ;
diff --git a/chart2/source/controller/dialogs/tp_Location.src b/chart2/source/controller/dialogs/tp_Location.src
index 4fbac61..6b8c75a 100644
--- a/chart2/source/controller/dialogs/tp_Location.src
+++ b/chart2/source/controller/dialogs/tp_Location.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
@@ -53,16 +53,16 @@ TabPage TP_LOCATION
     {
         Pos = MAP_APPFONT ( WIZ_POSX1 , WIZ_POSY1 ) ;
         Size = MAP_APPFONT ( WIZ_FIXEDLINE_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
-
         Text [ en-US ] = "Place chart" ;
     };
+
     FixedText FT_TABLE
     {
         Pos = MAP_APPFONT ( WIZ_POSX2 , WIZ_POSY2 ) ;
         Size = MAP_APPFONT ( TEXT_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
-
         Text [ en-US ] = "~Insert in sheet" ;
     };
+
     ListBox LB_TABLE
     {
         Border = TRUE ;
diff --git a/chart2/source/controller/dialogs/tp_PointGeometry.src b/chart2/source/controller/dialogs/tp_PointGeometry.src
index d136673..39e1e1e 100644
--- a/chart2/source/controller/dialogs/tp_PointGeometry.src
+++ b/chart2/source/controller/dialogs/tp_PointGeometry.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
@@ -30,7 +30,6 @@
 TabPage TP_LAYOUT
 {
     Hide = TRUE ;
-//    HelpID = HID_LAYOUT ;
     SVLook = TRUE ;
     Size   = MAP_APPFONT ( 260 , 185 ) ;
 };
diff --git a/chart2/source/controller/dialogs/tp_PolarOptions.src b/chart2/source/controller/dialogs/tp_PolarOptions.src
index f752f94..a6a49ba 100644
--- a/chart2/source/controller/dialogs/tp_PolarOptions.src
+++ b/chart2/source/controller/dialogs/tp_PolarOptions.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/chart2/source/controller/dialogs/tp_RangeChooser.src b/chart2/source/controller/dialogs/tp_RangeChooser.src
index 69d6562..de07c97 100644
--- a/chart2/source/controller/dialogs/tp_RangeChooser.src
+++ b/chart2/source/controller/dialogs/tp_RangeChooser.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/chart2/source/controller/dialogs/tp_Scale.src b/chart2/source/controller/dialogs/tp_Scale.src
index 7ff88bf..e0705fc 100644
--- a/chart2/source/controller/dialogs/tp_Scale.src
+++ b/chart2/source/controller/dialogs/tp_Scale.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,12 +56,14 @@ TabPage TP_SCALE
         Size = MAP_APPFONT ( 248 , 8 ) ;
         Text [ en-US ] = "Scale" ;
     };
+
     FixedText TXT_MIN
     {
         Pos = MAP_APPFONT ( X2 , Y1  ) ;
         Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
         Text [ en-US ] = "~Minimum:" ;
     };
+
     SpinField EDT_MIN
     {
         Border = TRUE ;
@@ -70,6 +72,7 @@ TabPage TP_SCALE
         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
         TabStop = TRUE ;
     };
+
     CheckBox CBX_AUTO_MIN
     {
         Pos = MAP_APPFONT ( X4 , Y1-1  ) ;
@@ -77,13 +80,14 @@ TabPage TP_SCALE
         TabStop = TRUE ;
         Text [ en-US ] = "~Automatic" ;
     };
-    
+
     FixedText TXT_MAX
     {
         Pos = MAP_APPFONT ( X2 , Y2  ) ;
         Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
         Text [ en-US ] = "Ma~ximum:" ;
     };
+
     SpinField EDT_MAX
     {
         Border = TRUE ;
@@ -92,6 +96,7 @@ TabPage TP_SCALE
         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
         TabStop = TRUE ;
     };
+
     CheckBox CBX_AUTO_MAX
     {
         Pos = MAP_APPFONT ( X4 , Y2-1  ) ;
@@ -99,12 +104,14 @@ TabPage TP_SCALE
         TabStop = TRUE ;
         Text [ en-US ] = "A~utomatic" ;
     };
+
     FixedText TXT_STEP_MAIN
     {
         Pos = MAP_APPFONT ( X2 , Y3  ) ;
         Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
         Text [ en-US ] = "Ma~jor interval:" ;
     };
+
     SpinField EDT_STEP_MAIN
     {
         Border = TRUE ;
@@ -112,6 +119,7 @@ TabPage TP_SCALE
         Size = MAP_APPFONT ( EDITWIDTH , 12 ) ;
         TabStop = TRUE ;
     };
+
     CheckBox CBX_AUTO_STEP_MAIN
     {
         Pos = MAP_APPFONT ( X4 , Y3-1  ) ;
@@ -119,12 +127,14 @@ TabPage TP_SCALE
         TabStop = TRUE ;
         Text [ en-US ] = "Au~tomatic" ;
     };
+
     FixedText TXT_STEP_HELP
     {
         Pos = MAP_APPFONT ( X2 , Y4  ) ;
         Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
         Text [ en-US ] = "Minor interval ~count:" ;
     };
+
     MetricField MT_STEPHELP
     {
         Border = TRUE ;
@@ -141,6 +151,7 @@ TabPage TP_SCALE
         Last = 100 ;
         SpinSize = 1 ;
     };
+
     CheckBox CBX_AUTO_STEP_HELP
     {
         Pos = MAP_APPFONT ( X4 , Y4-1  ) ;
@@ -148,13 +159,14 @@ TabPage TP_SCALE
         TabStop = TRUE ;
         Text [ en-US ] = "Aut~omatic" ;
     };
-    
+
     FixedText TXT_ORIGIN
     {
         Pos = MAP_APPFONT ( X2 , Y5  ) ;
         Size = MAP_APPFONT ( LABELWIDTH , 8 ) ;
         Text [ en-US ] = "Reference ~value:" ;
     };
+
     SpinField EDT_ORIGIN
     {
         Border = TRUE ;
@@ -170,7 +182,7 @@ TabPage TP_SCALE
         TabStop = TRUE ;
         Text [ en-US ] = "Automat~ic" ;
     };
-    
+
     CheckBox CBX_LOGARITHM
     {
         Pos = MAP_APPFONT ( X2 , Y6  ) ;
@@ -178,7 +190,7 @@ TabPage TP_SCALE
         TabStop = TRUE ;
         Text [ en-US ] = "~Logarithmic scale" ;
     };
-        
+
     CheckBox CBX_REVERSE
     {
         Pos = MAP_APPFONT ( X2 , Y7  ) ;
@@ -186,5 +198,4 @@ TabPage TP_SCALE
         TabStop = TRUE ;
         Text [ en-US ] = "~Reverse direction" ;
     };
-    
 };
diff --git a/chart2/source/controller/dialogs/tp_SeriesToAxis.src b/chart2/source/controller/dialogs/tp_SeriesToAxis.src
index e30c166..0d67feb 100644
--- a/chart2/source/controller/dialogs/tp_SeriesToAxis.src
+++ b/chart2/source/controller/dialogs/tp_SeriesToAxis.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
@@ -30,15 +30,16 @@
 TabPage TP_OPTIONS
 {
     Hide = TRUE ;
-//    HelpID = HID_LAYOUT ;
     SVLook = TRUE ;
     Size = MAP_APPFONT ( 260 , 185 ) ;
+
     FixedLine 1
     {
         Pos = MAP_APPFONT ( 6 , 6  ) ;
         Size = MAP_APPFONT ( 248 , 8 ) ;
         Text [ en-US ] = "Align data series to";
     };
+
     RadioButton RBT_OPT_AXIS_1
     {
         Pos = MAP_APPFONT ( 12 , 20  ) ;
@@ -46,6 +47,7 @@ TabPage TP_OPTIONS
         TabStop = TRUE ;
         Text [ en-US ] = "Primary Y axis";
     };
+
     RadioButton RBT_OPT_AXIS_2
     {
         Pos = MAP_APPFONT ( 12 , 34  ) ;
@@ -60,6 +62,7 @@ TabPage TP_OPTIONS
         Size = MAP_APPFONT ( 248 , 8 ) ;
         Text [ en-US ] = "Settings";
     };
+
     FixedText FT_OVERLAP
     {
         Pos = MAP_APPFONT ( 12 , 80 ) ;
@@ -127,7 +130,7 @@ TabPage TP_OPTIONS
         TabStop = TRUE ;
         Text [ en-US ] = "Show ~bars side by side";
     };
-    
+
     FixedLine FL_PLOT_OPTIONS
     {
         Pos = MAP_APPFONT ( 6 , 113  ) ;
@@ -141,31 +144,31 @@ TabPage TP_OPTIONS
         Size = MAP_APPFONT ( 80 , 8 ) ;
         Text [ en-US ] = "Plot missing values";
     };
-    
+
     RadioButton RB_DONT_PAINT
     {
         Pos = MAP_APPFONT ( 82 , 127  ) ;
         Size = MAP_APPFONT ( 80 , 10 ) ;
         TabStop = TRUE ;
-        Text [ en-US ] = "~Leave gap";  
+        Text [ en-US ] = "~Leave gap";
     };
-    
+
     RadioButton RB_ASSUME_ZERO
     {
         Pos = MAP_APPFONT ( 82 , 141  ) ;
         Size = MAP_APPFONT ( 80 , 10 ) ;
         TabStop = TRUE ;
-        Text [ en-US ] = "~Assume zero";  
+        Text [ en-US ] = "~Assume zero";
     };
-    
+
     RadioButton RB_CONTINUE_LINE
     {
         Pos = MAP_APPFONT ( 82 , 155  ) ;
         Size = MAP_APPFONT ( 80 , 10 ) ;
         TabStop = TRUE ;
-        Text [ en-US ] = "~Continue line";  
+        Text [ en-US ] = "~Continue line";
     };
-      
+
     CheckBox CB_INCLUDE_HIDDEN_CELLS
     {
         Pos = MAP_APPFONT ( 12 , 172 ) ;
diff --git a/chart2/source/controller/dialogs/tp_TitleRotation.src b/chart2/source/controller/dialogs/tp_TitleRotation.src
index ec17cfd..c77d915 100644
--- a/chart2/source/controller/dialogs/tp_TitleRotation.src
+++ b/chart2/source/controller/dialogs/tp_TitleRotation.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
@@ -24,6 +24,7 @@
  * for a copy of the LGPLv3 License.
  *
  ************************************************************************/
+
 #include "HelpIds.hrc"
 #include "TabPages.hrc"
 
@@ -90,4 +91,3 @@ TabPage TP_ALIGNMENT
         DropDown = TRUE;
     };
 };
-
diff --git a/chart2/source/controller/dialogs/tp_Trendline.src b/chart2/source/controller/dialogs/tp_Trendline.src
index 16c7eff..f7a3fa3 100644
--- a/chart2/source/controller/dialogs/tp_Trendline.src
+++ b/chart2/source/controller/dialogs/tp_Trendline.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
@@ -31,7 +31,6 @@
 TabPage TP_TRENDLINE
 {
     Hide = TRUE ;
-// 	HelpID = HID_SCH_STAT ;
     SVLook = TRUE ;
     Size = MAP_APPFONT ( 260 , 185 ) ;
     RESOURCE_TRENDLINE( 260 - 12, 0 )
diff --git a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.src b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.src
index 41fa87c..a17f565 100644
--- a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.src
+++ b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.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/chart2/source/controller/menus/ShapeContextMenu.src b/chart2/source/controller/menus/ShapeContextMenu.src
index 281668b..79e4247 100644
--- a/chart2/source/controller/menus/ShapeContextMenu.src
+++ b/chart2/source/controller/menus/ShapeContextMenu.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,7 +76,7 @@ Menu RID_CONTEXTMENU_SHAPE
             Command = ".uno:ArrangeRow";
             SubMenu = Menu
             {
-                ItemList = 
+                ItemList =
                 {
                     MenuItem
                     {
@@ -98,7 +98,7 @@ Menu RID_CONTEXTMENU_SHAPE
                         Identifier = COMMAND_ID_SEND_TO_BACK;
                         Command = ".uno:SendToBack";
                     };
-                };            
+                };
             };
         };
         MenuItem
diff --git a/chart2/source/controller/menus/ShapeEditContextMenu.src b/chart2/source/controller/menus/ShapeEditContextMenu.src
index 6206f57..60f5d4e 100644
--- a/chart2/source/controller/menus/ShapeEditContextMenu.src
+++ b/chart2/source/controller/menus/ShapeEditContextMenu.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/addin/datefunc/dfa.src b/sc/addin/datefunc/dfa.src
index aa804e7..6a38f30 100644
--- a/sc/addin/datefunc/dfa.src
+++ b/sc/addin/datefunc/dfa.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/addin/rot13/rot13.src b/sc/addin/rot13/rot13.src
index 63165c4..5518ae0 100644
--- a/sc/addin/rot13/rot13.src
+++ b/sc/addin/rot13/rot13.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/core/src/compiler.src b/sc/source/core/src/compiler.src
index 885cb36..a374056 100644
--- a/sc/source/core/src/compiler.src
+++ b/sc/source/core/src/compiler.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
@@ -24,11 +24,10 @@
  * for a copy of the LGPLv3 License.
  *
  ************************************************************************/
+
 #include "sc.hrc" // Definition RID_XXX
 #include <formula/compiler.hrc> // Definition SC_OPCODE_XXX (interne OpCodes)
 
-
-
 Resource RID_FUNCTION_CATEGORIES
 {
     String 1
@@ -76,4 +75,3 @@ Resource RID_FUNCTION_CATEGORIES
         Text[ en-US ] =  "Add-in" ;
     };
 };
-
diff --git a/sc/source/ui/cctrl/dpcontrol.src b/sc/source/ui/cctrl/dpcontrol.src
index a992c5d..b385483 100644
--- a/sc/source/ui/cctrl/dpcontrol.src
+++ b/sc/source/ui/cctrl/dpcontrol.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/consdlg.src b/sc/source/ui/dbgui/consdlg.src
index 56748a0..9716b19 100644
--- a/sc/source/ui/dbgui/consdlg.src
+++ b/sc/source/ui/dbgui/consdlg.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
@@ -214,4 +214,3 @@ ModelessDialog RID_SCDLG_CONSOLIDATE
         TabStop = TRUE ;
     };
 };
-
diff --git a/sc/source/ui/dbgui/dpgroupdlg.src b/sc/source/ui/dbgui/dpgroupdlg.src
index ba2aaec..6e6ba17 100644
--- a/sc/source/ui/dbgui/dpgroupdlg.src
+++ b/sc/source/ui/dbgui/dpgroupdlg.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
@@ -267,4 +267,3 @@ ModalDialog RID_SCDLG_DPDATEGROUP
 } ;
 
 // ----------------------------------------------------------------------------
-
diff --git a/sc/source/ui/dbgui/imoptdlg.src b/sc/source/ui/dbgui/imoptdlg.src
index 3761faf..b63d832 100644
--- a/sc/source/ui/dbgui/imoptdlg.src
+++ b/sc/source/ui/dbgui/imoptdlg.src
@@ -25,7 +25,6 @@
  *
  ************************************************************************/
 
-
 #include "imoptdlg.hrc"
 
 ModalDialog RID_SCDLG_IMPORTOPT
@@ -121,10 +120,3 @@ ModalDialog RID_SCDLG_IMPORTOPT
         Size = MAP_APPFONT ( 50 , 14 ) ;
     };
 };
-
-
-
-
-
-
-
diff --git a/sc/source/ui/drawfunc/objdraw.src b/sc/source/ui/drawfunc/objdraw.src
index 9fb1b96..ba5aed5 100644
--- a/sc/source/ui/drawfunc/objdraw.src
+++ b/sc/source/ui/drawfunc/objdraw.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/miscdlgs/linkarea.src b/sc/source/ui/miscdlgs/linkarea.src
index ec5e3d4..715d3fd 100644
--- a/sc/source/ui/miscdlgs/linkarea.src
+++ b/sc/source/ui/miscdlgs/linkarea.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/miscdlgs/protectiondlg.src b/sc/source/ui/miscdlgs/protectiondlg.src
index e6dbdc1..d009f82 100644
--- a/sc/source/ui/miscdlgs/protectiondlg.src
+++ b/sc/source/ui/miscdlgs/protectiondlg.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/miscdlgs/retypepassdlg.src b/sc/source/ui/miscdlgs/retypepassdlg.src
index 4d19d1e..2c3f93a 100644
--- a/sc/source/ui/miscdlgs/retypepassdlg.src
+++ b/sc/source/ui/miscdlgs/retypepassdlg.src
@@ -308,5 +308,3 @@ ModalDialog RID_SCDLG_RETYPEPASS_INPUT
         Text [ en-US ] = "Remove password from this protected item." ;
     };
 };
-
-


More information about the Libreoffice-commits mailing list