summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_theextmgr.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-10-11 13:53:51 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-11 15:13:39 +0200
commitebb636473f6813a151dda07e4c2ae0960e684b2b (patch)
tree6819213d7cb3debbb69114a5729d8386f2761dfa /desktop/source/deployment/gui/dp_gui_theextmgr.cxx
parent433492d50a1db601b0c2b7e375cead5f59910a31 (diff)
loplugin:moveparam in desktop
Change-Id: Ie96a3887876bf9a0bb13ae4a69d1685186a4e9b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123384 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'desktop/source/deployment/gui/dp_gui_theextmgr.cxx')
-rw-r--r--desktop/source/deployment/gui/dp_gui_theextmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx
index 8e7efa8cc0d6..6d39433a8f27 100644
--- a/desktop/source/deployment/gui/dp_gui_theextmgr.cxx
+++ b/desktop/source/deployment/gui/dp_gui_theextmgr.cxx
@@ -230,7 +230,7 @@ void TheExtensionManager::checkUpdates()
}
}
- m_xExecuteCmdQueue->checkForUpdates( vEntries );
+ m_xExecuteCmdQueue->checkForUpdates( std::move(vEntries) );
}