summaryrefslogtreecommitdiff
path: root/basegfx/source/tools/unotools.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-07-05 05:53:02 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-07-06 02:15:20 +0200
commit10f696d103bcf0ba2e3f76eb4ff7a4c70fe4683c (patch)
tree9392ad9b1a7267af6e48efede7f385f222161483 /basegfx/source/tools/unotools.cxx
parentd1e6ecb3538e06cd4691e4296597748b9394410d (diff)
remove unnecessary whitespaces in basegfx
Change-Id: Ia97fb3895e855e9fb970b0874fc100e2b900a8b7
Diffstat (limited to 'basegfx/source/tools/unotools.cxx')
-rw-r--r--basegfx/source/tools/unotools.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/basegfx/source/tools/unotools.cxx b/basegfx/source/tools/unotools.cxx
index d4ff311ea017..c1c5044070be 100644
--- a/basegfx/source/tools/unotools.cxx
+++ b/basegfx/source/tools/unotools.cxx
@@ -28,7 +28,6 @@
#include <basegfx/tools/unotools.hxx>
#include <comphelper/sequence.hxx>
-
using namespace ::com::sun::star;
namespace basegfx
@@ -153,8 +152,6 @@ namespace unotools
return aNewPolyPolygon;
}
-
-
void b2DPolyPolygonToPolyPolygonBezier( const basegfx::B2DPolyPolygon& rPolyPoly,
drawing::PolyPolygonBezierCoords& rRetval )
{