summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2001-10-02 13:15:44 +0000
committerStephan Bergmann <sb@openoffice.org>2001-10-02 13:15:44 +0000
commit4562f15b3f715777bbd71f83d938ea4692080b96 (patch)
tree6f4abd74dde3cd7d8d9f3ab0671f577ec7e74f24 /ucb
parent3056802e8bb8359a3a4e3640481233da5242c913 (diff)
#92660# Access cfgmgr via 'local,' not 'plugin.'
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/prov.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/ucb/source/ucp/file/prov.cxx b/ucb/source/ucp/file/prov.cxx
index 896af8c9a4dd..c4a44ed62019 100644
--- a/ucb/source/ucp/file/prov.cxx
+++ b/ucb/source/ucp/file/prov.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: prov.cxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: dg $ $Date: 2001-09-27 09:12:06 $
+ * last change: $Author: sb $ $Date: 2001-10-02 14:15:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -225,7 +225,6 @@ FileProvider::FileProvider( const Reference< XMultiServiceFactory >& xMultiServi
: m_xMultiServiceFactory( xMultiServiceFactory ),
m_pMyShell( 0 )
{
-
if( ! m_pMyShell )
m_pMyShell = new shell( m_xMultiServiceFactory, this );
@@ -236,7 +235,7 @@ FileProvider::FileProvider( const Reference< XMultiServiceFactory >& xMultiServi
// New access to configuration with locally cached components
- rtl::OUString plugin = rtl::OUString::createFromAscii( "plugin" );
+ rtl::OUString plugin = rtl::OUString::createFromAscii( "local" );
Any aAny;
aAny <<= plugin;
PropertyValue aProp( rtl::OUString::createFromAscii( "servertype" ),