[Libreoffice-commits] .: binfilter/bf_sc binfilter/bf_xmloff
Christina Rossmanith
crossmanith at kemper.freedesktop.org
Tue Feb 8 12:45:50 PST 2011
binfilter/bf_sc/source/ui/inc/dwfunctr.hxx | 9 +--------
binfilter/bf_xmloff/source/draw/xmloff_shapeexport3.cxx | 15 +--------------
2 files changed, 2 insertions(+), 22 deletions(-)
New commits:
commit aee204ebe5479e6534204cd2b2fdd9c820ed31e6
Author: Christina Rossmanith <ChrRossmanith at web.de>
Date: Tue Feb 8 21:45:10 2011 +0100
Fixed double line spacing / Translated comments German->English
diff --git a/binfilter/bf_sc/source/ui/inc/dwfunctr.hxx b/binfilter/bf_sc/source/ui/inc/dwfunctr.hxx
index 4177774..c006968 100644
--- a/binfilter/bf_sc/source/ui/inc/dwfunctr.hxx
+++ b/binfilter/bf_sc/source/ui/inc/dwfunctr.hxx
@@ -29,19 +29,12 @@
#define _SC_DWFUNCTR_HXX
#include <bf_sfx2/childwin.hxx>
-
#include <bf_sfx2/dockwin.hxx>
-
#include <bf_svtools/lstner.hxx>
-
#include <bf_svtools/stdctrl.hxx>
-
#include <vcl/lstbox.hxx>
-
#include <vcl/imagebtn.hxx>
-
#include <vcl/combobox.hxx>
-
#include "global.hxx" // ScAddress
namespace binfilter {
@@ -51,7 +44,7 @@ namespace binfilter {
#endif
/*************************************************************************
|*
-|* Ableitung vom SfxChildWindow als "Behaelter" fuer Controller
+|* Derivation from SfxChildWindow as "Container" for Controller
|*
\************************************************************************/
diff --git a/binfilter/bf_xmloff/source/draw/xmloff_shapeexport3.cxx b/binfilter/bf_xmloff/source/draw/xmloff_shapeexport3.cxx
index 7b9f2d9..37d6598 100644
--- a/binfilter/bf_xmloff/source/draw/xmloff_shapeexport3.cxx
+++ b/binfilter/bf_xmloff/source/draw/xmloff_shapeexport3.cxx
@@ -28,32 +28,19 @@
#include <bf_goodies/hmatrix.hxx>
-
#include <com/sun/star/drawing/PolyPolygonShape3D.hpp>
-
#include <com/sun/star/drawing/ProjectionMode.hpp>
-
#include <com/sun/star/drawing/ShadeMode.hpp>
-
-
#include <com/sun/star/drawing/CameraGeometry.hpp>
-
#include <com/sun/star/drawing/DoubleSequence.hpp>
-
-
#include <tools/debug.hxx>
-
-
#include "xmlexp.hxx"
-
#include "xmluconv.hxx"
-
#include "xexptran.hxx"
-
-
#include "xmlnmspe.hxx"
+
namespace binfilter {
using namespace ::rtl;
More information about the Libreoffice-commits
mailing list