summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:21:34 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 09:21:34 +0000
commite3b27f1b51afb3122f8032e5bf35ee3905af138a (patch)
tree789ff12e4a8735d151da9dee78064f284b25ce59 /scripting
parentb8459f318fce6b833e7cf368f571562f3b40adf3 (diff)
INTEGRATION: CWS warnings01 (1.9.14); FILE MERGED
2005/12/22 14:40:53 ab 1.9.14.1: #i53898# Removed warnings for unxlngi6, unxlngi6.pro
Diffstat (limited to 'scripting')
-rw-r--r--scripting/source/provider/ProviderCache.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripting/source/provider/ProviderCache.cxx b/scripting/source/provider/ProviderCache.cxx
index bef7ea5ff93e..bee9137f97f8 100644
--- a/scripting/source/provider/ProviderCache.cxx
+++ b/scripting/source/provider/ProviderCache.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ProviderCache.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 02:30:13 $
+ * last change: $Author: hr $ $Date: 2006-06-19 10:21:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -62,7 +62,7 @@ ProviderCache::ProviderCache( const Reference< XComponentContext >& xContext, co
ProviderCache::ProviderCache( const Reference< XComponentContext >& xContext, const Sequence< Any >& scriptContext, const Sequence< ::rtl::OUString >& blackList )
- throw ( RuntimeException ) : m_Sctx( scriptContext ), m_xContext( xContext ), m_sBlackList( blackList )
+ throw ( RuntimeException ) : m_sBlackList( blackList ), m_Sctx( scriptContext ), m_xContext( xContext )
{
// initialise m_hProviderDetailsCache with details of ScriptProviders