summaryrefslogtreecommitdiff
path: root/basic/qa/vba_tests/monthname.vb
diff options
context:
space:
mode:
Diffstat (limited to 'basic/qa/vba_tests/monthname.vb')
-rw-r--r--basic/qa/vba_tests/monthname.vb2
1 files changed, 0 insertions, 2 deletions
diff --git a/basic/qa/vba_tests/monthname.vb b/basic/qa/vba_tests/monthname.vb
index 0db37d296e92..fe90f14dba01 100644
--- a/basic/qa/vba_tests/monthname.vb
+++ b/basic/qa/vba_tests/monthname.vb
@@ -23,8 +23,6 @@ Function verify_testMonthName() 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 MonthName function"
On Error GoTo errorHandler