[Libreoffice-commits] .: binfilter/bf_svx binfilter/bf_sw binfilter/bf_xmloff

Thomas Arnhold tarnhold at kemper.freedesktop.org
Tue Feb 8 13:25:13 PST 2011


 binfilter/bf_svx/source/engine3d/svx_obj3d.cxx                                   |  321 ----------
 binfilter/bf_svx/source/engine3d/svx_objfac3d.cxx                                |   11 
 binfilter/bf_svx/source/engine3d/svx_scene3d.cxx                                 |    5 
 binfilter/bf_svx/source/engine3d/svx_sphere3d.cxx                                |    9 
 binfilter/bf_svx/source/engine3d/svx_svx3ditems.cxx                              |    5 
 binfilter/bf_svx/source/engine3d/svx_view3d.cxx                                  |   79 --
 binfilter/bf_svx/source/form/svx_fmobj.cxx                                       |   14 
 binfilter/bf_svx/source/form/svx_fmobjfac.cxx                                    |   19 
 binfilter/bf_svx/source/inc/svdoimp.hxx                                          |    9 
 binfilter/bf_svx/source/items/svx_postattr.cxx                                   |   39 -
 binfilter/bf_svx/source/svdraw/svx_svdetc.cxx                                    |   17 
 binfilter/bf_svx/source/svdraw/svx_svdglev.cxx                                   |   45 -
 binfilter/bf_svx/source/svdraw/svx_svdmodel.cxx                                  |   20 
 binfilter/bf_svx/source/svdraw/svx_svdobj.cxx                                    |    6 
 binfilter/bf_svx/source/svdraw/svx_svdomeas.cxx                                  |   13 
 binfilter/bf_svx/source/svdraw/svx_svdorect.cxx                                  |    4 
 binfilter/bf_svx/source/svdraw/svx_svdotxat.cxx                                  |   13 
 binfilter/bf_svx/source/unodraw/svx_unoshape.cxx                                 |   16 
 binfilter/bf_svx/source/xml/svx_xmlxtexp.cxx                                     |   15 
 binfilter/bf_svx/source/xml/svx_xmlxtimp.cxx                                     |   15 
 binfilter/bf_svx/source/xoutdev/svx_xattr.cxx                                    |   12 
 binfilter/bf_sw/source/filter/xml/sw_XMLRedlineImportHelper.cxx                  |   10 
 binfilter/bf_sw/source/filter/xml/sw_xmlimpit.cxx                                |   20 
 binfilter/bf_sw/source/filter/xml/sw_xmlithlp.cxx                                |   13 
 binfilter/bf_xmloff/source/draw/ximp3dobject.hxx                                 |    8 
 binfilter/bf_xmloff/source/draw/xmloff_shapeexport2.cxx                          |   19 
 binfilter/bf_xmloff/source/draw/xmloff_ximpbody.cxx                              |   10 
 binfilter/bf_xmloff/source/draw/xmloff_ximpstyl.cxx                              |   19 
 binfilter/bf_xmloff/source/style/xmloff_DashStyle.cxx                            |   10 
 binfilter/bf_xmloff/source/style/xmloff_HatchStyle.cxx                           |    6 
 binfilter/bf_xmloff/source/style/xmloff_XMLFootnoteSeparatorImport.cxx           |   11 
 binfilter/bf_xmloff/source/text/xmloff_XMLFootnoteConfigurationImportContext.cxx |   14 
 binfilter/bf_xmloff/source/text/xmloff_XMLIndexSourceBaseContext.cxx             |   13 
 binfilter/bf_xmloff/source/text/xmloff_XMLIndexTOCContext.cxx                    |   26 
 binfilter/bf_xmloff/source/text/xmloff_XMLSectionExport.cxx                      |   27 
 binfilter/bf_xmloff/source/text/xmloff_XMLSectionFootnoteConfigImport.cxx        |   11 
 binfilter/bf_xmloff/source/text/xmloff_XMLSectionImportContext.cxx               |   15 
 binfilter/bf_xmloff/source/text/xmloff_txtflde.cxx                               |   40 -
 binfilter/bf_xmloff/source/text/xmloff_txtfldi.cxx                               |   35 -
 binfilter/bf_xmloff/source/text/xmloff_txtvfldi.cxx                              |   16 
 40 files changed, 20 insertions(+), 990 deletions(-)

New commits:
commit 4481c7919a0a8119905dc1dd9a837449256aff77
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Tue Feb 8 22:25:12 2011 +0100

    Remove double line spacing and some dead code

diff --git a/binfilter/bf_svx/source/engine3d/svx_obj3d.cxx b/binfilter/bf_svx/source/engine3d/svx_obj3d.cxx
index bb1e1bc..9282ed9 100644
--- a/binfilter/bf_svx/source/engine3d/svx_obj3d.cxx
+++ b/binfilter/bf_svx/source/engine3d/svx_obj3d.cxx
@@ -29,62 +29,16 @@
 #define ITEMID_COLOR			SID_ATTR_3D_LIGHTCOLOR
 
 #include "svdstr.hrc"
-
 #include "svdview.hxx"
-
-
-
-
-
-
 #include "globl3d.hxx"
-
-
-
 #include "polyob3d.hxx"
-
-
 #include "polysc3d.hxx"
-
-
-
-
-
-
 #include "xoutx.hxx"
-
-
-
-
-
-
-
-
-
-
-
 #include "xlnwtit.hxx"
-
-
 #include "svdio.hxx"
-
-
-
 #include "svxids.hrc"
-
-
-
-
-
-
-
-
-
-
-
 #include "eeitem.hxx"
 
