diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:02:00 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:02:00 +0000 |
commit | fadfa62c7d9584af5e55de98d9db6a5e49c26929 (patch) | |
tree | bba2be26407f1a93c91a2cf432bf532349eac20e /basegfx/source/polygon/b2dpolygontools.cxx | |
parent | 9cfa11bef1c30e61b1ae4778718b74876c131bd0 (diff) |
INTEGRATION: CWS pchfix02 (1.22.10); FILE MERGED
2006/09/01 17:16:36 kaib 1.22.10.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basegfx/source/polygon/b2dpolygontools.cxx')
-rw-r--r-- | basegfx/source/polygon/b2dpolygontools.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/polygon/b2dpolygontools.cxx b/basegfx/source/polygon/b2dpolygontools.cxx index c187911996bf..3d715197e57d 100644 --- a/basegfx/source/polygon/b2dpolygontools.cxx +++ b/basegfx/source/polygon/b2dpolygontools.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dpolygontools.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2006-06-20 03:43:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:02:00 $ * * 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_NUMERIC_FTOOLS_HXX #include <basegfx/numeric/ftools.hxx> #endif |