diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-07-16 08:29:53 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-07-16 15:13:41 +0200 |
commit | 2f81046033bb4082f888edfa94685d2dcc2689aa (patch) | |
tree | 33db4747aec33879cc880795e217243f7782545a /cui | |
parent | 671290e8054366997e512572b2e4e38efbf95f80 (diff) |
cid#1554709 COPY_INSTEAD_OF_MOVE
and
cid#1554745 COPY_INSTEAD_OF_MOVE
cid#1554758 COPY_INSTEAD_OF_MOVE
cid#1554766 COPY_INSTEAD_OF_MOVE
cid#1554771 COPY_INSTEAD_OF_MOVE
cid#1554787 COPY_INSTEAD_OF_MOVE
cid#1554802 COPY_INSTEAD_OF_MOVE
cid#1554820 COPY_INSTEAD_OF_MOVE
cid#1554828 COPY_INSTEAD_OF_MOVE
cid#1554829 COPY_INSTEAD_OF_MOVE
cid#1554832 COPY_INSTEAD_OF_MOVE
cid#1554842 COPY_INSTEAD_OF_MOVE
cid#1554885 COPY_INSTEAD_OF_MOVE
Change-Id: I43ec20250a04dc087f3d7fdeafc75f0c1dd0de25
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170542
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/SvxNotebookbarConfigPage.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/customize/SvxNotebookbarConfigPage.cxx b/cui/source/customize/SvxNotebookbarConfigPage.cxx index a503e4312e9d..da4df844336f 100644 --- a/cui/source/customize/SvxNotebookbarConfigPage.cxx +++ b/cui/source/customize/SvxNotebookbarConfigPage.cxx @@ -316,7 +316,7 @@ void SvxNotebookbarConfigPage::searchNodeandAttribute(std::vector<NotebookbarEnt + " | " + sUIItemId; } aCategoryList.push_back(aCategoryEntry); - aCurItemEntry = aCategoryEntry; + aCurItemEntry = std::move(aCategoryEntry); } else if (sClassId == "svtlo-ManagedMenuButton") { |