diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:08:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 11:08:10 +0000 |
commit | 44817b80fba73379aa2260281a76bda850aa4a24 (patch) | |
tree | 3973c284d7bb5039383d76662ed9bd3c54aeae98 /vcl/source/gdi/pdfextoutdevdata.cxx | |
parent | 60251a622f9c6fd864ac7335ea5f0a8323040cf1 (diff) |
INTEGRATION: CWS pchfix02 (1.8.76); FILE MERGED
2006/09/01 17:57:46 kaib 1.8.76.1: #i68856# Added header markers and pch files
Diffstat (limited to 'vcl/source/gdi/pdfextoutdevdata.cxx')
-rw-r--r-- | vcl/source/gdi/pdfextoutdevdata.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vcl/source/gdi/pdfextoutdevdata.cxx b/vcl/source/gdi/pdfextoutdevdata.cxx index 31ef707cf744..40ea2c6877db 100644 --- a/vcl/source/gdi/pdfextoutdevdata.cxx +++ b/vcl/source/gdi/pdfextoutdevdata.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pdfextoutdevdata.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: obo $ $Date: 2006-07-10 17:25:31 $ + * last change: $Author: obo $ $Date: 2006-09-17 12:08:10 $ * * 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" + #ifndef _VCL_PDFEXTOUTDEVDATA_HXX #include "pdfextoutdevdata.hxx" #endif |