diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-10-19 07:56:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-10-19 09:14:47 +0200 |
commit | af2d15a494b42faf4367096af07c7a2b2d22642e (patch) | |
tree | 609ef161e7196696eb041e2cb5afb8f22b1e2504 /basic/qa | |
parent | 40458226fda358bd90c25ddfe6a9b2cf25b2fcad (diff) |
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 <sbergman@redhat.com>
Diffstat (limited to 'basic/qa')
-rw-r--r-- | basic/qa/cppunit/test_vba.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |