diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:33:32 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:33:32 +0000 |
commit | 971cfd2bfeb5764734ae411dd326f30b60c6145e (patch) | |
tree | 941dadaf30a567b914edda04587fabcdaaa42342 /psprint | |
parent | 2eb3d2e4b5d42bf9649b12ba371c003fc3795e1d (diff) |
INTEGRATION: CWS pchfix02 (1.22.20); FILE MERGED
2006/09/01 17:32:53 kaib 1.22.20.1: #i68856# Added header markers and pch files
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/source/fontmanager/fontcache.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/psprint/source/fontmanager/fontcache.cxx b/psprint/source/fontmanager/fontcache.cxx index 178c7ce18a33..4e6e539ac253 100644 --- a/psprint/source/fontmanager/fontcache.cxx +++ b/psprint/source/fontmanager/fontcache.cxx @@ -4,9 +4,9 @@ * * $RCSfile: fontcache.cxx,v $ * - * $Revision: 1.22 $ + * $Revision: 1.23 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:23:36 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:33:32 $ * * 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" + #include <cstdlib> #include <cstring> #include <psprint/fontcache.hxx> |