summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unodispatch.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-06-05 10:19:27 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-06-05 13:19:40 +0200
commit309768c2f54ce0ff5fa4b3409996733afa96bc02 (patch)
treed2e65c16fd5f561917854ab1bf992855c5f764ed /sw/source/uibase/uno/unodispatch.cxx
parenta2b7dca2eb1da105fe139b3f14bb9dfaae11d549 (diff)
loplugin:ostr in sw/.../uno
Change-Id: I70205955fdfa261fdf2b8d66d546eded549464a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168427 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/uno/unodispatch.cxx')
-rw-r--r--sw/source/uibase/uno/unodispatch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/unodispatch.cxx b/sw/source/uibase/uno/unodispatch.cxx
index a67afc31c19d..7a8876d20a20 100644
--- a/sw/source/uibase/uno/unodispatch.cxx
+++ b/sw/source/uibase/uno/unodispatch.cxx
@@ -94,7 +94,7 @@ uno::Sequence<OUString> SAL_CALL SwXDispatchProviderInterceptor::getInterceptedU
{
uno::Sequence<OUString> aRet =
{
- OUString(".uno:DataSourceBrowser/*")
+ u".uno:DataSourceBrowser/*"_ustr
};
return aRet;