diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:23:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:23:32 +0000 |
commit | 226a4ce7378c1ed98416aa4f914ac759e78a14d5 (patch) | |
tree | 63576d3f764fba48acbb1f83e64386427f98f630 /canvas/source | |
parent | d7d3d4ba0b2ae512ec89a2cd3d1ee99323dd033f (diff) |
INTEGRATION: CWS pchfix02 (1.3.20); FILE MERGED
2006/09/01 17:18:03 kaib 1.3.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'canvas/source')
-rw-r--r-- | canvas/source/null/null_canvasfont.cxx | 7 | ||||
-rw-r--r-- | canvas/source/null/null_canvashelper.cxx | 7 | ||||
-rw-r--r-- | canvas/source/null/null_devicehelper.cxx | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/canvas/source/null/null_canvasfont.cxx b/canvas/source/null/null_canvasfont.cxx index 7a48222043a5..0d5eff2022b0 100644 --- a/canvas/source/null/null_canvasfont.cxx +++ b/canvas/source/null/null_canvasfont.cxx @@ -4,9 +4,9 @@ * * $RCSfile: null_canvasfont.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:15:04 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:23:04 $ * * 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 "null_canvasfont.hxx" #include "null_textlayout.hxx" #include "null_spritecanvas.hxx" diff --git a/canvas/source/null/null_canvashelper.cxx b/canvas/source/null/null_canvashelper.cxx index 17dfa11aefb3..f12576f3f73b 100644 --- a/canvas/source/null/null_canvashelper.cxx +++ b/canvas/source/null/null_canvashelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: null_canvashelper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:15:17 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:23:18 $ * * 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/null/null_devicehelper.cxx b/canvas/source/null/null_devicehelper.cxx index 809208c33131..b3ddbc3303ad 100644 --- a/canvas/source/null/null_devicehelper.cxx +++ b/canvas/source/null/null_devicehelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: null_devicehelper.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:15:29 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:23: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 <canvas/debug.hxx> #include <canvas/verbosetrace.hxx> #include <canvas/canvastools.hxx> |