summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sccomp/qa/unit/SwarmSolverTest.cxx2
1 files changed, 1 insertions, 1 deletions
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<beans::XPropertySet> xPropSet(xSolver, uno::UNO_QUERY_THROW);
- xPropSet->setPropertyValue("Integer", uno::makeAny(true));
+ xPropSet->setPropertyValue("Integer", uno::Any(true));
table::CellAddress aObjective(0, 5, 7);