[Libreoffice-commits] core.git: wizards/source

Jean-Pierre Ledure (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 20 14:41:23 UTC 2021


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

New commits:
commit 627f467336ca9d7a456d249d5662d27eb3e90a9a
Author:     Jean-Pierre Ledure <jp at ledure.be>
AuthorDate: Tue Apr 20 15:05:59 2021 +0200
Commit:     Jean-Pierre Ledure <jp at 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 <jp at ledure.be>
    Tested-by: Jenkins
    Reviewed-by: Jean-Pierre Ledure <jp at 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	'	SFDatabases.SF_Database.GetColumnValue
 
-REM -----------------------------------------------------------------------------
-Public Sub _Initialize()
-'''	Complete the object creation process:
-'''		- Initialization of private members
-'''		- Creation of the dialog graphical interface
-'''		- Addition of the new object in the Dialogs buffer
-
-Try:
-	'	Create the graphical interface
-	Set _DialogControl = CreateUnoDialog(_DialogProvider)
-	Set _DialogModel = _DialogControl.Model
-
-	'	Add dialog reference to cache
-	_CacheIndex = SF_Register._AddDialogToCache(_DialogControl, [Me])
-	85
-Finally:
-	Exit Sub
-End Sub			'	SFDatabases.SF_Database._Initialize
-
 REM -----------------------------------------------------------------------------
 Private Function _PropertyGet(Optional ByVal psProperty As String) As Variant
 '''	Return the value of the named property


More information about the Libreoffice-commits mailing list