diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:49:25 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:49:25 +0000 |
commit | 83c80ad6ff32d8ba1293e7713c915554c13745ab (patch) | |
tree | 057a74c44d56c26a1e6253f40e75a4881f20c3b2 /cppcanvas | |
parent | e0fed3966f4d8cb6aa763f6c4057ebe5aeff6426 (diff) |
INTEGRATION: CWS pchfix02 (1.8.24); FILE MERGED
2006/09/01 17:22:48 kaib 1.8.24.1: #i68856# Added header markers and pch files
Diffstat (limited to 'cppcanvas')
-rw-r--r-- | cppcanvas/source/mtfrenderer/bitmapaction.cxx | 7 | ||||
-rw-r--r-- | cppcanvas/source/mtfrenderer/lineaction.cxx | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/cppcanvas/source/mtfrenderer/bitmapaction.cxx b/cppcanvas/source/mtfrenderer/bitmapaction.cxx index 76fb1e4d2e58..1b801a32b5dd 100644 --- a/cppcanvas/source/mtfrenderer/bitmapaction.cxx +++ b/cppcanvas/source/mtfrenderer/bitmapaction.cxx @@ -4,9 +4,9 @@ * * $RCSfile: bitmapaction.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2005-11-02 13:39:39 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:48:44 $ * * 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_cppcanvas.hxx" + #include <rtl/logfile.hxx> #include <com/sun/star/rendering/XBitmap.hpp> #include <com/sun/star/rendering/RepaintResult.hpp> diff --git a/cppcanvas/source/mtfrenderer/lineaction.cxx b/cppcanvas/source/mtfrenderer/lineaction.cxx index 1cb189db9beb..8fe87c54867a 100644 --- a/cppcanvas/source/mtfrenderer/lineaction.cxx +++ b/cppcanvas/source/mtfrenderer/lineaction.cxx @@ -4,9 +4,9 @@ * * $RCSfile: lineaction.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2005-11-02 13:40:30 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:49:25 $ * * 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_cppcanvas.hxx" + #include <lineaction.hxx> #include <outdevstate.hxx> |