basic/qa/vba_tests/stringplusdouble.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 21c1f1701fe11a87b4e65991aab1911185ea9d48 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Aug 17 17:41:30 2020 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Wed Aug 19 16:31:56 2020 +0200 Fix typo in code Change-Id: Ie8ebbfd9bdf5916d50161fdf39de963730f051a8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100868 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> Reviewed-by: Noel Grandin <[email protected]> diff --git a/basic/qa/vba_tests/stringplusdouble.vb b/basic/qa/vba_tests/stringplusdouble.vb index cfe4a5bc6cf3..7d416709a4c0 100644 --- a/basic/qa/vba_tests/stringplusdouble.vb +++ b/basic/qa/vba_tests/stringplusdouble.vb @@ -275,7 +275,7 @@ Sub test2() MsgBox d End Sub -Sub testBolean() +Sub testBoolean() Dim a As String Dim b As Boolean Dim c As Boolean _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
