summaryrefslogtreecommitdiff
path: root/unotools/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolan.mcnamara@collabora.com>2023-12-09 21:30:30 +0000
committerCaolán McNamara <caolan.mcnamara@collabora.com>2023-12-10 11:57:35 +0100
commit15ff0c3828406aa00d8fa0d1e7de90916f9c13cc (patch)
tree466f2321a34d00c9392a4a73e7c7c284cd4e8805 /unotools/source
parent9c2c815d853a626d4329a7e8a2e99671bdb38f44 (diff)
cid#1545975 COPY_INSTEAD_OF_MOVE
and cid#1545955 COPY_INSTEAD_OF_MOVE cid#1545954 COPY_INSTEAD_OF_MOVE cid#1545952 COPY_INSTEAD_OF_MOVE cid#1545948 COPY_INSTEAD_OF_MOVE cid#1545943 COPY_INSTEAD_OF_MOVE cid#1545935 COPY_INSTEAD_OF_MOVE cid#1545930 COPY_INSTEAD_OF_MOVE cid#1545928 COPY_INSTEAD_OF_MOVE cid#1545925 COPY_INSTEAD_OF_MOVE cid#1545922 COPY_INSTEAD_OF_MOVE Change-Id: I28d830504337f417829c675b1eb9c763b83b30c4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160522 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'unotools/source')
-rw-r--r--unotools/source/config/lingucfg.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/unotools/source/config/lingucfg.cxx b/unotools/source/config/lingucfg.cxx
index 730cab027f4b..4ebd72a91c15 100644
--- a/unotools/source/config/lingucfg.cxx
+++ b/unotools/source/config/lingucfg.cxx
@@ -1177,10 +1177,7 @@ OUString SvtLinguConfig::GetSynonymsContextImage(
{
OUString aRes;
if (!rServiceImplName.isEmpty())
- {
- OUString aPath( GetVendorImageUrl_Impl( rServiceImplName, "SynonymsContextMenuImage" ) );
- aRes = aPath;
- }
+ aRes = GetVendorImageUrl_Impl(rServiceImplName, "SynonymsContextMenuImage");
return aRes;
}