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 <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2022-05-03 23:24:38 +02:00
parent ae8f735965
commit e4f1a6ba19

View File

@@ -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);