diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2024-08-18 02:31:00 +0500 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2024-08-18 09:08:49 +0200 |
commit | afb46ee8803a04664f26da3e1f8f88a75d92cb7f (patch) | |
tree | 6c7f7d0f25b76123f44a298b1dbbc62190191903 /basic/qa/cppunit/test_vba.cxx | |
parent | 4e1ee0ba1dd6b2de4ff78b8fb7daa72b40bb940a (diff) |
tdf#150458: evaluate for loop's end and step once in VBA support mode
As required by [MS-VBAL], and actual VBA implementation.
It is a question if we also need to change it likewise in other
modes (normal, compatible) - see tdf#150460.
Change-Id: I1e83d57fe4be3bf264a64fe977909cf7684bc798
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172005
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
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 7b0ca79ce887..e3082d40e02a 100644 --- a/basic/qa/cppunit/test_vba.cxx +++ b/basic/qa/cppunit/test_vba.cxx @@ -90,6 +90,7 @@ void VBATest::testMiscVBAFunctions() "gosub_goto.vb", "hex.vb", "hour.vb", + "for.vb", "formatnumber.vb", "formatpercent.vb", "if.vb", |