summaryrefslogtreecommitdiff
path: root/basegfx/source/vector/b3dvector.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx/source/vector/b3dvector.cxx')
-rw-r--r--basegfx/source/vector/b3dvector.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/basegfx/source/vector/b3dvector.cxx b/basegfx/source/vector/b3dvector.cxx
index 63b96bcd082a..0bba99dbee1b 100644
--- a/basegfx/source/vector/b3dvector.cxx
+++ b/basegfx/source/vector/b3dvector.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: b3dvector.cxx,v $
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
* This file is part of OpenOffice.org.
*
@@ -33,6 +33,8 @@
#include <basegfx/vector/b3dvector.hxx>
#include <basegfx/matrix/b3dhommatrix.hxx>
+//////////////////////////////////////////////////////////////////////////////
+
namespace basegfx
{
B3DVector& B3DVector::normalize()
@@ -99,4 +101,5 @@ namespace basegfx
}
} // end of namespace basegfx
+//////////////////////////////////////////////////////////////////////////////
// eof