diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:27:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:27:14 +0000 |
commit | 5f9bcb8f436d69f51baee9eb29ae8bc825ebec3b (patch) | |
tree | d6dd64fb503b6b808c998485accc9a10991ccbe8 /canvas | |
parent | d420d4f75fc331e1ab90dcb4f911c353fd9c18ba (diff) |
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
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/tools/pagemanager.cxx | 7 | ||||
-rw-r--r-- | canvas/source/tools/parametricpolypolygon.cxx | 7 | ||||
-rw-r--r-- | canvas/source/tools/propertysethelper.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
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 <boost/bind.hpp> #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 <canvas/debug.hxx> #include <canvas/canvastools.hxx> 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 <canvas/propertysethelper.hxx> using namespace ::com::sun::star; |