diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:19:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:19:05 +0000 |
commit | 152181fe1e94b7c589f6509c63b73e34c7ca850a (patch) | |
tree | 41a4f03f933886f2978eef77a60ad273bca7db41 /canvas | |
parent | ee56d169f151217db0dc9a6da9c575770a6bf7cb (diff) |
INTEGRATION: CWS pchfix02 (1.3.28); FILE MERGED
2006/09/01 17:18:00 kaib 1.3.28.1: #i68856# Added header markers and pch files
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/cairo/cairo_canvashelper.cxx | 7 | ||||
-rw-r--r-- | canvas/source/cairo/cairo_canvashelper_text.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/canvas/source/cairo/cairo_canvashelper.cxx b/canvas/source/cairo/cairo_canvashelper.cxx index b732993b74d6..e360258d90ab 100644 --- a/canvas/source/cairo/cairo_canvashelper.cxx +++ b/canvas/source/cairo/cairo_canvashelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cairo_canvashelper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-03-22 10:59:35 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:18:51 $ * * 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/logfile.hxx> diff --git a/canvas/source/cairo/cairo_canvashelper_text.cxx b/canvas/source/cairo/cairo_canvashelper_text.cxx index 9ffb2adbc9ff..cd3e790fb763 100644 --- a/canvas/source/cairo/cairo_canvashelper_text.cxx +++ b/canvas/source/cairo/cairo_canvashelper_text.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cairo_canvashelper_text.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2006-03-22 10:59:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:19:05 $ * * 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> |