From 627f467336ca9d7a456d249d5662d27eb3e90a9a Mon Sep 17 00:00:00 2001 From: Jean-Pierre Ledure Date: Tue, 20 Apr 2021 15:05:59 +0200 Subject: ScriptForge - (SF_Database) Remove unused code Change-Id: I85f7f1f870078aa18f28402e24b55422a10eea0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114338 Tested-by: Jean-Pierre Ledure Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure --- wizards/source/sfdatabases/SF_Database.xba | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'wizards') 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 -- cgit