diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-05-29 19:47:34 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-05-30 01:19:45 +0200 |
commit | dc36d07d9e5e1c70c0e7bdc9adede5a10e4413f1 (patch) | |
tree | 09192143d909c45141f5a7d972fdd1e0d1bc01c5 /basic/qa/vba_tests/isnull.vb | |
parent | a87d79a1fae8af3fafdbc1b6d5e0f3adc454d4bf (diff) |
basic: Drop unused variables in test scripts
Change-Id: I9893e8bed254dcac91fbc7abb5ab4817a28ba339
Reviewed-on: https://gerrit.libreoffice.org/38133
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'basic/qa/vba_tests/isnull.vb')
-rw-r--r-- | basic/qa/vba_tests/isnull.vb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/qa/vba_tests/isnull.vb b/basic/qa/vba_tests/isnull.vb index 42a3cc2b156a..145294f6d961 100644 --- a/basic/qa/vba_tests/isnull.vb +++ b/basic/qa/vba_tests/isnull.vb @@ -23,8 +23,6 @@ Function verify_testIsNull() As String result = "Test Results" & Chr$(10) & "============" & Chr$(10) Dim testName As String - Dim TestDateTime As Date - Dim TestStr As String Dim date1, date2 testName = "Test IsNull function" On Error GoTo errorHandler |