From 2d922166095bf02d084fcb7f2535904a38f20eff Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 07:00:35 +0000 Subject: INTEGRATION: CWS pchfix02 (1.7.28); FILE MERGED 2006/09/01 17:16:35 kaib 1.7.28.1: #i68856# Added header markers and pch files --- basegfx/source/point/b2dpoint.cxx | 7 +++++-- basegfx/source/point/b3dpoint.cxx | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'basegfx/source/point') diff --git a/basegfx/source/point/b2dpoint.cxx b/basegfx/source/point/b2dpoint.cxx index e733d78eecaf..1827cd124ce3 100644 --- a/basegfx/source/point/b2dpoint.cxx +++ b/basegfx/source/point/b2dpoint.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dpoint.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2005-11-02 13:56:49 $ + * last change: $Author: obo $ $Date: 2006-09-17 07:59:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basegfx.hxx" + #ifndef _BGFX_POINT_B2DPOINT_HXX #include #endif diff --git a/basegfx/source/point/b3dpoint.cxx b/basegfx/source/point/b3dpoint.cxx index 088ecf76f545..d8dfd3c70761 100644 --- a/basegfx/source/point/b3dpoint.cxx +++ b/basegfx/source/point/b3dpoint.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b3dpoint.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2005-11-02 13:57:12 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:00:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basegfx.hxx" + #ifndef _BGFX_POINT_B3DPOINT_HXX #include #endif -- cgit