diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2018-06-30 16:45:54 +0200 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2018-06-30 19:14:18 +0200 |
commit | 26378cf9b5d181db5cc6f1027c1f50d0fd4dd5f8 (patch) | |
tree | 899c04975fde43ba1ea112e587925b0bd7268a4a /basic | |
parent | 01f712b6db1fab72abfe46ee6c3868f8b3cd035c (diff) |
Small cleanup
Change-Id: I0d3cea810b9148859d1c0704e06381f22d7b24c9
Reviewed-on: https://gerrit.libreoffice.org/56762
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'basic')
-rw-r--r-- | basic/qa/vba_tests/formatnumber.vb | 6 |
1 files changed, 1 insertions, 5 deletions
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 - |