diff options
author | Jean-Pierre Ledure <jp@ledure.be> | 2023-07-18 16:31:10 +0200 |
---|---|---|
committer | Jean-Pierre Ledure <jp@ledure.be> | 2023-07-19 15:08:38 +0200 |
commit | 3480cfdb1e153ff489dcbd3790c3f120fdde13a0 (patch) | |
tree | 73ea076a2b272252db19a142aa42e386712c7bd1 /wizards | |
parent | 7835f97113460922cfe14685baa7bcaea2de736a (diff) |
ScriptForge (FormDocument) fix tdf#156356 Variable not defined
Change-Id: I4bbd4b05ca42ccde4b83eb55a1f1ae80ebca9680
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154592
Tested-by: Jean-Pierre Ledure <jp@ledure.be>
Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdocuments/SF_FormDocument.xba | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wizards/source/sfdocuments/SF_FormDocument.xba b/wizards/source/sfdocuments/SF_FormDocument.xba index ddddca2f8e70..4270c08e2907 100644 --- a/wizards/source/sfdocuments/SF_FormDocument.xba +++ b/wizards/source/sfdocuments/SF_FormDocument.xba @@ -103,7 +103,6 @@ Private Sub Class_Initialize() Set _BaseComponent = Nothing Set _FormDocument = Nothing Set _DataSource = Nothing - Set _Database = Nothing _PersistentName = "" _HierarchicalName = "" End Sub ' SFDocuments.SF_FormDocument Constructor |