diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:19:20 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:19:20 +0000 |
commit | 6299517e3ab4482404f9b32a4a3fc1de5fda24d4 (patch) | |
tree | 0d4f64eed5522a0ca1acccdc9d2b66f73899ce26 /canvas/source/cairo | |
parent | 152181fe1e94b7c589f6509c63b73e34c7ca850a (diff) |
INTEGRATION: CWS pchfix02 (1.2.32); FILE MERGED
2006/09/01 17:18:00 kaib 1.2.32.1: #i68856# Added header markers and pch files
Diffstat (limited to 'canvas/source/cairo')
-rw-r--r-- | canvas/source/cairo/cairo_canvasbitmap.cxx | 7 | ||||
-rw-r--r-- | canvas/source/cairo/cairo_canvascustomsprite.cxx | 7 | ||||
-rw-r--r-- | canvas/source/cairo/cairo_canvasfont.cxx | 7 | ||||
-rw-r--r-- | canvas/source/cairo/cairo_canvashelper_texturefill.cxx | 7 |
4 files changed, 20 insertions, 8 deletions
diff --git a/canvas/source/cairo/cairo_canvasbitmap.cxx b/canvas/source/cairo/cairo_canvasbitmap.cxx index 742f980a199a..bcc743eb9149 100644 --- a/canvas/source/cairo/cairo_canvasbitmap.cxx +++ b/canvas/source/cairo/cairo_canvasbitmap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cairo_canvasbitmap.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:33:07 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:17:52 $ * * 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/cairo/cairo_canvascustomsprite.cxx b/canvas/source/cairo/cairo_canvascustomsprite.cxx index 13f35808e403..d0ad3e02bad9 100644 --- a/canvas/source/cairo/cairo_canvascustomsprite.cxx +++ b/canvas/source/cairo/cairo_canvascustomsprite.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cairo_canvascustomsprite.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:33:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:18:22 $ * * 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/verbosetrace.hxx> diff --git a/canvas/source/cairo/cairo_canvasfont.cxx b/canvas/source/cairo/cairo_canvasfont.cxx index b7cf83cb0fb6..0ef1501db20d 100644 --- a/canvas/source/cairo/cairo_canvasfont.cxx +++ b/canvas/source/cairo/cairo_canvasfont.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cairo_canvasfont.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:34:24 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:18:37 $ * * 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 <rtl/math.hxx> diff --git a/canvas/source/cairo/cairo_canvashelper_texturefill.cxx b/canvas/source/cairo/cairo_canvashelper_texturefill.cxx index 7c32fef48fa6..b5804b248c18 100644 --- a/canvas/source/cairo/cairo_canvashelper_texturefill.cxx +++ b/canvas/source/cairo/cairo_canvashelper_texturefill.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cairo_canvashelper_texturefill.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2006-02-28 10:35:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:19:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -59,6 +59,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_canvas.hxx" + #include <canvas/debug.hxx> #ifndef INCLUDED_RTL_MATH_HXX |