summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
Diffstat (limited to 'wizards')
-rw-r--r--wizards/source/sfdocuments/SF_Document.xba8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/source/sfdocuments/SF_Document.xba b/wizards/source/sfdocuments/SF_Document.xba
index b69ce10515e8..6382b7c62827 100644
--- a/wizards/source/sfdocuments/SF_Document.xba
+++ b/wizards/source/sfdocuments/SF_Document.xba
@@ -1504,7 +1504,7 @@ Public Function Styles(Optional ByVal Family As Variant _
''' vStyles = doc.Styles("ParagraphStyles", Used := False, UserDefined := True)
''' ' All user-defined styles that are not used
''' vStyles = doc.Styles("ParagraphStyles", ParentStyle := "Standard")
-''' ' All styles dervived from the "Default Paragraph Style"
+''' ' All styles derived from the "Default Paragraph Style"
Dim vStyles As Variant ' Return value
Dim sStyle As String ' A single style name
@@ -1777,7 +1777,7 @@ Dim i As Integer
Const cstCAT0 = "TEXT" ' is applied to styles that are used for common text
Const cstCAT1 = "CHAPTER" ' is applied to styles that are used as headings
-Const cstCAT2 = "LIST" ' is applied to styles that used in numberings and lists
+Const cstCAT2 = "LIST" ' is applied to styles that are used in numberings and lists
Const cstCAT3 = "INDEX" ' is applied to styles that are used in indexes
Const cstCAT4 = "EXTRA" ' is applied to styles that are used in special regions like headers, footers, and footnote text
Const cstCAT5 = "HTML" ' is applied to styles that are used to support HTML
@@ -1875,7 +1875,7 @@ Public Sub _ImportStylesFromFile(Optional FileName As Variant _
''' The file is presumed to be of the same document type as the actual document
''' Families: one of the style families present in the actual document, as a case-sensitive string
''' or an array of such strings. Default = all families
-''' Overwrite: when True, the actual styles may be overwritten. Defailt = False
+''' Overwrite: when True, the actual styles may be overwritten. Default = False
''' Returns:
''' Exceptions:
''' UNKNOWNFILEERROR The given file name does not exist
@@ -2138,4 +2138,4 @@ Private Function _Repr() As String
End Function ' SFDocuments.SF_Document._Repr
REM ============================================ END OF SFDOCUMENTS.SF_DOCUMENT
-</script:module> \ No newline at end of file
+</script:module>