diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:29:24 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 02:29:24 +0000 |
commit | 0f4e69117fbbc5143cb5bd2f2ee35a6111f29532 (patch) | |
tree | 74f4cd7ffea590b6bdc59c23b14dac76197147d6 /canvas/source/vcl/canvasbitmap.cxx | |
parent | 56f5f2a68aa5682d897d6a3b9486e95a9d6f4a9e (diff) |
INTEGRATION: CWS pchfix02 (1.7.50); FILE MERGED
2006/09/01 17:18:08 kaib 1.7.50.1: #i68856# Added header markers and pch files
Diffstat (limited to 'canvas/source/vcl/canvasbitmap.cxx')
-rw-r--r-- | canvas/source/vcl/canvasbitmap.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/canvas/source/vcl/canvasbitmap.cxx b/canvas/source/vcl/canvasbitmap.cxx index cb17998b59af..387d701c2063 100644 --- a/canvas/source/vcl/canvasbitmap.cxx +++ b/canvas/source/vcl/canvasbitmap.cxx @@ -4,9 +4,9 @@ * * $RCSfile: canvasbitmap.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: kz $ $Date: 2005-11-02 12:58:16 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:29:24 $ * * 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 "canvasbitmap.hxx" |