From 4cb3dedb61f13a99d87cb8cc40556684c68f23e2 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 07:01:18 +0000 Subject: [PATCH] INTEGRATION: CWS pchfix02 (1.16.10); FILE MERGED 2006/09/01 17:16:36 kaib 1.16.10.1: #i68856# Added header markers and pch files --- basegfx/source/polygon/b2dpolygon.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/basegfx/source/polygon/b2dpolygon.cxx b/basegfx/source/polygon/b2dpolygon.cxx index bb9250c79edf..06098ffda421 100644 --- a/basegfx/source/polygon/b2dpolygon.cxx +++ b/basegfx/source/polygon/b2dpolygon.cxx @@ -4,9 +4,9 @@ * * $RCSfile: b2dpolygon.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: obo $ $Date: 2006-07-13 09:56:54 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:01:18 $ * * 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 #endif