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