summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-03-18 01:22:28 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-03-20 01:10:19 +0100
commit092eecb7d7bf6ffc08c4d83a78ec3ed741db7162 (patch)
treebc1be83f117ee258ef4538198d0d21b51d6a7340 /drawinglayer
parentf277f8eca83475f7bb1d95c75d5de53ad4d26578 (diff)
remove whitespace
Change-Id: I81a24a7affa7dffcc3dac65248444679c3c49925
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/attribute/fillgraphicattribute.cxx2
-rw-r--r--drawinglayer/source/primitive2d/controlprimitive2d.cxx4
-rw-r--r--drawinglayer/source/primitive2d/graphicprimitive2d.cxx2
-rw-r--r--drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx16
-rw-r--r--drawinglayer/source/processor2d/processorfromoutputdevice.cxx5
-rw-r--r--drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx13
-rw-r--r--drawinglayer/source/processor3d/zbufferprocessor3d.cxx9
7 files changed, 0 insertions, 51 deletions
diff --git a/drawinglayer/source/attribute/fillgraphicattribute.cxx b/drawinglayer/source/attribute/fillgraphicattribute.cxx
index 0e3bc2f0ab10..bd7b98ea48b2 100644
--- a/drawinglayer/source/attribute/fillgraphicattribute.cxx
+++ b/drawinglayer/source/attribute/fillgraphicattribute.cxx
@@ -20,8 +20,6 @@
#include <drawinglayer/attribute/fillgraphicattribute.hxx>
#include <vcl/graph.hxx>
-
-
namespace drawinglayer
{
namespace attribute
diff --git a/drawinglayer/source/primitive2d/controlprimitive2d.cxx b/drawinglayer/source/primitive2d/controlprimitive2d.cxx
index 334288e431a0..58388e4d34ad 100644
--- a/drawinglayer/source/primitive2d/controlprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/controlprimitive2d.cxx
@@ -37,12 +37,8 @@
#include <vcl/window.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
-
-
using namespace com::sun::star;
-
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
index 2fa4a94416e3..ab7e1e3c947c 100644
--- a/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/graphicprimitive2d.cxx
@@ -28,8 +28,6 @@
#include <vcl/svapp.hxx>
#include <vcl/outdev.hxx>
-
-
namespace drawinglayer
{
namespace primitive2d
diff --git a/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx b/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
index 53d890bd0336..7fc6426591ff 100644
--- a/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
+++ b/drawinglayer/source/primitive2d/graphicprimitivehelper2d.cxx
@@ -29,7 +29,6 @@
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/numeric/ftools.hxx>
-
// helper class for animated graphics
#include <vcl/animate.hxx>
@@ -38,11 +37,6 @@
#include <vcl/svapp.hxx>
#include <vcl/metaact.hxx>
-
-// includes for testing MetafilePrimitive2D::create2DDecomposition
-
-
-
namespace
{
struct animationStep
@@ -195,8 +189,6 @@ namespace
}
} // end of anonymous namespace
-
-
namespace drawinglayer
{
namespace primitive2d
@@ -323,15 +315,7 @@ namespace drawinglayer
return aRetval;
}
- } // end of namespace primitive2d
-} // end of namespace drawinglayer
-
-
-namespace drawinglayer
-{
- namespace primitive2d
- {
Primitive2DSequence create2DColorModifierEmbeddingsAsNeeded(
const Primitive2DSequence& rChildren,
GraphicDrawMode aGraphicDrawMode,
diff --git a/drawinglayer/source/processor2d/processorfromoutputdevice.cxx b/drawinglayer/source/processor2d/processorfromoutputdevice.cxx
index 1fb20646f403..fe962c2b980a 100644
--- a/drawinglayer/source/processor2d/processorfromoutputdevice.cxx
+++ b/drawinglayer/source/processor2d/processorfromoutputdevice.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <vcl/outdev.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/range/b2drange.hxx>
@@ -28,12 +27,8 @@
#include "vclpixelprocessor2d.hxx"
#include <vcl/window.hxx>
-
-
using namespace com::sun::star;
-
-
namespace drawinglayer
{
namespace processor2d
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
index 5cc79818ea3c..38248be9f91b 100644
--- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
+++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx
@@ -58,36 +58,25 @@
#include <basegfx/polygon/b2dlinegeometry.hxx>
#include <vcl/dibtools.hxx>
-
// for PDFExtOutDevData Graphic support
-
#include <vcl/graph.hxx>
#include <vcl/svapp.hxx>
#include <toolkit/helper/formpdfexport.hxx>
-
// for Control printing
-
#include <com/sun/star/beans/XPropertySet.hpp>
-
// for StructureTagPrimitive support in sd's unomodel.cxx
-
#include <drawinglayer/primitive2d/structuretagprimitive2d.hxx>
-
-
using namespace com::sun::star;
-
// #112245# definition for maximum allowed point count due to Metafile target.
// To be on the safe side with the old tools polygon, use slightly less then
// the theoretical maximum (bad experiences with tools polygon)
#define MAX_POLYGON_POINT_COUNT_METAFILE (0x0000fff0)
-
-
namespace
{
// #112245# helper to split line polygon in half
@@ -244,8 +233,6 @@ namespace
} // end of anonymous namespace
-
-
namespace drawinglayer
{
namespace processor2d
diff --git a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
index a78aed408ddd..d80afc42dd74 100644
--- a/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
+++ b/drawinglayer/source/processor3d/zbufferprocessor3d.cxx
@@ -33,12 +33,8 @@
#include <basegfx/polygon/b3dpolypolygontools.hxx>
#include <drawinglayer/attribute/sdrlightingattribute3d.hxx>
-
-
using namespace com::sun::star;
-
-
namespace
{
BitmapEx BPixelRasterToBitmapEx(const basegfx::BPixelRaster& rRaster, sal_uInt16 mnAntiAlialize)
@@ -133,8 +129,6 @@ namespace
}
} // end of anonymous namespace
-
-
class ZBufferRasterConverter3D : public basegfx::RasterConverter3D
{
private:
@@ -460,7 +454,6 @@ void ZBufferRasterConverter3D::processLineSpan(const basegfx::RasterConversionLi
}
}
-
// helper class to buffer output for transparent rasterprimitives (filled areas
// and lines) until the end of processing. To ensure correct transparent
// visualisation, ZBuffers require to not set Z and to mix with the transparent
@@ -537,8 +530,6 @@ public:
bool getIsLine() const { return mbIsLine; }
};
-
-
namespace drawinglayer
{
namespace processor3d