diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:28:18 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-17 00:28:18 +0000 |
commit | 4ba1151261170a8b2f1296009703a9282b3a6f2e (patch) | |
tree | 80cdeb8e9c3daff2e94205f8d08f0b3903f1737d /unotools/source/processfactory/processfactory.cxx | |
parent | 48aa953f207a7affae4611f090426cdea0e1a386 (diff) |
INTEGRATION: CWS pchfix02 (1.3.58); FILE MERGED
2006/09/01 17:56:24 kaib 1.3.58.1: #i68856# Added header markers and pch files
Diffstat (limited to 'unotools/source/processfactory/processfactory.cxx')
-rw-r--r-- | unotools/source/processfactory/processfactory.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/unotools/source/processfactory/processfactory.cxx b/unotools/source/processfactory/processfactory.cxx index e6e90dcbff13..82457688c40e 100644 --- a/unotools/source/processfactory/processfactory.cxx +++ b/unotools/source/processfactory/processfactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: processfactory.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:48:15 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:28:18 $ * * 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_unotools.hxx" + #ifndef _OSL_MUTEX_HXX_ #include <osl/mutex.hxx> #endif |