diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:03:05 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:03:05 +0000 |
commit | f580d9595c14340cee252a3401f63af6d7d38c88 (patch) | |
tree | 9dc746a115cd71e069bc81380a7ded0e18fcf54a /vcl/source | |
parent | 2a98273da45b8640115e6a4b24a609c60b2c5740 (diff) |
INTEGRATION: CWS pchfix02 (1.25.66); FILE MERGED
2006/09/01 17:57:43 kaib 1.25.66.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/gdi/impgraph.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx index a6113313f81d..78953aa80927 100644 --- a/vcl/source/gdi/impgraph.cxx +++ b/vcl/source/gdi/impgraph.cxx @@ -5,9 +5,9 @@ * * $RCSfile: impgraph.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: vg $ $Date: 2006-09-08 08:34:50 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:03:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -34,6 +34,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_vcl.hxx" + #ifndef _VCOMPAT_HXX #include <tools/vcompat.hxx> #endif |