sccomp/qa/unit/SwarmSolverTest.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e4f1a6ba19f14f39dc45fff20b2f15adf2db04ee
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue May 3 23:24:38 2022 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Wed May 4 08:36:09 2022 +0200

    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 <sberg...@redhat.com>

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

Reply via email to