#95235# Use different name for file content provider

This commit is contained in:
Andreas Bregas
2001-11-28 11:09:12 +00:00
parent c61a260730
commit d94bd73b4e

View File

@@ -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;