diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-06 19:42:52 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-06 21:17:01 +0200 |
commit | 7c3990c38ddc5e69c89d9cb0c1a521f144e852f7 (patch) | |
tree | f1c5b33d025ec7211a7420a673593d47a2ee641e /include/comphelper/interaction.hxx | |
parent | 46a2b36aefde5de7abeaca230973cf0d47b9a505 (diff) |
loplugin:moveparam in connectivity
Change-Id: Iaf3a64effb69fd82c6303d8fa75723ccc5ced543
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123183
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/comphelper/interaction.hxx')
-rw-r--r-- | include/comphelper/interaction.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/interaction.hxx b/include/comphelper/interaction.hxx index b138023329fb..4c9f61948c80 100644 --- a/include/comphelper/interaction.hxx +++ b/include/comphelper/interaction.hxx @@ -100,7 +100,7 @@ namespace comphelper public: OInteractionRequest(const css::uno::Any& _rRequestDescription); OInteractionRequest(const css::uno::Any& rRequestDescription, - std::vector<css::uno::Reference<css::task::XInteractionContinuation>> const& rContinuations); + std::vector<css::uno::Reference<css::task::XInteractionContinuation>>&& rContinuations); /// add a new continuation void addContinuation(const css::uno::Reference< css::task::XInteractionContinuation >& _rxContinuation); |