summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorJean-Pierre Ledure <jp@ledure.be>2021-04-20 15:05:59 +0200
committerJean-Pierre Ledure <jp@ledure.be>2021-04-20 16:36:48 +0200
commit627f467336ca9d7a456d249d5662d27eb3e90a9a (patch)
treed4282a858385c5bc3c9ee27d3f9cfac26e36e750 /wizards
parent89b99c600078a4c2903f06554b80f17d88318a19 (diff)
ScriptForge - (SF_Database) Remove unused code
Change-Id: I85f7f1f870078aa18f28402e24b55422a10eea0a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114338 Tested-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
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 &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
&apos;&apos;&apos; Args: