diff options
-rw-r--r-- | basegfx/inc/basegfx/point/b2dpoint.hxx | 6 |
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 */ |