From e4f1a6ba19f14f39dc45fff20b2f15adf2db04ee Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 3 May 2022 23:24:38 +0200 Subject: Just use Any ctor instead of makeAny in sccomp Change-Id: I4872a74604b97ba68a7db10c2980fc32605bc492 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133787 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sccomp/qa/unit/SwarmSolverTest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sccomp') diff --git a/sccomp/qa/unit/SwarmSolverTest.cxx b/sccomp/qa/unit/SwarmSolverTest.cxx index 966f9c673fc5..2503090514a9 100644 --- a/sccomp/qa/unit/SwarmSolverTest.cxx +++ b/sccomp/qa/unit/SwarmSolverTest.cxx @@ -275,7 +275,7 @@ void SwarmSolverTest::testMultipleVariables() uno::UNO_QUERY_THROW); uno::Reference xPropSet(xSolver, uno::UNO_QUERY_THROW); - xPropSet->setPropertyValue("Integer", uno::makeAny(true)); + xPropSet->setPropertyValue("Integer", uno::Any(true)); table::CellAddress aObjective(0, 5, 7); -- cgit