From 5f9bcb8f436d69f51baee9eb29ae8bc825ebec3b Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 02:27:14 +0000 Subject: INTEGRATION: CWS pchfix02 (1.3.20); FILE MERGED 2006/09/01 17:18:06 kaib 1.3.20.1: #i68856# Added header markers and pch files --- canvas/source/tools/pagemanager.cxx | 7 +++++-- canvas/source/tools/parametricpolypolygon.cxx | 7 +++++-- canvas/source/tools/propertysethelper.cxx | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) (limited to 'canvas') diff --git a/canvas/source/tools/pagemanager.cxx b/canvas/source/tools/pagemanager.cxx index 411b0787facc..b8c491a25d0c 100644 --- a/canvas/source/tools/pagemanager.cxx +++ b/canvas/source/tools/pagemanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pagemanager.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:18:19 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:26: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_canvas.hxx" + #include #include "pagemanager.hxx" diff --git a/canvas/source/tools/parametricpolypolygon.cxx b/canvas/source/tools/parametricpolypolygon.cxx index dedd5c27b5cd..8d9032636233 100644 --- a/canvas/source/tools/parametricpolypolygon.cxx +++ b/canvas/source/tools/parametricpolypolygon.cxx @@ -4,9 +4,9 @@ * * $RCSfile: parametricpolypolygon.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:18:37 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:26:46 $ * * 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_canvas.hxx" + #include #include diff --git a/canvas/source/tools/propertysethelper.cxx b/canvas/source/tools/propertysethelper.cxx index 0d213d802174..59ea3dfe1b57 100644 --- a/canvas/source/tools/propertysethelper.cxx +++ b/canvas/source/tools/propertysethelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: propertysethelper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:18:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:27:14 $ * * 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_canvas.hxx" + #include using namespace ::com::sun::star; -- cgit