diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:30:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:30:09 +0000 |
commit | dec1bc4cec487ce8bdc04f28488c5dd618e2456a (patch) | |
tree | d4ad1c26a10f6f9fb23f8527eeee33d35f48804a /canvas | |
parent | 2ec3e4d2c40261b5771d06c1d54edf82c1cbf34f (diff) |
INTEGRATION: CWS pchfix02 (1.7.20); FILE MERGED
2006/09/01 17:18:08 kaib 1.7.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/canvasbitmaphelper.cxx | 7 | ||||
-rw-r--r-- | canvas/source/vcl/canvasfont.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/canvas/source/vcl/canvasbitmaphelper.cxx b/canvas/source/vcl/canvasbitmaphelper.cxx index 685b17847ba6..1a5ff8d35190 100644 --- a/canvas/source/vcl/canvasbitmaphelper.cxx +++ b/canvas/source/vcl/canvasbitmaphelper.cxx @@ -4,9 +4,9 @@ * * $RCSfile: canvasbitmaphelper.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:19:48 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:29:39 $ * * 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 <com/sun/star/rendering/IntegerBitmapFormat.hpp> diff --git a/canvas/source/vcl/canvasfont.cxx b/canvas/source/vcl/canvasfont.cxx index 43186c0c9c3a..bbaf23955b98 100644 --- a/canvas/source/vcl/canvasfont.cxx +++ b/canvas/source/vcl/canvasfont.cxx @@ -4,9 +4,9 @@ * * $RCSfile: canvasfont.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:19:59 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:30:09 $ * * 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> |