diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:37:02 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:37:02 +0000 |
commit | 0335055543eb50ab80e0771a859e7c8afcdf9b88 (patch) | |
tree | 760ee88b25a899e587647356058d7180790cb689 /psprint | |
parent | 5298627530e0e4e86ad07c386e238e120fcf2f96 (diff) |
INTEGRATION: CWS pchfix02 (1.38.6); FILE MERGED
2006/09/01 17:32:56 kaib 1.38.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/printergfx/printerjob.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/psprint/source/printergfx/printerjob.cxx b/psprint/source/printergfx/printerjob.cxx index 619a12d2fbb7..861ce67cce51 100644 --- a/psprint/source/printergfx/printerjob.cxx +++ b/psprint/source/printergfx/printerjob.cxx @@ -4,9 +4,9 @@ * * $RCSfile: printerjob.cxx,v $ * - * $Revision: 1.38 $ + * $Revision: 1.39 $ * - * last change: $Author: rt $ $Date: 2006-07-25 09:36:11 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:37:02 $ * * 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 __SGI_STL_VECTOR #include <vector> #endif |