diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-10-05 21:25:44 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-06 10:05:11 +0200 |
commit | e1f630cd762eb99be23045107d3751e1ab91f410 (patch) | |
tree | 9e12253404a38cc64692ecf5cfd2c84ff2cd71b5 /wizards/source | |
parent | a86e015c469142f6cd9089e310699814dd0bd14a (diff) |
Fix typos
Change-Id: I70b570b74c793418ec6e045d454d20107675b9a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157601
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/sfdocuments/SF_Document.xba | 8 |
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> |