summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2021-10-19 07:56:00 +0200
committerStephan Bergmann <sbergman@redhat.com>2021-10-19 09:14:47 +0200
commitaf2d15a494b42faf4367096af07c7a2b2d22642e (patch)
tree609ef161e7196696eb041e2cb5afb8f22b1e2504 /basic
parenttdf#113512 Writer: 1.15 line spacing UNO command (diff)
downloadcore-af2d15a494b42faf4367096af07c7a2b2d22642e.tar.gz
core-af2d15a494b42faf4367096af07c7a2b2d22642e.zip
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')
-rw-r--r--basic/qa/cppunit/test_vba.cxx4
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 )