-
 namespace binfilter {
 
 #define ITEMVALUE(ItemSet,Id,Cast)	((const Cast&)(ItemSet).Get(Id)).GetValue()
@@ -185,13 +139,6 @@ namespace binfilter {
 
 /*************************************************************************
 |*
-|* Selektions-Flag setzen
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
 |* Aufbrechen, default-Implementierungen
 |*
 \************************************************************************/
@@ -249,13 +196,6 @@ namespace binfilter {
 
 /*************************************************************************
 |*
-|* Faehigkeiten des Objektes feststellen
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
 |* Layer abfragen
 |*
 \************************************************************************/
@@ -390,12 +330,6 @@ namespace binfilter {
 
 /*************************************************************************
 |*
-|* Objekt verschieben in 2D, wird bei Cursortasten benoetigt
-|*
-\************************************************************************/
-
-/*************************************************************************
-|*
 |* liefere die Sublist, aber nur dann, wenn darin Objekte enthalten sind !
 |*
 \************************************************************************/
@@ -407,47 +341,6 @@ namespace binfilter {
 
 /*************************************************************************
 |*
-|* Anzahl der Handles zurueckgeben
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Handle-Liste fuellen
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Paint; wird z.Z. nicht benutzt, da das Paint ueber die
-|* (2D-)Displayliste der Szene laeuft
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Objekt als Kontur in das Polygon einfuegen
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Schatten fuer 3D-Objekte zeichnen
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
 |* SnapRect berechnen
 |*
 \************************************************************************/
@@ -702,14 +595,6 @@ namespace binfilter {
 
 /*************************************************************************
 |*
-|* hierarchische Transformation ueber alle Parents bestimmen und mit
-|* der uebergebenen Matrix verketten
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
 |* hierarchische Transformation ueber alle Parents bestimmen, in
 |* aFullTfMatrix ablegen und diese zurueckgeben
 |*
@@ -784,94 +669,6 @@ namespace binfilter {
 
 /*************************************************************************
 |*
-|* Transformationsmatrix zuruecksetzen mit Repaint-Broadcast
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Translation
-|*
-\************************************************************************/
-
-/*************************************************************************
-|*
-|* Translation mit Repaint-Broadcast
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Skalierungen
-|*
-\************************************************************************/
-
-
-/************************************************************************/
-
-
-/************************************************************************/
-
-
-/************************************************************************/
-
-
-/*************************************************************************
-|*
-|* gleichmaessige Skalierung
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Skalierungen mit mit Repaint-Broadcast
-|*
-\************************************************************************/
-
-
-/************************************************************************/
-
-
-/************************************************************************/
-
-
-/************************************************************************/
-
-
-/************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Rotationen mit Winkel in Radiant
-|*
-\************************************************************************/
-
-
-/************************************************************************/
-
-
-/************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Rotationen mit Repaint-Broadcast
-|*
-\************************************************************************/
-
-
-/************************************************************************/
-
-
-/************************************************************************/
-
-
-/*************************************************************************
-|*
 |* Objektbaum-Ebene des Objekts und aller Children setzen
 |*
 \************************************************************************/
@@ -895,49 +692,6 @@ namespace binfilter {
 
 /*************************************************************************
 |*
-|* logische Gruppe setzen
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Linien fuer die Wireframe-Darstellung des Objekts dem uebergebenen
-|* Polygon3D hinzufuegen. Als default wird das BoundVolume verwendet.
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Get the name of the object (singular)
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Get the name of the object (plural)
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Wireframe-XPolyPolygon erzeugen
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Drag-Polygon zurueckgeben
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
 |* Zuweisungsoperator
 |*
 \************************************************************************/
@@ -1665,22 +1419,6 @@ namespace binfilter {
 
 /*************************************************************************
 |*
-|* Bitmaps fuer 3D-Darstellung von Gradients und Hatches holen
-|*
-\************************************************************************/
-
-
-
-
-/*************************************************************************
-|*
-|* Give out simple line geometry
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
 |* Geometrieerzeugung
 |*
 \************************************************************************/
@@ -2368,22 +2106,10 @@ namespace binfilter {
 
 /*************************************************************************
 |*
-|* Geometrie des Objektes auf angegebenen Punkt zentrieren
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
 |* Schattenattribute holen
 |*
 \************************************************************************/
 
-
-
-
-
-
 /*N*/ BOOL E3dCompoundObject::DoDrawShadow()
 /*N*/ {
 /*N*/ 	const SfxItemSet& rSet = GetItemSet();
@@ -2407,13 +2133,6 @@ namespace binfilter {
 
 /*************************************************************************
 |*
-|* Objekt als WireFrame zeichnen
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
 |* Create vertical polygons for line polygon
 |*
 \************************************************************************/
@@ -2828,14 +2547,6 @@ namespace binfilter {
 
 /*************************************************************************
 |*
-|* Parameter Geometrieerzeugung setzen
-|*
-\************************************************************************/
-
-
-
-/*************************************************************************
-|*
 |* DisplayGeometry rausruecken
 |*
 \************************************************************************/
@@ -2863,38 +2574,6 @@ namespace binfilter {
 /*N*/ 	}
 /*N*/ }
 
-
-
-/*************************************************************************
-|*
-|* 3D Ausgabe
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Objekt als Kontur in das Polygon einfuegen
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Schatten fuer 3D-Objekte zeichnen
-|*
-\************************************************************************/
-
-
-
-
-/*************************************************************************
-|*
-|* convert given PolyPolygon3D to screen coor
-|*
-\************************************************************************/
-
-
 /*************************************************************************
 |*
 |* Attribute setzen
diff --git a/binfilter/bf_svx/source/engine3d/svx_objfac3d.cxx b/binfilter/bf_svx/source/engine3d/svx_objfac3d.cxx
index 1d6cf86..df01992 100644
--- a/binfilter/bf_svx/source/engine3d/svx_objfac3d.cxx
+++ b/binfilter/bf_svx/source/engine3d/svx_objfac3d.cxx
@@ -26,27 +26,16 @@
  *
  ************************************************************************/
 
-
 #include "globl3d.hxx"
-
 #include "polysc3d.hxx"
-
 #include "dlight3d.hxx"
-
 #include "plight3d.hxx"
-
 #include "polyob3d.hxx"
-
 #include "cube3d.hxx"
-
 #include "sphere3d.hxx"
-
 #include "extrud3d.hxx"
-
 #include "lathe3d.hxx"
-
 #include "polygn3d.hxx"
-
 #include "objfac3d.hxx"
 
 namespace binfilter {
diff --git a/binfilter/bf_svx/source/engine3d/svx_scene3d.cxx b/binfilter/bf_svx/source/engine3d/svx_scene3d.cxx
index 17ffb2b..5234eaa 100644
--- a/binfilter/bf_svx/source/engine3d/svx_scene3d.cxx
+++ b/binfilter/bf_svx/source/engine3d/svx_scene3d.cxx
@@ -29,9 +29,7 @@
 #define ITEMID_COLOR			SID_ATTR_3D_LIGHTCOLOR
 
 #include "svdstr.hrc"
-
 #include "svditer.hxx"
-
 #include "svdio.hxx"
 
 #if defined( UNX ) || defined( ICC )
@@ -41,11 +39,8 @@
 #include <bf_svtools/style.hxx>
 
 #include "plight3d.hxx"
-
 #include "dlight3d.hxx"
-
 #include "svdtrans.hxx"
-
 #include "svxids.hrc"
 
 #include <bf_svtools/whiter.hxx>
diff --git a/binfilter/bf_svx/source/engine3d/svx_sphere3d.cxx b/binfilter/bf_svx/source/engine3d/svx_sphere3d.cxx
index 60f73f2..7e9a9e1 100644
--- a/binfilter/bf_svx/source/engine3d/svx_sphere3d.cxx
+++ b/binfilter/bf_svx/source/engine3d/svx_sphere3d.cxx
@@ -27,20 +27,11 @@
  ************************************************************************/
 
 #include "svdstr.hrc"
-
 #include "svdio.hxx"
-
 #include "svditer.hxx"
-
 #include "svdmodel.hxx"
-
-
-
 #include "polyob3d.hxx"
-
 #include "sphere3d.hxx"
-
-
 #include "svxids.hrc"
 
 namespace binfilter {
diff --git a/binfilter/bf_svx/source/engine3d/svx_svx3ditems.cxx b/binfilter/bf_svx/source/engine3d/svx_svx3ditems.cxx
index 1bd91cb..e9efbd8 100644
--- a/binfilter/bf_svx/source/engine3d/svx_svx3ditems.cxx
+++ b/binfilter/bf_svx/source/engine3d/svx_svx3ditems.cxx
@@ -29,15 +29,10 @@
 #include "svx3ditems.hxx"
 
 #include <com/sun/star/drawing/NormalsKind.hpp>
-
 #include <com/sun/star/drawing/TextureProjectionMode.hpp>
-
 #include <com/sun/star/drawing/TextureKind.hpp>
-
 #include <com/sun/star/drawing/TextureMode.hpp>
-
 #include <com/sun/star/drawing/ProjectionMode.hpp>
-
 #include <com/sun/star/drawing/ShadeMode.hpp>
 
 #include "xdef.hxx"
diff --git a/binfilter/bf_svx/source/engine3d/svx_view3d.cxx b/binfilter/bf_svx/source/engine3d/svx_view3d.cxx
index 7187b67..f39cbcb 100644
--- a/binfilter/bf_svx/source/engine3d/svx_view3d.cxx
+++ b/binfilter/bf_svx/source/engine3d/svx_view3d.cxx
@@ -28,46 +28,15 @@
 
 #define ITEMID_COLOR 0
 
-
-
-
-
-
-
-
-
-
-
 #include "xoutx.hxx"
 
 #include <svxids.hrc>
 
-
 #include "xtable.hxx"
-
-
 #include "dialogs.hrc"
-
-
-
-
-
-
-
-
-
-
 #include "polysc3d.hxx"
-
-
 #include "view3d.hxx"
 
-
-
-
-
-
-
 namespace binfilter {
 
 #define ITEMVALUE(ItemSet,Id,Cast)	((const Cast&)(ItemSet).Get(Id)).GetValue()
@@ -156,50 +125,6 @@ long DistPoint2Line (Point u,
 
 /*************************************************************************
 |*
-|* Zeige eine Hilfsfigur
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Verdecke eine Hilfsfigur
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Zeige eine Hilfsfigur
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Koennen die selektierten Objekte aufgebrochen werden?
-|*
-\************************************************************************/
-
-
-/*************************************************************************
-|*
-|* Selektierte Lathe-Objekte aufbrechen
-|*
-\************************************************************************/
-
-
-
-/*************************************************************************
-|*
-|* Szenen mischen
-|*
-\************************************************************************/
-// Wird bisher noch nirgenswo (weder im Draw oder Chart) aufgerufen
-
-
-/*************************************************************************
-|*
 |* Possibilities, hauptsaechlich gruppieren/ungruppieren
 |*
 \************************************************************************/
@@ -236,10 +161,6 @@ long DistPoint2Line (Point u,
 /*?*/ 			bGrpEnterPossible = FALSE;
 /*N*/ 	}
 
-//	bGroupPossible
-//	bCombinePossible
-//	bUnGroupPossible
-//	bGrpEnterPossible
 /*N*/ }
 
 
diff --git a/binfilter/bf_svx/source/form/svx_fmobj.cxx b/binfilter/bf_svx/source/form/svx_fmobj.cxx
index a91e9e3..66eb6dd 100644
--- a/binfilter/bf_svx/source/form/svx_fmobj.cxx
+++ b/binfilter/bf_svx/source/form/svx_fmobj.cxx
@@ -25,36 +25,26 @@
  * for a copy of the LGPLv3 License.
  *
  ************************************************************************/
+
 #ifdef _MSC_VER
 #pragma hdrstop
 #endif
 
-
-
 #include "fmobj.hxx"
-
 #include "fmprop.hrc"
 
-
 #include <com/sun/star/script/XEventAttacherManager.hpp>
 
-
-
 #include "fmmodel.hxx"
-
 #include "fmtools.hxx"
-
-
-
 #include "fmresids.hrc"
 
 #include <fmview.hxx>
 
 #include "fmglob.hxx"
-
 #include "fmpgeimp.hxx"
-
 #include "fmpage.hxx"
+
 namespace binfilter {
 
 using namespace ::com::sun::star::uno;
diff --git a/binfilter/bf_svx/source/form/svx_fmobjfac.cxx b/binfilter/bf_svx/source/form/svx_fmobjfac.cxx
index 19ea259..68091d8 100644
--- a/binfilter/bf_svx/source/form/svx_fmobjfac.cxx
+++ b/binfilter/bf_svx/source/form/svx_fmobjfac.cxx
@@ -25,40 +25,23 @@
  * for a copy of the LGPLv3 License.
  *
  ************************************************************************/
+
 #ifdef _MSC_VER
 #pragma hdrstop
 #endif
 
-
-
-
-
 #include "fmobjfac.hxx"
-
 #include "fmglob.hxx"
-
 #include "fmobj.hxx"
 
 #include <com/sun/star/sdbc/XRowSetListener.hpp>
-
 #include <com/sun/star/sdb/XSQLQueryComposerFactory.hpp>
-
 #include <com/sun/star/frame/XFrame.hpp>
 
 #include "fmshimp.hxx"
-
-
 #include "svxids.hrc"
-
-
 #include "fmresids.hrc"
-
-
-
 #include "fmservs.hxx"
-
-
-
 #include "fmprop.hrc"
 
 namespace binfilter {
diff --git a/binfilter/bf_svx/source/inc/svdoimp.hxx b/binfilter/bf_svx/source/inc/svdoimp.hxx
index 2df5b6f..5733b81 100644
--- a/binfilter/bf_svx/source/inc/svdoimp.hxx
+++ b/binfilter/bf_svx/source/inc/svdoimp.hxx
@@ -33,24 +33,17 @@
 #include <vector>
 
 #include <cppuhelper/weakref.hxx>
-
 #include <vcl/mapmod.hxx>
-
 #include <bf_svtools/lstner.hxx>
-
 #include <vcl/timer.hxx>
 
 #include "svdsob.hxx"
-
 #include "svdtypes.hxx" // fuer SdrLayerID
-
 #include "svdglue.hxx" // Klebepunkte
-
 #include "xdash.hxx"
-
 #include "poly3d.hxx"
-
 #include "xenum.hxx"
+
 class PolyPolygon;
 namespace binfilter {
 
diff --git a/binfilter/bf_svx/source/items/svx_postattr.cxx b/binfilter/bf_svx/source/items/svx_postattr.cxx
index ea61ba5..eaae09a 100644
--- a/binfilter/bf_svx/source/items/svx_postattr.cxx
+++ b/binfilter/bf_svx/source/items/svx_postattr.cxx
@@ -42,49 +42,10 @@
 #include "postattr.hxx"
 namespace binfilter {
 
-// -----------------------------------------------------------------------
-
 /*N*/ TYPEINIT1_AUTOFACTORY(SvxPostItAuthorItem, SfxStringItem);
 /*N*/ TYPEINIT1_AUTOFACTORY(SvxPostItDateItem, SfxStringItem);
 /*N*/ TYPEINIT1_AUTOFACTORY(SvxPostItTextItem, SfxStringItem);
 
-// class SvxPostItAuthorItem ---------------------------------------------
-
-
-// -----------------------------------------------------------------------
-
-
-//------------------------------------------------------------------------
-
-
-// -----------------------------------------------------------------------
-
-
-// class SvxPostItDateItem -----------------------------------------------
-
-
-// -----------------------------------------------------------------------
-
-
-//------------------------------------------------------------------------
-
-
-// -----------------------------------------------------------------------
-
-
-// class SvxPostItTextItem -----------------------------------------------
-
-
-// -----------------------------------------------------------------------
-
-
-//------------------------------------------------------------------------
-
-
-// -----------------------------------------------------------------------
-
-
-
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_svx/source/svdraw/svx_svdetc.cxx b/binfilter/bf_svx/source/svdraw/svx_svdetc.cxx
index 32b8e44..f75ce46 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdetc.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdetc.cxx
@@ -36,32 +36,15 @@
 #include "svdoutl.hxx"
 
 #include <vcl/bmpacc.hxx>
-
 #include <eeitem.hxx>
-
-
-
 #include <bf_svtools/cacheoptions.hxx>
 
-
-
-
-
-
-
-
 #include "xflclit.hxx"
-
 #include "xflhtit.hxx"
-
 #include "xbtmpit.hxx"
-
 #include "xflgrit.hxx"
-
 #include "svdoole2.hxx"
 
-
-
 #include <bf_svtools/syslocale.hxx>
 
 // #97870#
diff --git a/binfilter/bf_svx/source/svdraw/svx_svdglev.cxx b/binfilter/bf_svx/source/svdraw/svx_svdglev.cxx
index f7b7c32..21593d7 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdglev.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdglev.cxx
@@ -32,8 +32,6 @@
 #include "svdstr.hrc"   // Namen aus der Resource
 namespace binfilter {
 
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
 /*N*/ void SdrGlueEditView::ImpClearVars()
 /*N*/ {
 /*N*/ }
@@ -48,49 +46,6 @@ namespace binfilter {
 /*N*/ {
 /*N*/ }
 
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
-
-
-
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
-
-
-
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
-
-
-
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
-
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
-
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
-
-
-////////////////////////////////////////////////////////////////////////////////////////////////////
-
-
-
 }
 
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/binfilter/bf_svx/source/svdraw/svx_svdmodel.cxx b/binfilter/bf_svx/source/svdraw/svx_svdmodel.cxx
index 8ea10bc..8bd5125 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdmodel.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdmodel.cxx
@@ -30,7 +30,6 @@
 
 #include "svdmodel.hxx"
 
-
 #include <bf_svtools/whiter.hxx>
 
 #include "xit.hxx"
@@ -43,12 +42,8 @@
 #include "xflftrit.hxx"
 #include "xflhtit.hxx"
 #include "xlnstit.hxx"
-
-
 #include "editeng.hxx"   // Fuer EditEngine::CreatePool()
-
 #include "xtable.hxx"
-
 #include "svditer.hxx"
 #include "svdio.hxx"
 #include "svdpage.hxx"
@@ -67,34 +62,19 @@
 #endif
 
 #include "eeitem.hxx"
-
 #include "fontitem.hxx"
-
 #include "colritem.hxx"
-
 #include "fhgtitem.hxx"
 
 #include <bf_svtools/style.hxx>
-
 #include <tools/bigint.hxx>
 
-
-
-
 #include "forbiddencharacterstable.hxx"
 
 #include <bf_so3/persist.hxx>
-
 #include <bf_svtools/zforlist.hxx>
-
-
-// #90477#
 #include <tools/tenccvt.hxx>
-
-
-// #95114#
 #include <vcl/svapp.hxx>
-
 #include <osl/endian.h>
 
 namespace binfilter {
diff --git a/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx b/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
index da28c25..f8b8e72 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdobj.cxx
@@ -61,29 +61,23 @@
 #include "xlinjoit.hxx"
 #include "unopage.hxx"
 #include "eeitem.hxx"
-
 #include "svdpool.hxx"
-
 #include "editeng.hxx"
 
 #include <vcl/salbtype.hxx>		// FRound
-
 #include <bf_svtools/whiter.hxx>
 
 // #97849#
 #include "fmmodel.hxx"
 
 #include <bf_sfx2/objsh.hxx>
-
 #include <bf_sfx2/docfac.hxx>
 
 #include "rectenum.hxx"
-
 #include "svdoimp.hxx"
 
 #include <vcl/graphictools.hxx>
 
-
 #include "xoutx.hxx"
 
 #include <bf_goodies/matrix3d.hxx>
diff --git a/binfilter/bf_svx/source/svdraw/svx_svdomeas.cxx b/binfilter/bf_svx/source/svdraw/svx_svdomeas.cxx
index 158bc15..cc313db 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdomeas.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdomeas.cxx
@@ -38,32 +38,19 @@
 
 #include <bf_svtools/style.hxx>
 
-
-
 #include "xlnstit.hxx"
-
 #include "xlnstwit.hxx"
-
 #include "xlnedit.hxx"
-
 #include "xlnwtit.hxx"
-
 #include "xlnedwit.hxx"
-
 #include "xlnstcit.hxx"
-
 #include "xlnedcit.hxx"
 
-
-
 #include <editobj.hxx>
 
-
 #include "itemdata.hxx"
-
 #include "svdfield.hxx"
 
-
 #include <bf_svtools/syslocale.hxx>
 
 namespace binfilter {
diff --git a/binfilter/bf_svx/source/svdraw/svx_svdorect.cxx b/binfilter/bf_svx/source/svdraw/svx_svdorect.cxx
index b003fbf..df1a662 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdorect.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdorect.cxx
@@ -37,15 +37,11 @@
 #include "svdstr.hrc"   // Objektname
 
 #include <xflclit.hxx>
-
 #include <xlnclit.hxx>
-
 #include <xlnwtit.hxx>
 
 #include "rectenum.hxx"
-
 #include "svdoimp.hxx"
-
 #include "xoutx.hxx"
 
 namespace binfilter {
diff --git a/binfilter/bf_svx/source/svdraw/svx_svdotxat.cxx b/binfilter/bf_svx/source/svdraw/svx_svdotxat.cxx
index 6d7bab6..7f74b28 100644
--- a/binfilter/bf_svx/source/svdraw/svx_svdotxat.cxx
+++ b/binfilter/bf_svx/source/svdraw/svx_svdotxat.cxx
@@ -32,19 +32,11 @@
 #include "svdocapt.hxx" // fuer SetDirty bei NbcAdjustTextFrameWidthAndHeight
 #include "writingmodeitem.hxx"
 #include "eeitem.hxx"
-
-
 #include "itemdata.hxx"
 
-
-
-
 #include <bf_svtools/smplhint.hxx>
-
-
 #include <outlobj.hxx>
 
-
 #include "eeitem.hxx"
 
 #include <editobj.hxx>
@@ -52,16 +44,11 @@
 #include "fhgtitem.hxx"
 
 #include <charscaleitem.hxx>
-
 #include <bf_svtools/style.hxx>
-
 #include <bf_svtools/itemiter.hxx>
 
 #define ITEMID_LRSPACE			EE_PARA_LRSPACE
 
-
-
-
 namespace binfilter {
 
 ////////////////////////////////////////////////////////////////////////////////////////////////////
diff --git a/binfilter/bf_svx/source/unodraw/svx_unoshape.cxx b/binfilter/bf_svx/source/unodraw/svx_unoshape.cxx
index 71dee91..c4edbe7 100644
--- a/binfilter/bf_svx/source/unodraw/svx_unoshape.cxx
+++ b/binfilter/bf_svx/source/unodraw/svx_unoshape.cxx
@@ -29,13 +29,9 @@
 #define _SVX_USE_UNOGLOBALS_
 
 #include <cppuhelper/typeprovider.hxx>
-
 #include <bf_goodies/matrix3d.hxx>
-
 #include <bf_svtools/fltcall.hxx>
-
 #include <toolkit/unohlp.hxx>
-
 #include <rtl/uuid.h>
 #include <rtl/memory.h>
 #include <bf_so3/outplace.hxx>
@@ -58,25 +54,15 @@
 #include "svdograf.hxx"
 #include "unoapi.hxx"
 #include "svdomeas.hxx"
-
-#include "dialogs.hrc"		//
-
+#include "dialogs.hrc"
 #include "svdocapt.hxx"
-
 #include "xflftrit.hxx"
-
 #include "xtable.hxx"
-
 #include "xbtmpit.hxx"
-
 #include "xflhtit.hxx"
-
 #include "xlnedit.hxx"
-
 #include "xlnstit.hxx"
-
 #include "xlndsit.hxx"
-
 #include "svdstr.hrc"
 #include "unomaster.hxx"
 
diff --git a/binfilter/bf_svx/source/xml/svx_xmlxtexp.cxx b/binfilter/bf_svx/source/xml/svx_xmlxtexp.cxx
index 3ca5dd7..5e8a866 100644
--- a/binfilter/bf_svx/source/xml/svx_xmlxtexp.cxx
+++ b/binfilter/bf_svx/source/xml/svx_xmlxtexp.cxx
@@ -35,36 +35,25 @@
 #include <com/sun/star/io/XActiveDataSource.hpp>
 
 #include <bf_sfx2/docfile.hxx>
-
-
 #include <bf_xmloff/xmluconv.hxx>
 
 #include "bf_xmloff/xmlnmspe.hxx"
-
 #include "bf_xmloff/nmspmap.hxx"
-
 #include "bf_xmloff/xmlkywd.hxx"
-
-
 #include "bf_xmloff/DashStyle.hxx"
-
 #include "bf_xmloff/GradientStyle.hxx"
-
 #include "bf_xmloff/HatchStyle.hxx"
-
 #include "bf_xmloff/ImageStyle.hxx"
-
 #include "bf_xmloff/MarkerStyle.hxx"
 
 #include <com/sun/star/container/XNameContainer.hpp>
-
-
 #include <unotools/streamwrap.hxx>
 
 #include "xmlgrhlp.hxx"
-
 #include "xmlxtexp.hxx"
+
 #include <legacysmgr/legacy_binfilters_smgr.hxx>
+
 namespace binfilter {
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::container;
diff --git a/binfilter/bf_svx/source/xml/svx_xmlxtimp.cxx b/binfilter/bf_svx/source/xml/svx_xmlxtimp.cxx
index c3fbd77..16c94ab 100644
--- a/binfilter/bf_svx/source/xml/svx_xmlxtimp.cxx
+++ b/binfilter/bf_svx/source/xml/svx_xmlxtimp.cxx
@@ -28,7 +28,6 @@
 
 #include <tools/debug.hxx>
 
-
 #include <com/sun/star/io/XActiveDataControl.hpp>
 #include <com/sun/star/io/XActiveDataSource.hpp>
 #include <com/sun/star/xml/sax/XParser.hpp>
@@ -39,35 +38,23 @@
 #include <com/sun/star/io/XSeekable.hdl>
 
 #include <unotools/streamwrap.hxx>
-
-
-
 #include <bf_sfx2/docfile.hxx>
-
 #include <bf_xmloff/xmluconv.hxx>
 
 #include "bf_xmloff/xmlnmspe.hxx"
-
 #include "bf_xmloff/nmspmap.hxx"
-
 #include "bf_xmloff/xmlkywd.hxx"
-
-
 #include "bf_xmloff/DashStyle.hxx"
-
 #include "bf_xmloff/GradientStyle.hxx"
-
 #include "bf_xmloff/HatchStyle.hxx"
-
 #include "bf_xmloff/ImageStyle.hxx"
-
 #include "bf_xmloff/MarkerStyle.hxx"
 
-
 #include "xmlgrhlp.hxx"
 
 #include "xmlxtimp.hxx"
 #include <legacysmgr/legacy_binfilters_smgr.hxx>
+
 namespace binfilter {
 using namespace ::com::sun::star;
 using namespace ::com::sun::star::container;
diff --git a/binfilter/bf_svx/source/xoutdev/svx_xattr.cxx b/binfilter/bf_svx/source/xoutdev/svx_xattr.cxx
index 118ded3..c402bf2 100644
--- a/binfilter/bf_svx/source/xoutdev/svx_xattr.cxx
+++ b/binfilter/bf_svx/source/xoutdev/svx_xattr.cxx
@@ -26,22 +26,13 @@
  *
  ************************************************************************/
 
-// include ---------------------------------------------------------------
-
 #include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
-
 #include <com/sun/star/drawing/Hatch.hpp>
-
 #include <com/sun/star/drawing/LineStyle.hpp>
-
 #include <com/sun/star/drawing/LineDash.hpp>
-
 #include <com/sun/star/drawing/FillStyle.hpp>
-
 #include <com/sun/star/awt/Gradient.hpp>
-
 #include <bf_svtools/itempool.hxx>
-
 #include <bf_svx/xdef.hxx>
 
 #include "unoapi.hxx"
@@ -56,7 +47,6 @@
 #include "xattr.hxx"
 #include "xtable.hxx"
 #include "itemtype.hxx"
-
 #include "xftadit.hxx"
 #include "xftdiit.hxx"
 #include "xftmrit.hxx"
@@ -67,8 +57,8 @@
 #include "xftshxy.hxx"
 #include "xftstit.hxx"
 #include "xtxasit.hxx"
-
 #include "svdmodel.hxx"
+
 namespace binfilter {
 
 using namespace ::rtl;
diff --git a/binfilter/bf_sw/source/filter/xml/sw_XMLRedlineImportHelper.cxx b/binfilter/bf_sw/source/filter/xml/sw_XMLRedlineImportHelper.cxx
index d1e55e1..bfb2173 100644
--- a/binfilter/bf_sw/source/filter/xml/sw_XMLRedlineImportHelper.cxx
+++ b/binfilter/bf_sw/source/filter/xml/sw_XMLRedlineImportHelper.cxx
@@ -26,20 +26,16 @@
  *
  ************************************************************************/
 
-
 #ifdef _MSC_VER
 #pragma hdrstop
 #endif
 
-
 #include <errhdl.hxx>
 
 #include "XMLRedlineImportHelper.hxx"
-
 #include "unoobj.hxx"
 
 #include <unocrsr.hxx>
-
 #include <horiornt.hxx>
 
 #include "doc.hxx"
@@ -47,19 +43,13 @@
 #include <tools/datetime.hxx>
 
 #include "poolfmt.hxx"
-
 #include "unoredline.hxx"
 
 #include <bf_xmloff/xmltoken.hxx>
-
 #include <com/sun/star/lang/XUnoTunnel.hpp>
-
 #include <com/sun/star/text/XWordCursor.hpp>
-
 #include <com/sun/star/frame/XModel.hpp>
-
 #include <com/sun/star/beans/XPropertySet.hpp>
-
 #include <com/sun/star/beans/XPropertySetInfo.hpp>
 
 // for locking SolarMutex: svapp + mutex
diff --git a/binfilter/bf_sw/source/filter/xml/sw_xmlimpit.cxx b/binfilter/bf_sw/source/filter/xml/sw_xmlimpit.cxx
index fc08f20..ce14706 100644
--- a/binfilter/bf_sw/source/filter/xml/sw_xmlimpit.cxx
+++ b/binfilter/bf_sw/source/filter/xml/sw_xmlimpit.cxx
@@ -28,48 +28,28 @@
 
 #include "xmlimpit.hxx"
 #include <bf_xmloff/xmluconv.hxx>
-
-
-
-
-
 #include <bf_xmloff/nmspmap.hxx>
-
-
 #include <bf_svx/xmlcnitm.hxx>
 
-
 #include "hintids.hxx"
-
 #include "unomid.h"
 
-
 #include <bf_svx/lrspitem.hxx>
-
 #include <bf_svx/ulspitem.hxx>
-
 #include <bf_svx/shaditem.hxx>
-
 #include <bf_svx/boxitem.hxx>
-
 #include <bf_svx/brkitem.hxx>
-
 #include <bf_svx/keepitem.hxx>
 
-
 #include "fmtpdsc.hxx"
 
 #include <horiornt.hxx>
 
 #include "fmtornt.hxx"
-
 #include "fmtfsize.hxx"
-
 #include "fmtlsplt.hxx"
 
-
 #include <bf_xmloff/prhdlfac.hxx>
-
 #include <bf_xmloff/xmltypes.hxx>
 
 #include "xmlithlp.hxx"
diff --git a/binfilter/bf_sw/source/filter/xml/sw_xmlithlp.cxx b/binfilter/bf_sw/source/filter/xml/sw_xmlithlp.cxx
index b5fac2c..f6fd430 100644
--- a/binfilter/bf_sw/source/filter/xml/sw_xmlithlp.cxx
+++ b/binfilter/bf_sw/source/filter/xml/sw_xmlithlp.cxx
@@ -27,25 +27,16 @@
  ************************************************************************/
 
 #include "xmlithlp.hxx"
-
 #include "hintids.hxx"
-
 #include "unomid.h"
 
 #include <bf_svx/unomid.hxx>
-
 #include <bf_svx/lrspitem.hxx>
-
 #include <bf_svx/ulspitem.hxx>
-
 #include <bf_svx/shaditem.hxx>
-
 #include <bf_svx/boxitem.hxx>
-
 #include <bf_svx/brkitem.hxx>
-
 #include <bf_svx/keepitem.hxx>
-
 #include <bf_svx/brshitem.hxx>
 
 #include "fmtpdsc.hxx"
@@ -53,14 +44,12 @@
 #include <horiornt.hxx>
 
 #include "fmtornt.hxx"
-
 #include "fmtfsize.hxx"
-
 #include "fmtlsplt.hxx"
 
 #include <bf_xmloff/xmluconv.hxx>
-
 #include <bf_xmloff/xmltoken.hxx>
+
 namespace binfilter {
 
 
diff --git a/binfilter/bf_xmloff/source/draw/ximp3dobject.hxx b/binfilter/bf_xmloff/source/draw/ximp3dobject.hxx
index 3363afc..50a19d7 100644
--- a/binfilter/bf_xmloff/source/draw/ximp3dobject.hxx
+++ b/binfilter/bf_xmloff/source/draw/ximp3dobject.hxx
@@ -30,24 +30,18 @@
 #define _XIMP3DOBJECT_HXX
 
 #include "xmlictxt.hxx"
-
 #include "sdxmlimp_impl.hxx"
-
 #include "nmspmap.hxx"
 
 #include <com/sun/star/drawing/XShapes.hpp>
-
 #include <tools/rtti.hxx>
-
 #include <com/sun/star/drawing/HomogenMatrix.hpp>
-
 #include <bf_goodies/vector3d.hxx>
-
 #include <com/sun/star/drawing/Direction3D.hpp>
-
 #include <com/sun/star/drawing/Position3D.hpp>
 
 #include "ximpshap.hxx"
+
 namespace binfilter {
 
 //////////////////////////////////////////////////////////////////////////////
diff --git a/binfilter/bf_xmloff/source/draw/xmloff_shapeexport2.cxx b/binfilter/bf_xmloff/source/draw/xmloff_shapeexport2.cxx
index c81b6e0..fbc3e54 100644
--- a/binfilter/bf_xmloff/source/draw/xmloff_shapeexport2.cxx
+++ b/binfilter/bf_xmloff/source/draw/xmloff_shapeexport2.cxx
@@ -27,41 +27,24 @@
  ************************************************************************/
 
 #include <com/sun/star/text/XText.hpp>
-
-
-
 #include <com/sun/star/drawing/CircleKind.hpp>
-
 #include <com/sun/star/drawing/ConnectorType.hpp>
-
 #include <com/sun/star/drawing/XControlShape.hpp>
-
 #include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp>
-
 #include <com/sun/star/document/XEventsSupplier.hpp>
-
 #include <com/sun/star/drawing/HomogenMatrix3.hpp>
 
 #include "anim.hxx"
-
-
 #include "sdpropls.hxx"
-
-
-
 #include "xmlexp.hxx"
-
 #include "xmluconv.hxx"
-
 #include "XMLImageMapExport.hxx"
-
 #include "xexptran.hxx"
 
 #include <vcl/salbtype.hxx>		// FRound
 
-
-
 #include "xmlnmspe.hxx"
+
 namespace binfilter {
 
 using namespace ::rtl;
diff --git a/binfilter/bf_xmloff/source/draw/xmloff_ximpbody.cxx b/binfilter/bf_xmloff/source/draw/xmloff_ximpbody.cxx
index b300279..27c347e 100644
--- a/binfilter/bf_xmloff/source/draw/xmloff_ximpbody.cxx
+++ b/binfilter/bf_xmloff/source/draw/xmloff_ximpbody.cxx
@@ -31,29 +31,21 @@
 #endif
 
 #include "ximpbody.hxx"
-
 #include "prstylei.hxx"
-
 #include "ximpnote.hxx"
 
-
 #include <com/sun/star/drawing/XDrawPages.hpp>
-
-
 #include <com/sun/star/presentation/XPresentationPage.hpp>
 
 #include "ximpstyl.hxx"
 
 #include <com/sun/star/drawing/XMasterPageTarget.hpp>
 
-
 #include "xmluconv.hxx"
-
-
-
 #include "ximpshow.hxx"
 
 #include "PropertySetMerger.hxx"
+
 namespace binfilter {
 
 using namespace ::rtl;
diff --git a/binfilter/bf_xmloff/source/draw/xmloff_ximpstyl.cxx b/binfilter/bf_xmloff/source/draw/xmloff_ximpstyl.cxx
index 74da019..a20c614 100644
--- a/binfilter/bf_xmloff/source/draw/xmloff_ximpstyl.cxx
+++ b/binfilter/bf_xmloff/source/draw/xmloff_ximpstyl.cxx
@@ -31,46 +31,29 @@
 #endif
 
 #include "ximpstyl.hxx"
-
 #include "XMLShapeStyleContext.hxx"
-
 #include "xmlnmspe.hxx"
-
-
 #include "xmluconv.hxx"
-
 #include "ximpnote.hxx"
 
 #include <tools/debug.hxx>
-
-
 #include <com/sun/star/presentation/XPresentationPage.hpp>
-
 #include <com/sun/star/drawing/XDrawPages.hpp>
-
-
-
 #include <com/sun/star/beans/XPropertyState.hpp>
-
 #include <comphelper/namecontainer.hxx>
-
 #include <com/sun/star/presentation/XHandoutMasterSupplier.hpp>
 
 #include "xmlprcon.hxx"
 
-
-
 #include <bf_svtools/zforlist.hxx>
 
 #include "PropertySetMerger.hxx"
-
 #include "sdpropls.hxx"
-
 #include "layerimp.hxx"
 
 #include "XMLGraphicsDefaultStyle.hxx"
-
 #include "XMLNumberStylesImport.hxx"
+
 namespace binfilter {
 
 using namespace ::com::sun::star;
diff --git a/binfilter/bf_xmloff/source/style/xmloff_DashStyle.cxx b/binfilter/bf_xmloff/source/style/xmloff_DashStyle.cxx
index a0d4f7f..d93111e 100644
--- a/binfilter/bf_xmloff/source/style/xmloff_DashStyle.cxx
+++ b/binfilter/bf_xmloff/source/style/xmloff_DashStyle.cxx
@@ -26,24 +26,14 @@
  *
  ************************************************************************/
 
-
 #include <com/sun/star/drawing/LineDash.hpp>
 
 #include "DashStyle.hxx"
-
-
 #include "nmspmap.hxx"
-
 #include "xmluconv.hxx"
-
 #include "xmlnmspe.hxx"
-
-
 #include "xmlexp.hxx"
-
 #include "xmlimp.hxx"
-
-
 #include "rtl/ustring.hxx"
 
 #include <tools/debug.hxx>
diff --git a/binfilter/bf_xmloff/source/style/xmloff_HatchStyle.cxx b/binfilter/bf_xmloff/source/style/xmloff_HatchStyle.cxx
index 62d5a52..9ca9700 100644
--- a/binfilter/bf_xmloff/source/style/xmloff_HatchStyle.cxx
+++ b/binfilter/bf_xmloff/source/style/xmloff_HatchStyle.cxx
@@ -31,17 +31,11 @@
 #include <com/sun/star/drawing/Hatch.hpp>
 
 #include "nmspmap.hxx"
-
 #include "xmluconv.hxx"
-
 #include "xmlnmspe.hxx"
-
-
 #include "xmlexp.hxx"
-
 #include "xmlimp.hxx"
 
-
 #include "rtl/ustring.hxx"
 
 #include <tools/debug.hxx>
diff --git a/binfilter/bf_xmloff/source/style/xmloff_XMLFootnoteSeparatorImport.cxx b/binfilter/bf_xmloff/source/style/xmloff_XMLFootnoteSeparatorImport.cxx
index cf0b894..80d5543 100644
--- a/binfilter/bf_xmloff/source/style/xmloff_XMLFootnoteSeparatorImport.cxx
+++ b/binfilter/bf_xmloff/source/style/xmloff_XMLFootnoteSeparatorImport.cxx
@@ -31,28 +31,19 @@
 #include "rtl/ustring.hxx"
 
 #include <com/sun/star/uno/Reference.h>
-
-
 #include <com/sun/star/text/HorizontalAdjust.hpp>
 
 #include "xmlimp.hxx"
-
-
 #include "xmluconv.hxx"
-
 #include "xmlprmap.hxx"
-
 #include "xmlnmspe.hxx"
-
 #include "nmspmap.hxx"
 
-
 #include "PageMasterStyleMap.hxx"
 
 #include <tools/debug.hxx>
-
-
 #include <vector>
+
 namespace binfilter {
 
 
diff --git a/binfilter/bf_xmloff/source/text/xmloff_XMLFootnoteConfigurationImportContext.cxx b/binfilter/bf_xmloff/source/text/xmloff_XMLFootnoteConfigurationImportContext.cxx
index 20c102a..46c56b7 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_XMLFootnoteConfigurationImportContext.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_XMLFootnoteConfigurationImportContext.cxx
@@ -29,30 +29,18 @@
 #include "XMLFootnoteConfigurationImportContext.hxx"
 
 #include "rtl/ustring.hxx"
-
 #include <rtl/ustrbuf.hxx>
 
-
 #include "nmspmap.hxx"
-
 #include "xmlnmspe.hxx"
-
-
-
 #include "xmluconv.hxx"
-
 #include "xmlimp.hxx"
 
-
-
-
-
 #include <com/sun/star/text/XFootnotesSupplier.hpp>
-
 #include <com/sun/star/text/XEndnotesSupplier.hpp>
-
 #include <com/sun/star/text/FootnoteNumbering.hpp>
 #include <com/sun/star/style/NumberingType.hpp>
+
 namespace binfilter {
 
 
diff --git a/binfilter/bf_xmloff/source/text/xmloff_XMLIndexSourceBaseContext.cxx b/binfilter/bf_xmloff/source/text/xmloff_XMLIndexSourceBaseContext.cxx
index f179923..249403b 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_XMLIndexSourceBaseContext.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_XMLIndexSourceBaseContext.cxx
@@ -26,28 +26,15 @@
  *
  ************************************************************************/
 
-
 #include "XMLIndexSourceBaseContext.hxx"
-
-
-
-
 #include "XMLIndexTitleTemplateContext.hxx"
-
 #include "XMLIndexTOCStylesContext.hxx"
 
-
 #include "xmlimp.hxx"
-
-
 #include "xmlnmspe.hxx"
-
 #include "nmspmap.hxx"
-
-
 #include "xmluconv.hxx"
 
-
 namespace binfilter {
 
 
diff --git a/binfilter/bf_xmloff/source/text/xmloff_XMLIndexTOCContext.cxx b/binfilter/bf_xmloff/source/text/xmloff_XMLIndexTOCContext.cxx
index e8e4f1c..e81c1f8 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_XMLIndexTOCContext.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_XMLIndexTOCContext.cxx
@@ -26,52 +26,28 @@
  *
  ************************************************************************/
 
-
 #include "XMLIndexTOCContext.hxx"
 
-
-
-
-
-
 #include <com/sun/star/text/XRelativeTextContentInsert.hpp>
 
-
 #include "XMLIndexTOCSourceContext.hxx"
-
 #include "XMLIndexObjectSourceContext.hxx"
-
 #include "XMLIndexAlphabeticalSourceContext.hxx"
-
 #include "XMLIndexUserSourceContext.hxx"
-
 #include "XMLIndexBibliographySourceContext.hxx"
-
-
 #include "XMLIndexIllustrationSourceContext.hxx"
-
 #include "XMLIndexBodyContext.hxx"
 
-
 #include "xmlimp.hxx"
-
-
 #include "nmspmap.hxx"
-
 #include "xmlnmspe.hxx"
-
 #include "xmlkywd.hxx"
-
-
 #include "prstylei.hxx"
-
 #include "xmlerror.hxx"
-
 #include "xmluconv.hxx"
 
-
-
 #include <tools/debug.hxx>
+
 namespace binfilter {
 
 
diff --git a/binfilter/bf_xmloff/source/text/xmloff_XMLSectionExport.cxx b/binfilter/bf_xmloff/source/text/xmloff_XMLSectionExport.cxx
index 7a8513a..5638828 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_XMLSectionExport.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_XMLSectionExport.cxx
@@ -29,46 +29,19 @@
 #include "XMLSectionExport.hxx"
 
 #include <tools/debug.hxx>
-
-
-
 #include <vector>
 
-
-
-
- 
-
-
 #include <com/sun/star/beans/PropertyValues.hpp>
-
-
-
 #include <com/sun/star/text/XTextSection.hpp>
-
 #include <com/sun/star/text/SectionFileLink.hpp>
-
-
-
 #include <com/sun/star/text/XDocumentIndex.hpp>
-
-
 #include <com/sun/star/text/BibliographyDataField.hpp>
-
 #include <com/sun/star/text/XTextFieldsSupplier.hpp>
 #include <com/sun/star/text/XChapterNumberingSupplier.hpp>
 
 #include "xmlkywd.hxx"
-
-
-
-
 #include "xmluconv.hxx"
-
-
 #include "xmlexp.hxx"
-
-
 #include "txtflde.hxx"
 
 namespace binfilter {
diff --git a/binfilter/bf_xmloff/source/text/xmloff_XMLSectionFootnoteConfigImport.cxx b/binfilter/bf_xmloff/source/text/xmloff_XMLSectionFootnoteConfigImport.cxx
index b2cbfbc..00a3eed 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_XMLSectionFootnoteConfigImport.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_XMLSectionFootnoteConfigImport.cxx
@@ -32,25 +32,16 @@
 
 #include <com/sun/star/uno/Reference.h>
 
-
 #include "xmlimp.hxx"
-
-
 #include "xmluconv.hxx"
-
-
 #include "xmlnmspe.hxx"
-
 #include "nmspmap.hxx"
-
-
 #include "xmlnumi.hxx"
-
 #include "txtprmap.hxx"
 
 #include <tools/debug.hxx>
-
 #include <vector>
+
 namespace binfilter {
 
 
diff --git a/binfilter/bf_xmloff/source/text/xmloff_XMLSectionImportContext.cxx b/binfilter/bf_xmloff/source/text/xmloff_XMLSectionImportContext.cxx
index 48708c1..60ead8c 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_XMLSectionImportContext.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_XMLSectionImportContext.cxx
@@ -27,32 +27,19 @@
  ************************************************************************/
 
 #include "XMLSectionImportContext.hxx"
-
 #include "XMLSectionSourceImportContext.hxx"
-
 #include "XMLSectionSourceDDEImportContext.hxx"
 
-
 #include "xmlimp.hxx"
-
-
 #include "nmspmap.hxx"
-
 #include "xmlnmspe.hxx"
-
-
 #include "xmluconv.hxx"
-
 #include "prstylei.hxx"
 
-
 #include <com/sun/star/uno/Reference.h>
-
 #include <com/sun/star/text/XTextContent.hpp>
-
-
-
 #include <com/sun/star/text/ControlCharacter.hpp>
+
 namespace binfilter {
 
 
diff --git a/binfilter/bf_xmloff/source/text/xmloff_txtflde.cxx b/binfilter/bf_xmloff/source/text/xmloff_txtflde.cxx
index ddea91c..f1821f1 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_txtflde.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_txtflde.cxx
@@ -32,74 +32,36 @@
  */
 
 #include "txtflde.hxx"
-
 #include "xmlexp.hxx"
-
-
-
-
 #include "xmluconv.hxx"
-
-
 #include "numehelp.hxx"
 
-
-
 #include "XMLEventExport.hxx"
-
 #include "XMLTextCharStyleNamesElementExport.hxx"
 
 #include <com/sun/star/util/DateTime.hpp>
-
-
-
 #include <com/sun/star/text/UserDataPart.hpp>
-
 #include <com/sun/star/text/PageNumberType.hpp>
-
 #include <com/sun/star/style/NumberingType.hpp>
-
 #include <com/sun/star/text/ReferenceFieldPart.hpp>
-
 #include <com/sun/star/text/ReferenceFieldSource.hpp>
-
-
 #include <com/sun/star/beans/XPropertyState.hpp>
-
-
 #include <com/sun/star/text/XDependentTextField.hpp>
-
 #include <com/sun/star/text/XTextFieldsSupplier.hpp>
-
 #include <com/sun/star/text/SetVariableType.hpp>
-
 #include <com/sun/star/text/PlaceholderType.hpp>
-
 #include <com/sun/star/document/XDocumentInfoSupplier.hpp>
-
-
 #include <com/sun/star/text/FilenameDisplayFormat.hpp>
-
 #include <com/sun/star/text/ChapterFormat.hpp>
-
 #include <com/sun/star/text/TemplateDisplayFormat.hpp>
-
-
 #include <com/sun/star/container/XNameReplace.hpp>
-
 #include <com/sun/star/uno/Sequence.h>
-
-
 #include <com/sun/star/text/BibliographyDataType.hpp>
-
 #include <com/sun/star/sdb/CommandType.hpp>
-
-
 #include <tools/debug.hxx>
-
 #include <rtl/math.hxx>
-
 #include <vector>
+
 namespace binfilter {
 
 using namespace ::std;
diff --git a/binfilter/bf_xmloff/source/text/xmloff_txtfldi.cxx b/binfilter/bf_xmloff/source/text/xmloff_txtfldi.cxx
index 7d1951c..cb41fda 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_txtfldi.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_txtfldi.cxx
@@ -32,66 +32,31 @@
  *  (variable related text fields and database display fields)
  */
 
-
 #include "txtvfldi.hxx"
-
 #include "xmlimp.hxx"
-
 #include "xmlnumi.hxx"
-
-
 #include "xmlnmspe.hxx"
-
 #include "nmspmap.hxx"
-
-
 #include "xmluconv.hxx"
 
-
 #include "XMLStringBufferImportContext.hxx"
-
 #include "XMLEventsImportContext.hxx"
 
-
 #include <com/sun/star/text/UserDataPart.hpp>
-
-
 #include <com/sun/star/text/PlaceholderType.hpp>
-
 #include <com/sun/star/text/ReferenceFieldPart.hpp>
-
 #include <com/sun/star/text/ReferenceFieldSource.hpp>
-
-
-
-
-
-
 #include <com/sun/star/text/XTextFieldsSupplier.hpp>
-
 #include <com/sun/star/text/XDependentTextField.hpp>
-
-
 #include <com/sun/star/text/FilenameDisplayFormat.hpp>
-
 #include <com/sun/star/text/ChapterFormat.hpp>
-
 #include <com/sun/star/text/TemplateDisplayFormat.hpp>
-
 #include <com/sun/star/document/XDocumentInfoSupplier.hpp>
-
-
-
 #include <com/sun/star/text/BibliographyDataType.hpp>
-
-
 #include <com/sun/star/util/XUpdatable.hpp>
-
 #include <com/sun/star/sdb/CommandType.hpp>
 
 #include "rtl/ustring.hxx"
-
-
 #include <rtl/math.hxx>
 
 namespace binfilter {
diff --git a/binfilter/bf_xmloff/source/text/xmloff_txtvfldi.cxx b/binfilter/bf_xmloff/source/text/xmloff_txtvfldi.cxx
index 06ab13a..9f92385 100644
--- a/binfilter/bf_xmloff/source/text/xmloff_txtvfldi.cxx
+++ b/binfilter/bf_xmloff/source/text/xmloff_txtvfldi.cxx
@@ -32,33 +32,17 @@
  */
 
 #include "txtvfldi.hxx"
-
-
-
 #include "xmlnumi.hxx"
-
 #include "xmlnmspe.hxx"
-
 #include "nmspmap.hxx"
-
 #include "i18nmap.hxx"
-
 #include "xmlimp.hxx"
-
 #include "xmluconv.hxx"
 
-
 #include <com/sun/star/text/SetVariableType.hpp>
-
-
 #include <com/sun/star/text/XDependentTextField.hpp>
-
 #include <com/sun/star/text/XTextFieldsSupplier.hpp>
 
-
-
-
-
 #include "rtl/ustring.hxx"
 
 namespace binfilter {


More information about the Libreoffice-commits mailing list