diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-04 09:52:34 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-04 14:34:45 +0200 |
commit | 87e8e79da0769fbc37a274049d31da07359713f4 (patch) | |
tree | 1fe577591c2258847636f3c7b694e17e575e5a53 /sw/source/uibase/shells/grfshex.cxx | |
parent | 199ffecd9586d3a8c3365bdbc979c93600f25899 (diff) |
loplugin:ostr in sw/.../shells
Change-Id: Ie8d62b127cfa521d28dbd26073e4d6d89dfdcdf7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168396
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
Diffstat (limited to 'sw/source/uibase/shells/grfshex.cxx')
-rw-r--r-- | sw/source/uibase/shells/grfshex.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/shells/grfshex.cxx b/sw/source/uibase/shells/grfshex.cxx index 654fb8364daf..de3f438f18db 100644 --- a/sw/source/uibase/shells/grfshex.cxx +++ b/sw/source/uibase/shells/grfshex.cxx @@ -83,7 +83,7 @@ bool SwTextShell::InsertMediaDlg( SfxRequest const & rReq ) avmedia::MediaWindow::dispatchInsertAVMedia(xDispatchProvider, aSize, aURL, bLink); })); - const bool bIsMediaURL = ::avmedia::MediaWindow::isMediaURL(aURL, "", true, xPlayerListener); + const bool bIsMediaURL = ::avmedia::MediaWindow::isMediaURL(aURL, u""_ustr, true, xPlayerListener); rWindow.LeaveWait(); @@ -138,7 +138,7 @@ bool SwTextShell::InsertMediaDlg( SfxRequest const & rReq ) *rSh.GetDoc()->getIDocumentDrawModelAccess().GetDrawModel(), tools::Rectangle(aPos, aSize)); - pObj->setURL( realURL, "" ); + pObj->setURL( realURL, u""_ustr ); rSh.EnterStdMode(); rSh.SwFEShell::InsertDrawObj( *pObj, aPos ); bRet = true; |