summaryrefslogtreecommitdiffstats
path: root/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /drawinglayer/source/primitive2d/metafileprimitive2d.cxx
parentFormatting changes across all modules (diff)
downloadcore-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.tar.gz
core-a238b1f8d304bf1e2ffb357937f3ec888ee8ac89.zip
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'drawinglayer/source/primitive2d/metafileprimitive2d.cxx')
-rw-r--r--drawinglayer/source/primitive2d/metafileprimitive2d.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
index 24c30ea7efeb..e12e128027dd 100644
--- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
+++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx
@@ -56,11 +56,9 @@
#include <numeric>
-
using namespace com::sun::star;
-
namespace
{
/** helper class for graphic context
@@ -199,7 +197,6 @@ namespace
} // end of anonymous namespace
-
namespace
{
/** stack for properites
@@ -359,7 +356,6 @@ namespace
} // end of anonymous namespace
-
namespace
{
/** helper to convert a vcl::Region to a B2DPolyPolygon
@@ -385,7 +381,6 @@ namespace
} // end of anonymous namespace
-
namespace
{
/** Helper class to buffer and hold a Primitive target vector. It
@@ -465,7 +460,6 @@ namespace
} // end of anonymous namespace
-
namespace
{
/** Helper class which builds a stack on the TargetHolder class */
@@ -519,7 +513,6 @@ namespace
} // end of anonymous namespace
-
namespace drawinglayer
{
namespace primitive2d
@@ -567,7 +560,6 @@ namespace drawinglayer
} // end of namespace drawinglayer
-
namespace
{
/** helper to convert a MapMode to a transformation */
@@ -3171,7 +3163,6 @@ namespace
} // end of anonymous namespace
-
namespace drawinglayer
{
namespace primitive2d