summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2001-10-15 14:45:40 +0000
committerAndreas Bille <abi@openoffice.org>2001-10-15 14:45:40 +0000
commit844848fb37f4cb17a0fcc4300af659b4ecf02a81 (patch)
treeadc63b52b0f5cff100836aeb054781cdd32e552c /ucb
parent8893ab3c7d9eaeb298a1d612b3b1a4ab23efaee6 (diff)
#93214#
changed configuration key back from local to plugin
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/prov.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/file/prov.cxx b/ucb/source/ucp/file/prov.cxx
index c4a44ed62019..8b5ed7d51710 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.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: sb $ $Date: 2001-10-02 14:15:44 $
+ * last change: $Author: abi $ $Date: 2001-10-15 15:45:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -235,7 +235,7 @@ FileProvider::FileProvider( const Reference< XMultiServiceFactory >& xMultiServi
// New access to configuration with locally cached components
- rtl::OUString plugin = rtl::OUString::createFromAscii( "local" );
+ rtl::OUString plugin = rtl::OUString::createFromAscii( "plugin" );
Any aAny;
aAny <<= plugin;
PropertyValue aProp( rtl::OUString::createFromAscii( "servertype" ),