wizards/source/sfdocuments/SF_FormDocument.xba | 1 - 1 file changed, 1 deletion(-)
New commits: commit 28755b163993a29654a17b6d189273d2ded39873 Author: Jean-Pierre Ledure <[email protected]> AuthorDate: Tue Jul 18 16:31:10 2023 +0200 Commit: Jean-Pierre Ledure <[email protected]> CommitDate: Fri Jul 21 10:41:17 2023 +0200 ScriptForge (SF_FormDocument) fix tdf#156356 Variable not defined Change-Id: I4bbd4b05ca42ccde4b83eb55a1f1ae80ebca9680 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154592 Tested-by: Jean-Pierre Ledure <[email protected]> Reviewed-by: Jean-Pierre Ledure <[email protected]> (cherry picked from commit d1cf6a9b765ae981ef0469835fb05750b66d6204) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154618 diff --git a/wizards/source/sfdocuments/SF_FormDocument.xba b/wizards/source/sfdocuments/SF_FormDocument.xba index a619ac113aa4..29c2bfff8b1c 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
