From af2d15a494b42faf4367096af07c7a2b2d22642e Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 19 Oct 2021 07:56:00 +0200 Subject: 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 --- basic/qa/cppunit/test_vba.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basic') 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