basic/qa/vba_tests/formatnumber.vb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 4533037eb8e5423440a07d014cd6c110c71b2b01 Author: Mike Kaganski <mike.kagan...@collabora.com> Date: Sat Jun 30 16:41:17 2018 +0200 Option VBASupport should be the first line in the file Change-Id: Id2766594ff3bddeed080ef5f7923702ee2e5d417 Reviewed-on: https://gerrit.libreoffice.org/56761 Reviewed-by: Andras Timar <andras.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@collabora.com> diff --git a/basic/qa/vba_tests/formatnumber.vb b/basic/qa/vba_tests/formatnumber.vb index 060d1342cb98..bb7d7f4d2752 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits