summaryrefslogtreecommitdiff
path: root/wizards/source/sfdocuments/SF_Base.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/sfdocuments/SF_Base.xba')
-rw-r--r--wizards/source/sfdocuments/SF_Base.xba10
1 files changed, 1 insertions, 9 deletions
diff --git a/wizards/source/sfdocuments/SF_Base.xba b/wizards/source/sfdocuments/SF_Base.xba
index 8e8dbfb4e27e..1e6395dbfa2c 100644
--- a/wizards/source/sfdocuments/SF_Base.xba
+++ b/wizards/source/sfdocuments/SF_Base.xba
@@ -440,21 +440,13 @@ Public Function Methods() As Variant
''' Return the list of public methods of the Base class as an array
Methods = Array( _
- "Activate" _
- , "CloseDocument" _
- , "CloseFormDocument" _
- , "CreateMenu" _
+ "CloseFormDocument" _
, "FormDocuments" _
, "Forms" _
, "GetDatabase" _
, "IsLoaded" _
, "OpenFormDocument" _
, "PrintOut" _
- , "RemoveMenu" _
- , "RunCommand" _
- , "Save" _
- , "SaveAs" _
- , "SaveCopyAs" _
, "SetPrinter" _
)