From d53f60e0e53818359bf99deadc19f4536aae5f1f Mon Sep 17 00:00:00 2001 From: Kai Sommerfeld Date: Tue, 13 Mar 2001 07:13:28 +0000 Subject: Fixed: FileProvider::supportsService(...) --- ucb/source/ucp/file/prov.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ucb/source/ucp/file/prov.cxx b/ucb/source/ucp/file/prov.cxx index 4d055fb3fc30..a974b3a16699 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.12 $ + * $Revision: 1.13 $ * - * last change: $Author: hro $ $Date: 2001-02-23 12:48:33 $ + * last change: $Author: kso $ $Date: 2001-03-13 08:13:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -449,7 +449,7 @@ FileProvider::supportsService( const rtl::OUString& ServiceName ) throw( uno::RuntimeException ) { - return ServiceName == rtl::OUString::createFromAscii( "com.sun.star.ucb.FileProvider" ); + return ServiceName == rtl::OUString::createFromAscii( "com.sun.star.ucb.FileContentProvider" ); } -- cgit