summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filinsreq.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-10-06 19:42:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-06 21:17:01 +0200
commit7c3990c38ddc5e69c89d9cb0c1a521f144e852f7 (patch)
treef1c5b33d025ec7211a7420a673593d47a2ee641e /ucb/source/ucp/file/filinsreq.cxx
parent46a2b36aefde5de7abeaca230973cf0d47b9a505 (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 'ucb/source/ucp/file/filinsreq.cxx')
-rw-r--r--ucb/source/ucp/file/filinsreq.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/file/filinsreq.cxx b/ucb/source/ucp/file/filinsreq.cxx
index e64fbe807548..3e20f8bee68e 100644
--- a/ucb/source/ucp/file/filinsreq.cxx
+++ b/ucb/source/ucp/file/filinsreq.cxx
@@ -77,7 +77,7 @@ XInteractionRequestImpl::XInteractionRequestImpl(
aAny <<= excep;
}
- m_xRequest.set(new ::comphelper::OInteractionRequest(aAny, continuations));
+ m_xRequest.set(new ::comphelper::OInteractionRequest(aAny, std::move(continuations)));
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */