diff options
author | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-12-28 13:01:22 +0100 |
---|---|---|
committer | Andreas Heinisch <andreas.heinisch@yahoo.de> | 2021-12-28 19:54:58 +0100 |
commit | 565a5fdee3c00b383b4d36180be845d48fd42556 (patch) | |
tree | 914ec6e0fcbda3f44298fd488443b00bfdf8ae06 /basic/qa/cppunit/test_vba.cxx | |
parent | 144e2e6fc56d1d7d24dc19bc31670e28a1675a32 (diff) |
tdf#145960 - Return type of boolean operators should be of type boolean
In addition, added missing vba test to the test routine.
Change-Id: I3ee837e1eab30f10e0a4169d11014f9b6574ad1c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127631
Tested-by: Jenkins
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 87d29f63e464..089da748addb 100644 --- a/basic/qa/cppunit/test_vba.cxx +++ b/basic/qa/cppunit/test_vba.cxx @@ -67,6 +67,7 @@ void VBATest::testMiscVBAFunctions() "array.vb", "asc.vb", "atn.vb", + "booltypename.vb", "cbool.vb", "cdate.vb", "cdbl.vb", |