diff options
author | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-07-05 05:53:02 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-07-06 02:15:20 +0200 |
commit | 10f696d103bcf0ba2e3f76eb4ff7a4c70fe4683c (patch) | |
tree | 9392ad9b1a7267af6e48efede7f385f222161483 /basegfx/source/matrix | |
parent | d1e6ecb3538e06cd4691e4296597748b9394410d (diff) |
remove unnecessary whitespaces in basegfx
Change-Id: Ia97fb3895e855e9fb970b0874fc100e2b900a8b7
Diffstat (limited to 'basegfx/source/matrix')
-rw-r--r-- | basegfx/source/matrix/b2dhommatrix.cxx | 2 | ||||
-rw-r--r-- | basegfx/source/matrix/b2dhommatrixtools.cxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/basegfx/source/matrix/b2dhommatrix.cxx b/basegfx/source/matrix/b2dhommatrix.cxx index 936817e54d3c..88409d586cb0 100644 --- a/basegfx/source/matrix/b2dhommatrix.cxx +++ b/basegfx/source/matrix/b2dhommatrix.cxx @@ -25,8 +25,6 @@ #include <basegfx/vector/b2dvector.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx> - - namespace basegfx { class Impl2DHomMatrix : public ::basegfx::internal::ImplHomMatrixTemplate< 3 > diff --git a/basegfx/source/matrix/b2dhommatrixtools.cxx b/basegfx/source/matrix/b2dhommatrixtools.cxx index 33a9231db4e4..386ee9bc78bc 100644 --- a/basegfx/source/matrix/b2dhommatrixtools.cxx +++ b/basegfx/source/matrix/b2dhommatrixtools.cxx @@ -21,8 +21,6 @@ #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> - - namespace basegfx { namespace tools |