summaryrefslogtreecommitdiff
path: root/shell/source/backends/wininetbe
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/wininetbe')
-rw-r--r--shell/source/backends/wininetbe/wininetbackend.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/backends/wininetbe/wininetbackend.cxx b/shell/source/backends/wininetbe/wininetbackend.cxx
index 69b8f28a8e24..2feac4964849 100644
--- a/shell/source/backends/wininetbe/wininetbackend.cxx
+++ b/shell/source/backends/wininetbe/wininetbackend.cxx
@@ -377,7 +377,7 @@ OUString SAL_CALL WinInetBackend::getImplementationName(void)
uno::Sequence<OUString> SAL_CALL WinInetBackend::getBackendServiceNames(void)
{
uno::Sequence<OUString> aServiceNameList(1);
- aServiceNameList[0] = OUString( "com.sun.star.configuration.backend.WinInetBackend") ;
+ aServiceNameList[0] = "com.sun.star.configuration.backend.WinInetBackend";
return aServiceNameList ;
}