[Libreoffice-commits] core.git: basic/qa
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Wed Dec 30 13:56:25 UTC 2020
basic/qa/cppunit/test_vba.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 97c3280afbb960bd5567bb56af4090fc38030df7
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Wed Dec 30 09:24:44 2020 +0300
Commit: Stephan Bergmann <sbergman at 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 <sbergman at redhat.com>
Reviewed-by: Stephan Bergmann <sbergman at 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;
More information about the Libreoffice-commits
mailing list