summaryrefslogtreecommitdiff
path: root/wizards/source/access2base/Root_.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/access2base/Root_.xba')
-rw-r--r--wizards/source/access2base/Root_.xba6
1 files changed, 6 insertions, 0 deletions
diff --git a/wizards/source/access2base/Root_.xba b/wizards/source/access2base/Root_.xba
index df295f8ca53a..ce82e7d43b7d 100644
--- a/wizards/source/access2base/Root_.xba
+++ b/wizards/source/access2base/Root_.xba
@@ -25,6 +25,9 @@ Private TraceLogs() As Variant
Private TraceLogCount As Integer
Private TraceLogLast As Integer
Private TraceLogMaxEntries As Integer
+Private LastErrorCode As Integer
+Private ErrorText As String
+Private ErrorLongText As String
Private CalledSub As String
Private DebugPrintShort As Boolean
Private Introspection As Object ' com.sun.star.beans.Introspection
@@ -50,6 +53,9 @@ Private Sub Class_Initialize()
TraceLogCount = 0
TraceLogLast = 0
TraceLogMaxEntries = 0
+ LastErrorCode = 0
+ ErrorText = ""
+ ErrorLongText = ""
CalledSub = ""
DebugPrintShort = True
Locale = L10N._GetLocale()