summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2001-11-28 11:09:12 +0000
committerAndreas Bregas <ab@openoffice.org>2001-11-28 11:09:12 +0000
commitd94bd73b4e30a5fa9a0adc21ab9331ab28998bdc (patch)
tree8e604e159897f89a0bd8188bc99a715bc6ba9345
parentc61a2607301be4cbe561027229cecd724e0d25ef (diff)
#95235# Use different name for file content provider
-rw-r--r--basic/source/runtime/iosys.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx
index 52bff2aff277..77ecfc601c56 100644
--- a/basic/source/runtime/iosys.cxx
+++ b/basic/source/runtime/iosys.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: iosys.cxx,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: mh $ $Date: 2001-10-17 18:35:14 $
+ * last change: $Author: ab $ $Date: 2001-11-28 12:09:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -381,7 +381,7 @@ BOOL hasUno( void )
Reference< XContentProviderManager > xManager( xSMgr->createInstance( ::rtl::OUString::createFromAscii
( "com.sun.star.ucb.UniversalContentBroker" ) ), UNO_QUERY );
- if ( !( xManager.is() && xManager->queryContentProvider( ::rtl::OUString::createFromAscii( "file" ) ).is() ) )
+ if ( !( xManager.is() && xManager->queryContentProvider( ::rtl::OUString::createFromAscii( "file:///" ) ).is() ) )
{
// No UCB
bRetVal = FALSE;