diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:03:50 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:03:50 +0000 |
commit | d24d94a1ab3736c5259ba66f18f3eefa0f0d63a3 (patch) | |
tree | 9a479b66cdf8717d355db3db3eacfd80f1427385 /basegfx | |
parent | 700f0e8633167a33fcaa26cfedc2c386970c11fb (diff) |
INTEGRATION: CWS pchfix02 (1.7.28); FILE MERGED
2006/09/01 17:16:37 kaib 1.7.28.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/polygon/b3dpolygontools.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/polygon/b3dpolygontools.cxx b/basegfx/source/polygon/b3dpolygontools.cxx index 57cad9b5a680..fb249f8b1023 100644 --- a/basegfx/source/polygon/b3dpolygontools.cxx +++ b/basegfx/source/polygon/b3dpolygontools.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b3dpolygontools.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2005-11-02 13:59:10 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:03:50 $ * * 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 _OSL_DIAGNOSE_H_ #include <osl/diagnose.h> #endif |