diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:07:14 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:07:14 +0000 |
commit | 85d39ebf3a8f2111218e9e67b1aa92acaf20aea8 (patch) | |
tree | 2deadb1aa0db05083f8a730d50aa4ac20a3daaaf /vcl/source/gdi | |
parent | 1231a68b9094f2f8893d7e658fc31f2255159fdd (diff) |
INTEGRATION: CWS pchfix02 (1.22.112); FILE MERGED
2006/09/01 17:57:46 kaib 1.22.112.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/source/gdi')
-rw-r--r-- | vcl/source/gdi/outdev4.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/gdi/outdev4.cxx b/vcl/source/gdi/outdev4.cxx index d9d6a0c9140a..ffaf3d4329e5 100644 --- a/vcl/source/gdi/outdev4.cxx +++ b/vcl/source/gdi/outdev4.cxx @@ -4,9 +4,9 @@ * * $RCSfile: outdev4.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2006-06-19 19:28:38 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:07:14 $ * * 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 <math.h> #ifndef _SV_SVSYS_HXX |