diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:06:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:06:55 +0000 |
commit | 1231a68b9094f2f8893d7e658fc31f2255159fdd (patch) | |
tree | 93ccd4e33d6d64541aa410ac5c72660b65b5d9cf /vcl | |
parent | ec7c12edf28868e543244550e390988170edf39e (diff) |
INTEGRATION: CWS pchfix02 (1.219.112); FILE MERGED
2006/09/01 17:57:45 kaib 1.219.112.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev3.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index 98771a56954f..7feeae21cbde 100644 --- a/vcl/source/gdi/outdev3.cxx +++ b/vcl/source/gdi/outdev3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: outdev3.cxx,v $ * - * $Revision: 1.220 $ + * $Revision: 1.221 $ * - * last change: $Author: obo $ $Date: 2006-09-13 10:54:11 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:06:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_vcl.hxx" #include <cmath> #include <cstring> |