| commit | 3480cfdb1e153ff489dcbd3790c3f120fdde13a0 | [log] |
|---|---|---|
| author | Jean-Pierre Ledure <jp@ledure.be> | Tue Jul 18 16:31:10 2023 +0200 |
| committer | Jean-Pierre Ledure <jp@ledure.be> | Wed Jul 19 15:08:38 2023 +0200 |
| tree | 73ea076a2b272252db19a142aa42e386712c7bd1 | |
| 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>
diff --git a/wizards/source/sfdocuments/SF_FormDocument.xba b/wizards/source/sfdocuments/SF_FormDocument.xba index ddddca2..4270c08 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