diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:02:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:02:02 +0000 |
commit | 18e071c96bbeda1e47913e9edea24f79df35a2f8 (patch) | |
tree | 4ffc4591a03444872ead040423da4e28c14c0f4e /vcl/source/gdi/image.cxx | |
parent | 53a9c61bd526f1346c291ce32d99ef71bb86a25b (diff) |
INTEGRATION: CWS pchfix02 (1.25.4); FILE MERGED
2006/09/01 17:57:43 kaib 1.25.4.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/source/gdi/image.cxx')
-rw-r--r-- | vcl/source/gdi/image.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/gdi/image.cxx b/vcl/source/gdi/image.cxx index 7303819d0f43..18c9c8e8cbba 100644 --- a/vcl/source/gdi/image.cxx +++ b/vcl/source/gdi/image.cxx @@ -4,9 +4,9 @@ * * $RCSfile: image.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: hr $ $Date: 2006-08-11 17:44:48 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:02:02 $ * * 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_vcl.hxx" + #include <boost/scoped_ptr.hpp> #include <boost/scoped_array.hpp> |