diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:00:35 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:00:35 +0000 |
commit | 2d922166095bf02d084fcb7f2535904a38f20eff (patch) | |
tree | bd1ca13b54beb9159d5fe08677358f5fe50f20bb /basegfx/source/point | |
parent | 88ac9d854f18906b1b6647b84768371e5b0cd06c (diff) |
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
Diffstat (limited to 'basegfx/source/point')
-rw-r--r-- | basegfx/source/point/b2dpoint.cxx | 7 | ||||
-rw-r--r-- | basegfx/source/point/b3dpoint.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
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 <basegfx/point/b2dpoint.hxx> #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 <basegfx/point/b3dpoint.hxx> #endif |