diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-07-19 08:24:21 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-07-19 14:53:52 +0200 |
commit | 95100bd7326131c519ce98f4c14d3a676bb24fc4 (patch) | |
tree | 85c29fe00fb5f3930cc2c92a5780480ac379b719 /cui | |
parent | 3a018f568beab436ea360bbb24d9730973d1d531 (diff) |
cid#1609598 COPY_INSTEAD_OF_MOVE
and
cid#1554697 COPY_INSTEAD_OF_MOVE
cid#1554709 COPY_INSTEAD_OF_MOVE
cid#1554764 COPY_INSTEAD_OF_MOVE
cid#1554804 COPY_INSTEAD_OF_MOVE
cid#1554821 COPY_INSTEAD_OF_MOVE
cid#1554833 COPY_INSTEAD_OF_MOVE
Change-Id: I3ee0bf523b1c8dfde3674ac5088abe5182cbfb34
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170720
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 da4df844336f..68d53b680a41 100644 --- a/cui/source/customize/SvxNotebookbarConfigPage.cxx +++ b/cui/source/customize/SvxNotebookbarConfigPage.cxx @@ -299,7 +299,7 @@ void SvxNotebookbarConfigPage::searchNodeandAttribute(std::vector<NotebookbarEnt aCategoryEntry.sClassType = sClassId; aCategoryList.push_back(aCategoryEntry); - aCurItemEntry = aCategoryEntry; + aCurItemEntry = std::move(aCategoryEntry); } else if (sClassId == "sfxlo-PriorityMergedHBox") { |