Kaydet (Commit) 26378cf9 authored tarafından Mike Kaganski's avatar Mike Kaganski

Small cleanup

Change-Id: I0d3cea810b9148859d1c0704e06381f22d7b24c9
Reviewed-on: https://gerrit.libreoffice.org/56762
Tested-by: Jenkins
Reviewed-by: 's avatarMike Kaganski <mike.kaganski@collabora.com>
üst 01f712b6
Rem Attribute VBA_ModuleType=VBAModule
Option VBASupport 1 Option VBASupport 1
Rem Option VBASupport 1 'unREM in .vb file
Option Explicit Option Explicit
Dim passCount As Integer Dim passCount As Integer
Dim failCount As Integer Dim failCount As Integer
Dim result As String Dim result As String
...@@ -15,8 +14,6 @@ Else ...@@ -15,8 +14,6 @@ Else
End If End If
End Function End Function
Function verify_testFormatNumber() As String Function verify_testFormatNumber() As String
passCount = 0 passCount = 0
...@@ -84,4 +81,3 @@ Sub TestLog_ASSERT(assertion As Boolean, Optional testId As String, Optional tes ...@@ -84,4 +81,3 @@ Sub TestLog_ASSERT(assertion As Boolean, Optional testId As String, Optional tes
End If End If
End Sub End Sub
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment