summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdatabases/SF_Database.xba19
1 files changed, 0 insertions, 19 deletions
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
@@ -754,25 +754,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
''' Args: