diff options
-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; |