summaryrefslogtreecommitdiff
path: root/basegfx/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 22:51:33 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 22:51:33 +0000
commitf0b7207fc24c3431d1ddb386a1dc4883a81f4def (patch)
tree5e4535c693633204302dac67ffe916f30280895c /basegfx/inc
parentd7640e0135d2a69eddf1196e34c86bca62ab0e75 (diff)
INTEGRATION: CWS aw033 (1.10.2); FILE MERGED
2008/05/14 14:43:28 aw 1.10.2.3: RESYNC: (1.10-1.11); FILE MERGED 2008/05/14 09:16:13 aw 1.10.2.2: #i39532# aw033 progresses from git 2008/04/16 04:50:22 aw 1.10.2.1: #i39532# moved 3D default raster converter to basegfx
Diffstat (limited to 'basegfx/inc')
-rw-r--r--basegfx/inc/basegfx/point/b2dpoint.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/basegfx/inc/basegfx/point/b2dpoint.hxx b/basegfx/inc/basegfx/point/b2dpoint.hxx
index 9b045f174a51..ad65b836409c 100644
--- a/basegfx/inc/basegfx/point/b2dpoint.hxx
+++ b/basegfx/inc/basegfx/point/b2dpoint.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: b2dpoint.hxx,v $
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
* This file is part of OpenOffice.org.
*
@@ -34,6 +34,8 @@
#include <basegfx/tuple/b2dtuple.hxx>
#include <basegfx/point/b2ipoint.hxx>
+//////////////////////////////////////////////////////////////////////////////
+
namespace basegfx
{
// predeclaration
@@ -147,4 +149,6 @@ namespace basegfx
B2DPoint operator*( const B2DHomMatrix& rMat, const B2DPoint& rPoint );
} // end of namespace basegfx
+//////////////////////////////////////////////////////////////////////////////
+
#endif /* _BGFX_POINT_B2DPOINT_HXX */