summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/prov.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/prov.cxx')
-rw-r--r--ucb/source/ucp/file/prov.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/prov.cxx b/ucb/source/ucp/file/prov.cxx
index ee414b9bb960..ee8a19fca8fc 100644
--- a/ucb/source/ucp/file/prov.cxx
+++ b/ucb/source/ucp/file/prov.cxx
@@ -192,7 +192,7 @@ FileProvider::supportsService(
const OUString& ServiceName )
throw( RuntimeException )
{
- return ServiceName == OUString("com.sun.star.ucb.FileContentProvider");
+ return ServiceName == "com.sun.star.ucb.FileContentProvider";
}