diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 13:07:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-10-22 13:07:39 +0000 |
commit | 1eb4a089a3ebf467c02342c83d7f7d17c56be52e (patch) | |
tree | 3ae2de949eabbaf39b81f9616df6a8aafa8a4cf7 /scripting | |
parent | 2e8bfa9b8bba4556738cb1e1121f2e7dfd47f141 (diff) |
INTEGRATION: CWS scriptingf6 (1.5.26); FILE MERGED
2004/08/03 14:45:05 dfoster 1.5.26.3: #i32502#
2004/07/30 10:24:45 toconnor 1.5.26.2: RESYNC: (1.5-1.6); FILE MERGED
2004/07/23 11:33:38 dfoster 1.5.26.1: #i25821#
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/provider/ProviderCache.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/scripting/source/provider/ProviderCache.cxx b/scripting/source/provider/ProviderCache.cxx index 1efbb54245c7..50b87612d672 100644 --- a/scripting/source/provider/ProviderCache.cxx +++ b/scripting/source/provider/ProviderCache.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ProviderCache.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hr $ $Date: 2004-07-23 14:10:46 $ + * last change: $Author: rt $ $Date: 2004-10-22 14:07:39 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -69,14 +69,15 @@ using namespace com::sun::star; using namespace com::sun::star::uno; -using namespace drafts::com::sun::star::script; +using namespace com::sun::star::script; +using namespace ::scripting_util; namespace func_provider { ::rtl::OUString languageProviderName = - ::rtl::OUString::createFromAscii("drafts.com.sun.star.script.provider.LanguageScriptProvider" ); + ::rtl::OUString::createFromAscii("com.sun.star.script.provider.LanguageScriptProvider" ); ::rtl::OUString providerKey = - ::rtl::OUString::createFromAscii("drafts.com.sun.star.script.provider.ScriptProviderFor" ); + ::rtl::OUString::createFromAscii("com.sun.star.script.provider.ScriptProviderFor" ); ProviderCache::ProviderCache( const Reference< XComponentContext >& xContext, const Sequence< Any >& scriptContext ) throw ( RuntimeException ) : m_Sctx( scriptContext ), m_xContext( xContext ) |