diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:28:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-16 11:28:29 +0000 |
commit | ad32be3b4e3544c048e036214e651cbdc729c8b4 (patch) | |
tree | 978b23fc6443b168d66e5aa8a3a63008c001c794 /scripting | |
parent | d07e6d9637d5dd1cd75875e2c6343e2a0dc4e575 (diff) |
INTEGRATION: CWS pchfix02 (1.8.36); FILE MERGED
2006/09/01 17:35:36 kaib 1.8.36.1: #i68856# Added header markers and pch files
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/provider/MasterScriptProviderFactory.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripting/source/provider/MasterScriptProviderFactory.cxx b/scripting/source/provider/MasterScriptProviderFactory.cxx index f4bf7d792677..90fa749e3360 100644 --- a/scripting/source/provider/MasterScriptProviderFactory.cxx +++ b/scripting/source/provider/MasterScriptProviderFactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: MasterScriptProviderFactory.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2005-09-09 02:29:42 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:28:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_scripting.hxx" #include <cppuhelper/weakref.hxx> #include <cppuhelper/implementationentry.hxx> #include <cppuhelper/factory.hxx> |