basic/qa/vba_tests/formatnumber.vb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
New commits: commit 26378cf9b5d181db5cc6f1027c1f50d0fd4dd5f8 Author: Mike Kaganski <[email protected]> Date: Sat Jun 30 16:45:54 2018 +0200 Small cleanup Change-Id: I0d3cea810b9148859d1c0704e06381f22d7b24c9 Reviewed-on: https://gerrit.libreoffice.org/56762 Tested-by: Jenkins Reviewed-by: Mike Kaganski <[email protected]> diff --git a/basic/qa/vba_tests/formatnumber.vb b/basic/qa/vba_tests/formatnumber.vb index 060d1342cb98..357fd19426f0 100644 --- a/basic/qa/vba_tests/formatnumber.vb +++ b/basic/qa/vba_tests/formatnumber.vb @@ -1,7 +1,6 @@ -Rem Attribute VBA_ModuleType=VBAModule Option VBASupport 1 -Rem Option VBASupport 1 'unREM in .vb file Option Explicit + Dim passCount As Integer Dim failCount As Integer Dim result As String @@ -15,8 +14,6 @@ Else End If End Function - - Function verify_testFormatNumber() As String passCount = 0 @@ -84,4 +81,3 @@ Sub TestLog_ASSERT(assertion As Boolean, Optional testId As String, Optional tes End If End Sub - _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
