summaryrefslogtreecommitdiff
path: root/binaryurp/source/incomingrequest.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-10-08 09:13:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-08 17:10:07 +0200
commit953d8429c9c92ced2e3cb1222cadc29b6f1ef550 (patch)
treecc01e0e1f27e806657035ca361885b7f4450b79c /binaryurp/source/incomingrequest.hxx
parente2ecb9a50acb7ab7c3287403104c6256d4369816 (diff)
loplugin:moveparam in binaryurp
Change-Id: Ia69e2307872813ede3339c0e9fbe1f2ae6a3508a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123246 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'binaryurp/source/incomingrequest.hxx')
-rw-r--r--binaryurp/source/incomingrequest.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryurp/source/incomingrequest.hxx b/binaryurp/source/incomingrequest.hxx
index 6a79126b4f65..0423a04b6728 100644
--- a/binaryurp/source/incomingrequest.hxx
+++ b/binaryurp/source/incomingrequest.hxx
@@ -49,7 +49,7 @@ public:
com::sun::star::uno::TypeDescription const & type,
sal_uInt16 functionId, bool synchronous,
com::sun::star::uno::TypeDescription const & member, bool setter,
- std::vector< BinaryAny > const & inArguments, bool currentContextMode,
+ std::vector< BinaryAny >&& inArguments, bool currentContextMode,
com::sun::star::uno::UnoInterfaceReference const & currentContext);
~IncomingRequest();