wizards/source/sfdocuments/SF_Document.xba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a86e015c469142f6cd9089e310699814dd0bd14a Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Oct 5 21:26:07 2023 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Fri Oct 6 10:04:23 2023 +0200 Fix typo Change-Id: I0ece1c462f3b493273cf70e32a78b718f0255ed7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157602 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdocuments/SF_Document.xba b/wizards/source/sfdocuments/SF_Document.xba index ebfa7a405860..b69ce10515e8 100644 --- a/wizards/source/sfdocuments/SF_Document.xba +++ b/wizards/source/sfdocuments/SF_Document.xba @@ -1878,7 +1878,7 @@ Public Sub _ImportStylesFromFile(Optional FileName As Variant _ ''' Overwrite: when True, the actual styles may be overwritten. Defailt = False ''' Returns: ''' Exceptions: -''' UNKNOWNFILEERROR The fiven file name does not exist +''' UNKNOWNFILEERROR The given file name does not exist ''' Example: ''' oDoc.ImportStylesFromFile("C:\...\abc.odt", Families := "ParagraphStyles", Overwrite := True)