From 198c41c4fe8be4ce8a6ddab43ae0c5f17a4889ac Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 24 Feb 2017 11:22:18 +0200 Subject: new loplugin unoany Change-Id: I5d6c4a67cb2a09e7cd5bd620c6b262d188701b89 Reviewed-on: https://gerrit.libreoffice.org/34714 Tested-by: Jenkins Reviewed-by: Noel Grandin --- stoc/source/security/access_controller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stoc') diff --git a/stoc/source/security/access_controller.cxx b/stoc/source/security/access_controller.cxx index 179ac8015ade..f1714aa97fd3 100644 --- a/stoc/source/security/access_controller.cxx +++ b/stoc/source/security/access_controller.cxx @@ -213,7 +213,7 @@ inline acc_CurrentContext::acc_CurrentContext( { if (xRestriction.is()) { - m_restriction = makeAny( xRestriction ); + m_restriction <<= xRestriction; } // return empty any otherwise on getValueByName(), not null interface } -- cgit