basic/qa/cppunit/test_vba.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit af2d15a494b42faf4367096af07c7a2b2d22642e
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Oct 19 07:56:00 2021 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Oct 19 09:14:47 2021 +0200

    Fix Windows build
    
    ...after cf3971a9414f52b116c1c21f267128ffa67f171b "Simplify Sequence in b*"
    
    Change-Id: If8650faa7a45258729e54b3df37e9084221babfc
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123792
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx
index e4436632fd84..87d29f63e464 100644
--- a/basic/qa/cppunit/test_vba.cxx
+++ b/basic/qa/cppunit/test_vba.cxx
@@ -232,8 +232,8 @@ void VBATest::testMiscOLEStuff()
 
     uno::Sequence< uno::Any > aArgs
     {
-        makeAny(sPath),
-        makeAny(OUString(o3tl::toU(pODBCDriverName)))
+        uno::makeAny(sPath),
+        uno::makeAny(OUString(o3tl::toU(pODBCDriverName)))
     };
 
     for ( sal_uInt32  i=0; i<SAL_N_ELEMENTS( macroSource ); ++i )

Reply via email to