diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-03 09:11:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2024-06-03 12:07:20 +0200 |
commit | 83d0b6bd8da7495bc962b83a6638e2aaab90a5ae (patch) | |
tree | 32692c09f4c57bef78c39695d90be9d6132d0d1a /sc/source/ui/undo/undotab.cxx | |
parent | 24b06580577425681e22472ee68ab00e9c509a83 (diff) |
loplugin:ostr in sc
Change-Id: I72438d38c75a7facb9bd5f9cfb7be1213ac3d141
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168356
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/undo/undotab.cxx')
-rw-r--r-- | sc/source/ui/undo/undotab.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/undo/undotab.cxx b/sc/source/ui/undo/undotab.cxx index 43f647debbd9..52d1a18ff62d 100644 --- a/sc/source/ui/undo/undotab.cxx +++ b/sc/source/ui/undo/undotab.cxx @@ -1186,7 +1186,7 @@ void ScUndoRemoveLink::DoChange( bool bLink ) const if (bLink) // establish link rDoc.SetLink( pTabs[i], pModes[i], aDocName, aFltName, aOptions, pTabNames[i], nRefreshDelay ); else // remove link - rDoc.SetLink( pTabs[i], ScLinkMode::NONE, "", "", "", "", 0 ); + rDoc.SetLink( pTabs[i], ScLinkMode::NONE, u""_ustr, u""_ustr, u""_ustr, u""_ustr, 0 ); pDocShell->UpdateLinks(); } |