From f0b7207fc24c3431d1ddb386a1dc4883a81f4def Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 19 Aug 2008 22:51:33 +0000 Subject: 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 --- basegfx/inc/basegfx/point/b2dpoint.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'basegfx/inc') 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 #include +////////////////////////////////////////////////////////////////////////////// + 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 */ -- cgit