diff options
Diffstat (limited to 'vcl/source/gdi/outdev5.cxx')
-rw-r--r-- | vcl/source/gdi/outdev5.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/gdi/outdev5.cxx b/vcl/source/gdi/outdev5.cxx index da1b20cb360f..e22ba6e0b80c 100644 --- a/vcl/source/gdi/outdev5.cxx +++ b/vcl/source/gdi/outdev5.cxx @@ -4,9 +4,9 @@ * * $RCSfile: outdev5.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:28:50 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:07:28 $ * * 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 <tools/ref.hxx> #ifndef _SV_SVSYS_HXX #include <svsys.h> |