VBA test - add RATE, RGB functions

Change-Id: I284597a54067049479c56d6e6eea6322f0e3ee2b
Reviewed-on: https://gerrit.libreoffice.org/39377
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
This commit is contained in:
Zdeněk Crhonek
2017-06-29 06:18:30 +02:00
committed by Zdenek Crhonek
parent bae1367708
commit ad17c13cf1
3 changed files with 158 additions and 0 deletions

View File

@@ -115,6 +115,8 @@ void VBATest::testMiscVBAFunctions()
"ppmt.vb",
"pv.vb",
"qbcolor.vb",
"rate.vb",
"rgb.vb",
#ifndef WIN32 // missing 64bit Currency marshalling.
"win32compat.vb", // windows compatibility hooks.
#endif