wizards/source/sfdocuments/SF_FormDocument.xba |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 3480cfdb1e153ff489dcbd3790c3f120fdde13a0
Author:     Jean-Pierre Ledure <j...@ledure.be>
AuthorDate: Tue Jul 18 16:31:10 2023 +0200
Commit:     Jean-Pierre Ledure <j...@ledure.be>
CommitDate: Wed Jul 19 15:08:38 2023 +0200

    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 <j...@ledure.be>
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>

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 = &quot;&quot;
        _HierarchicalName = &quot;&quot;
 End Sub                &apos;  SFDocuments.SF_FormDocument Constructor

Reply via email to