summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/optsolver.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-10-11 14:20:53 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-10-11 16:05:49 +0200
commitf477b54e01766fabc0179beec9aa3dc31b5824e2 (patch)
tree99efa8fffed5c397b3dc7974153bb3ffa49c872d /sc/source/ui/inc/optsolver.hxx
parent071c117ba551e579962ff5b70f79cb7934d96c77 (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/source/ui/inc/optsolver.hxx')
-rw-r--r--sc/source/ui/inc/optsolver.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/inc/optsolver.hxx b/sc/source/ui/inc/optsolver.hxx
index d8f3910edca2..538a4a536009 100644
--- a/sc/source/ui/inc/optsolver.hxx
+++ b/sc/source/ui/inc/optsolver.hxx
@@ -71,7 +71,7 @@ class ScOptSolverSave
public:
ScOptSolverSave( const OUString& rObjective, bool bMax, bool bMin, bool bValue,
const OUString& rTarget, const OUString& rVariable,
- const std::vector<ScOptConditionRow>& rConditions,
+ std::vector<ScOptConditionRow>&& rConditions,
const OUString& rEngine,
const css::uno::Sequence<css::beans::PropertyValue>& rProperties );