diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:01:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 07:01:32 +0000 |
commit | ce51313eade6a58183ebd3f2c9447dd5a176627f (patch) | |
tree | f01abc68f578893c224efda391058cb232a14edf /basegfx | |
parent | 4cb3dedb61f13a99d87cb8cc40556684c68f23e2 (diff) |
INTEGRATION: CWS pchfix02 (1.3.2); FILE MERGED
2006/09/01 17:16:36 kaib 1.3.2.1: #i68856# Added header markers and pch files
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/polygon/b2dpolygonclipper.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basegfx/source/polygon/b2dpolygonclipper.cxx b/basegfx/source/polygon/b2dpolygonclipper.cxx index 4658aff4c5af..8566f696c3f6 100644 --- a/basegfx/source/polygon/b2dpolygonclipper.cxx +++ b/basegfx/source/polygon/b2dpolygonclipper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dpolygonclipper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-08-11 17:41:08 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:01:32 $ * * 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_POLYPOLYGON_B2DPOLYGONCLIPPER_HXX #include <basegfx/polygon/b2dpolygonclipper.hxx> #endif |