Kaydet (Commit) d94bd73b authored tarafından Andreas Bregas's avatar Andreas Bregas

#95235# Use different name for file content provider

üst c61a2607
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: iosys.cxx,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -381,7 +381,7 @@ BOOL hasUno( void ) ...@@ -381,7 +381,7 @@ BOOL hasUno( void )
Reference< XContentProviderManager > xManager( xSMgr->createInstance( ::rtl::OUString::createFromAscii Reference< XContentProviderManager > xManager( xSMgr->createInstance( ::rtl::OUString::createFromAscii
( "com.sun.star.ucb.UniversalContentBroker" ) ), UNO_QUERY ); ( "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 // No UCB
bRetVal = FALSE; bRetVal = FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment