diff options
author | Kai Sommerfeld <kso@openoffice.org> | 2001-03-13 07:13:28 +0000 |
---|---|---|
committer | Kai Sommerfeld <kso@openoffice.org> | 2001-03-13 07:13:28 +0000 |
commit | d53f60e0e53818359bf99deadc19f4536aae5f1f (patch) | |
tree | df7032da4ed3f488ff729b21869a793ea21bfb19 /ucb | |
parent | d2bbced5c324722a5f84442af682cb5b2bdf62e1 (diff) |
Fixed: FileProvider::supportsService(...)
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/prov.cxx | 6 |
1 files 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" ); } |