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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user