diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:37:16 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:37:16 +0000 |
commit | 3f009be47696ecb7f961e3585965db8f5bccd60d (patch) | |
tree | 07d545755d32014277babb4d8f5e1a98ba3cfdab /psprint | |
parent | 0335055543eb50ab80e0771a859e7c8afcdf9b88 (diff) |
INTEGRATION: CWS pchfix02 (1.4.80); FILE MERGED
2006/09/01 17:32:56 kaib 1.4.80.1: #i68856# Added header markers and pch files
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/printergfx/psputil.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/psprint/source/printergfx/psputil.cxx b/psprint/source/printergfx/psputil.cxx index cb3c0564180b..5714f603fdc8 100644 --- a/psprint/source/printergfx/psputil.cxx +++ b/psprint/source/printergfx/psputil.cxx @@ -4,9 +4,9 @@ * * $RCSfile: psputil.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2005-09-08 16:47:25 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:37:16 $ * * 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_psprint.hxx" + #ifndef _PSPRINT_PRINTERUTIL_HXX_ #include "psputil.hxx" #endif |