summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-06-30 16:41:17 +0200
committerAndras Timar <andras.timar@collabora.com>2018-07-01 19:33:05 +0200
commit4533037eb8e5423440a07d014cd6c110c71b2b01 (patch)
treea29117e70a0c9c98042284be6455eee8e02dfc1b /basic
parent8df8f70b2fb9adab1e3d67f2bd3ceb2c1944a4a8 (diff)
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.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'basic')
-rw-r--r--basic/qa/vba_tests/formatnumber.vb5
1 files changed, 1 insertions, 4 deletions
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