diff options
author | Tor Lillqvist <tml@collabora.com> | 2015-04-30 05:32:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2015-04-30 06:14:12 +0300 |
commit | d1ca0f4ed0e30394ce6759a20d4896651dd43051 (patch) | |
tree | af9def17a770c6399e18965c9fb9f3bb4b91b702 /include/basegfx/vector | |
parent | 0d341d28f73603670e3b8c639c583229d3c723a6 (diff) |
Bin some pointless comments and reduce some vertical whitespace
Bin pointless '// predeclarations' or '// forward declarations' comments. If
a programmer doesn't know what a forward declaration is, well, why read C++
source code?
Also bin some pointless '// end of namespace foo' comments after namespace
blocks just a handful of lines long, and some superfluous vertical whitespace.
Change-Id: I2a31c5d73d9b4de8825fb8eb9e7559dbd7303ef9
Diffstat (limited to 'include/basegfx/vector')
-rw-r--r-- | include/basegfx/vector/b2dvector.hxx | 1 | ||||
-rw-r--r-- | include/basegfx/vector/b2ivector.hxx | 1 | ||||
-rw-r--r-- | include/basegfx/vector/b3dvector.hxx | 5 | ||||
-rw-r--r-- | include/basegfx/vector/b3ivector.hxx | 1 |
4 files changed, 0 insertions, 8 deletions
diff --git a/include/basegfx/vector/b2dvector.hxx b/include/basegfx/vector/b2dvector.hxx index 4b95987ddc89..364a4dd984e7 100644 --- a/include/basegfx/vector/b2dvector.hxx +++ b/include/basegfx/vector/b2dvector.hxx @@ -27,7 +27,6 @@ namespace basegfx { - // predeclaration class B2DHomMatrix; /** Base Point class with two double values diff --git a/include/basegfx/vector/b2ivector.hxx b/include/basegfx/vector/b2ivector.hxx index 1fdeeb4ea13a..9c5b5165f527 100644 --- a/include/basegfx/vector/b2ivector.hxx +++ b/include/basegfx/vector/b2ivector.hxx @@ -28,7 +28,6 @@ namespace basegfx { - // predeclaration class B2DHomMatrix; /** Base Point class with two sal_Int32 values diff --git a/include/basegfx/vector/b3dvector.hxx b/include/basegfx/vector/b3dvector.hxx index cef199fc8913..8a8997b16fbc 100644 --- a/include/basegfx/vector/b3dvector.hxx +++ b/include/basegfx/vector/b3dvector.hxx @@ -23,11 +23,8 @@ #include <basegfx/tuple/b3dtuple.hxx> #include <basegfx/basegfxdllapi.h> - - namespace basegfx { - // predeclaration class B3DHomMatrix; /** Base Point class with three double values @@ -315,8 +312,6 @@ namespace basegfx } } // end of namespace basegfx - - #endif // INCLUDED_BASEGFX_VECTOR_B3DVECTOR_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/include/basegfx/vector/b3ivector.hxx b/include/basegfx/vector/b3ivector.hxx index cbc1db790189..01a16f752cf8 100644 --- a/include/basegfx/vector/b3ivector.hxx +++ b/include/basegfx/vector/b3ivector.hxx @@ -25,7 +25,6 @@ namespace basegfx { - // predeclaration class B3DHomMatrix; /** Base Point class with three sal_Int32 values |