basic/qa/cppunit/test_vba.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 97c3280afbb960bd5567bb56af4090fc38030df7 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Wed Dec 30 09:24:44 2020 +0300 Commit: Stephan Bergmann <sberg...@redhat.com> CommitDate: Wed Dec 30 14:55:44 2020 +0100 Fix build after 042033f1e6da22616cb76c8d950c20c9efecbad5 Change-Id: Ifca32f434442f7838aae6f47dc2831dfa6a3f5db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108496 Tested-by: Stephan Bergmann <sberg...@redhat.com> Reviewed-by: Stephan Bergmann <sberg...@redhat.com> diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx index a38e4ceaab16..9a3cbe8baab9 100644 --- a/basic/qa/cppunit/test_vba.cxx +++ b/basic/qa/cppunit/test_vba.cxx @@ -221,11 +221,11 @@ void VBATest::testMiscOLEStuff() "ole_ObjAssignToNothing.vb", }; - OUString sMacroPathURL = m_directories.getURLFromSrc("/basic/qa/vba_tests/"); + OUString sMacroPathURL = m_directories.getURLFromSrc(u"/basic/qa/vba_tests/"); uno::Sequence< uno::Any > aArgs(2); // path to test document - OUString sPath = m_directories.getPathFromSrc("/basic/qa/vba_tests/data/ADODBdata.xls"); + OUString sPath = m_directories.getPathFromSrc(u"/basic/qa/vba_tests/data/ADODBdata.xls"); sPath = sPath.replaceAll( "/", "\\" ); aArgs[ 0 ] <<= sPath; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits