diff options
author | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2022-01-07 10:19:28 +0100 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2022-01-08 11:48:32 +0100 |
commit | 35aa82ef1c8047087e7eb76fe5abccbe48fbac1e (patch) | |
tree | ec09141425aa5dd197316424d4c58eaf90ab1532 /basic/qa/cppunit/test_vba.cxx | |
parent | d0445802a86d67b55b5e333a4c815d062b5e6036 (diff) |
tdf#145693 - Argument name should be 'charcode' instead of 'string'
In addition, changed argument datatype from Int to Long.
Change-Id: I702e09b6b8061d7cf00dd403e4681a0ab348d4c5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128100
Tested-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'basic/qa/cppunit/test_vba.cxx')
-rw-r--r-- | basic/qa/cppunit/test_vba.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basic/qa/cppunit/test_vba.cxx b/basic/qa/cppunit/test_vba.cxx index 089da748addb..818ba1c5f4c0 100644 --- a/basic/qa/cppunit/test_vba.cxx +++ b/basic/qa/cppunit/test_vba.cxx @@ -63,6 +63,7 @@ void VBATest::testMiscVBAFunctions() "replace.vb", "stringplusdouble.vb", "chr.vb", + "chrw.vb", "abs.vb", "array.vb", "asc.vb", |