diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-11 14:20:53 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-10-11 16:05:49 +0200 |
commit | f477b54e01766fabc0179beec9aa3dc31b5824e2 (patch) | |
tree | 99efa8fffed5c397b3dc7974153bb3ffa49c872d /sc/inc/addincol.hxx | |
parent | 071c117ba551e579962ff5b70f79cb7934d96c77 (diff) |
loplugin:moveparam in sc
Change-Id: I4b9d45a6b0231841a5fe00d0193a8530b9e05559
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123389
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/addincol.hxx')
-rw-r--r-- | sc/inc/addincol.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/addincol.hxx b/sc/inc/addincol.hxx index 98001ba46ef5..b2797fd9c01d 100644 --- a/sc/inc/addincol.hxx +++ b/sc/inc/addincol.hxx @@ -129,7 +129,7 @@ public: const css::uno::Any& rNewObj ); void SetArguments( tools::Long nNewCount, const ScAddInArgDesc* pNewDescs ); void SetCallerPos( tools::Long nNewPos ); - void SetCompNames( const ::std::vector< LocalizedName >& rNew ); + void SetCompNames( ::std::vector< LocalizedName >&& rNew ); }; class SC_DLLPUBLIC ScUnoAddInCollection |