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 | |
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
-rw-r--r-- | unotools/source/misc/eventlisteneradapter.cxx | 7 | ||||
-rw-r--r-- | unotools/source/processfactory/componentfactory.cxx | 8 | ||||
-rw-r--r-- | unotools/source/processfactory/processfactory.cxx | 7 |
3 files changed, 15 insertions, 7 deletions
diff --git a/unotools/source/misc/eventlisteneradapter.cxx b/unotools/source/misc/eventlisteneradapter.cxx index dcab3a9376bf..55f4f33ae334 100644 --- a/unotools/source/misc/eventlisteneradapter.cxx +++ b/unotools/source/misc/eventlisteneradapter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: eventlisteneradapter.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:15:39 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:27:37 $ * * 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 _UNOTOOLS_EVENTLISTENERADAPTER_HXX_ #include <unotools/eventlisteneradapter.hxx> #endif diff --git a/unotools/source/processfactory/componentfactory.cxx b/unotools/source/processfactory/componentfactory.cxx index d88e70ea2070..16c9ed9bf7ef 100644 --- a/unotools/source/processfactory/componentfactory.cxx +++ b/unotools/source/processfactory/componentfactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: componentfactory.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 09:47:44 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:28:04 $ * * 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" + #include <unotools/componentfactory.hxx> #include <comphelper/processfactory.hxx> @@ -57,7 +60,6 @@ #include <osl/module.h> -#pragma hdrstop using namespace ::com::sun::star; 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 |