summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun2.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-12-03 13:00:21 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-12-04 12:21:03 +0100
commit2219d37896ee4a8662d9dccc06a73302f8ac6c7c (patch)
tree3e51fe58bdefe850dc9e62df7087795de8ead83d /sc/source/ui/view/viewfun2.cxx
parenta469d1353f4efd2c22d2fd8497a0d456e11760ad (diff)
loplugin:stringliteraldefine in sc
Change-Id: I49159fa9b525ced9423c9a37d8a31b15cc8b1e98 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126308 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/view/viewfun2.cxx')
-rw-r--r--sc/source/ui/view/viewfun2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index f5c79f583efb..f804ee27bf98 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -2815,7 +2815,7 @@ void ScViewFunc::MoveTable(
// execute without SfxCallMode::RECORD, because already contained in move command
- SfxStringItem aItem( SID_FILE_NAME, "private:factory/" STRING_SCAPP );
+ SfxStringItem aItem( SID_FILE_NAME, "private:factory/" + STRING_SCAPP );
SfxStringItem aTarget( SID_TARGETNAME, "_blank" );
const SfxPoolItem* pRetItem = GetViewData().GetDispatcher().ExecuteList(