summaryrefslogtreecommitdiff
path: root/basegfx/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:06:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:06:41 +0000
commitea9f9d55ed9f852940d3278939fef038991cc9a5 (patch)
tree5773b58ac04cca2e099802bed18493eb9c4653a5 /basegfx/source
parent4e8d1f46f9b0fdf2056c6c55188cda3de47b3160 (diff)
INTEGRATION: CWS aw033 (1.7.6); FILE MERGED
2008/05/14 14:41:10 aw 1.7.6.2: RESYNC: (1.7-1.8); FILE MERGED 2008/04/16 04:51:24 aw 1.7.6.1: #i39532# moved 3D default raster converter to basegfx
Diffstat (limited to 'basegfx/source')
-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