wizards/source/sfdatabases/SF_Database.xba |   19 -------------------
 1 file changed, 19 deletions(-)

New commits:
commit 627f467336ca9d7a456d249d5662d27eb3e90a9a
Author:     Jean-Pierre Ledure <j...@ledure.be>
AuthorDate: Tue Apr 20 15:05:59 2021 +0200
Commit:     Jean-Pierre Ledure <j...@ledure.be>
CommitDate: Tue Apr 20 16:36:48 2021 +0200

    ScriptForge - (SF_Database) Remove unused code
    
    Change-Id: I85f7f1f870078aa18f28402e24b55422a10eea0a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114338
    Tested-by: Jean-Pierre Ledure <j...@ledure.be>
    Tested-by: Jenkins
    Reviewed-by: Jean-Pierre Ledure <j...@ledure.be>

diff --git a/wizards/source/sfdatabases/SF_Database.xba 
b/wizards/source/sfdatabases/SF_Database.xba
index d76ae575cc6e..47f86935cff4 100644
--- a/wizards/source/sfdatabases/SF_Database.xba
+++ b/wizards/source/sfdatabases/SF_Database.xba
@@ -753,25 +753,6 @@ Const cstMaxBinlength = 2 * 65535
        
 End Function   &apos;  SFDatabases.SF_Database.GetColumnValue
 
-REM 
-----------------------------------------------------------------------------
-Public Sub _Initialize()
-&apos;&apos;&apos;     Complete the object creation process:
-&apos;&apos;&apos;             - Initialization of private members
-&apos;&apos;&apos;             - Creation of the dialog graphical interface
-&apos;&apos;&apos;             - Addition of the new object in the Dialogs 
buffer
-
-Try:
-       &apos;  Create the graphical interface
-       Set _DialogControl = CreateUnoDialog(_DialogProvider)
-       Set _DialogModel = _DialogControl.Model
-
-       &apos;  Add dialog reference to cache
-       _CacheIndex = SF_Register._AddDialogToCache(_DialogControl, [Me])
-       85
-Finally:
-       Exit Sub
-End Sub                        &apos;  SFDatabases.SF_Database._Initialize
-
 REM 
-----------------------------------------------------------------------------
 Private Function _PropertyGet(Optional ByVal psProperty As String) As Variant
 &apos;&apos;&apos;     Return the value of the named property
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to