From 6af0da482d8d387f181cb9c2cf9301859c9683cb Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 10 Oct 2021 17:31:04 +0200 Subject: loplugin:moveparam in editeng Change-Id: I08aed09b0acd283d700bdf75f650e93dba7c7b85 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123341 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svx/AccessibleTextHelper.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx') diff --git a/include/svx/AccessibleTextHelper.hxx b/include/svx/AccessibleTextHelper.hxx index d57736e14f26..45592748f5ed 100644 --- a/include/svx/AccessibleTextHelper.hxx +++ b/include/svx/AccessibleTextHelper.hxx @@ -258,7 +258,7 @@ public: This function has to be called before querying for any children (e.g. with GetChild()). */ - void SetAdditionalChildStates(const VectorOfStates& rChildStates); + void SetAdditionalChildStates(VectorOfStates&& rChildStates); /** Update the visible children -- cgit