diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:36:46 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:36:46 +0000 |
commit | 5298627530e0e4e86ad07c386e238e120fcf2f96 (patch) | |
tree | 032cfafc6873e1718c8d91764628a8f439d3603f /psprint | |
parent | 7e39a6acb061bcc0afedaf3bb5e712bfdc6184d6 (diff) |
INTEGRATION: CWS pchfix02 (1.21.34); FILE MERGED
2006/09/01 17:32:56 kaib 1.21.34.1: #i68856# Added header markers and pch files
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/printergfx/glyphset.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/psprint/source/printergfx/glyphset.cxx b/psprint/source/printergfx/glyphset.cxx index 0b027f398bd1..d600d7030ed6 100644 --- a/psprint/source/printergfx/glyphset.cxx +++ b/psprint/source/printergfx/glyphset.cxx @@ -4,9 +4,9 @@ * * $RCSfile: glyphset.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: rt $ $Date: 2006-05-05 08:57:26 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:36:46 $ * * 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 _OSL_THREAD_H_ #include <osl/thread.h> #endif |