diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:35:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:35:31 +0000 |
commit | 048a6c0ab8665bf63ccef9ea3390fb5a939c4ef2 (patch) | |
tree | 8c7640cb446cc3a8b1c801f37cd377bf4f8531b7 /psprint | |
parent | 1823645de44667221518ed77a48385f395a917a9 (diff) |
INTEGRATION: CWS pchfix02 (1.19.6); FILE MERGED
2006/09/01 17:32:55 kaib 1.19.6.1: #i68856# Added header markers and pch files
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/printer/cupsmgr.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/psprint/source/printer/cupsmgr.cxx b/psprint/source/printer/cupsmgr.cxx index 3ae8baa7936c..4eedef487fbc 100644 --- a/psprint/source/printer/cupsmgr.cxx +++ b/psprint/source/printer/cupsmgr.cxx @@ -4,9 +4,9 @@ * * $RCSfile: cupsmgr.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: ihi $ $Date: 2006-08-01 11:44:21 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:35:31 $ * * 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" + #ifdef ENABLE_CUPS #include <cups/cups.h> #include <cups/ppd.h> |