summaryrefslogtreecommitdiff
path: root/wizards/source/sfdocuments/SF_Writer.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/sfdocuments/SF_Writer.xba')
-rw-r--r--wizards/source/sfdocuments/SF_Writer.xba12
1 files changed, 1 insertions, 11 deletions
diff --git a/wizards/source/sfdocuments/SF_Writer.xba b/wizards/source/sfdocuments/SF_Writer.xba
index 9d2234637dd4..12d3136df65f 100644
--- a/wizards/source/sfdocuments/SF_Writer.xba
+++ b/wizards/source/sfdocuments/SF_Writer.xba
@@ -217,18 +217,8 @@ Public Function Methods() As Variant
''' Return the list of public methods of the Writer service as an array
Methods = Array( _
- "Activate" _
- , "CloseDocument" _
- , "CreateMenu" _
- , "ExportAsPDF" _
- , "Forms" _
+ "Forms" _
, "PrintOut" _
- , "RemoveMenu" _
- , "RunCommand" _
- , "Save" _
- , "SaveAs" _
- , "SaveCopyAs" _
- , "SetPrinter" _
)
End Function ' SFDocuments.SF_Writer.Methods