From 309768c2f54ce0ff5fa4b3409996733afa96bc02 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 5 Jun 2024 10:19:27 +0200 Subject: loplugin:ostr in sw/.../uno Change-Id: I70205955fdfa261fdf2b8d66d546eded549464a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168427 Reviewed-by: Noel Grandin Tested-by: Jenkins --- sw/source/uibase/uno/unodispatch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/uibase/uno/unodispatch.cxx') 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 SAL_CALL SwXDispatchProviderInterceptor::getInterceptedU { uno::Sequence aRet = { - OUString(".uno:DataSourceBrowser/*") + u".uno:DataSourceBrowser/*"_ustr }; return aRet; -- cgit