summaryrefslogtreecommitdiff
path: root/wizards/source/sfdocuments/SF_Document.xba
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/source/sfdocuments/SF_Document.xba')
-rw-r--r--wizards/source/sfdocuments/SF_Document.xba4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizards/source/sfdocuments/SF_Document.xba b/wizards/source/sfdocuments/SF_Document.xba
index 7b66600794a9..b4d3edbe915a 100644
--- a/wizards/source/sfdocuments/SF_Document.xba
+++ b/wizards/source/sfdocuments/SF_Document.xba
@@ -16,13 +16,13 @@ Option Explicit
''' ===========
'''
''' The SFDocuments library gathers a number of methods and properties making easy
-''' the management and several manipulations of LibreOffice documents
+''' managing and manipulating LibreOffice documents
'''
''' Some methods are generic for all types of documents: they are combined in the
''' current SF_Document module
''' - saving, closing documents
''' - accessing their standard or custom properties
-''' Specific properties and methods are implemented in the concerned subclass(es) SF_Calc, SF_Writer, ...
+''' Specific properties and methods are implemented in the concerned subclass(es) SF_Calc, SF_Base, ...
'''
''' Documents might contain forms. The current service gives access to the "SFDocuments.Form" service
'''