wizards/source/sfdocuments/SF_Writer.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit cc9fbb8a5f8b9e224f9a822b78f9f8f6af684642 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Aug 15 13:30:43 2024 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Aug 15 14:17:34 2024 +0200 Fix typo Change-Id: Ib6cd9cceb41e7b741907cbdc05fe485004568ea7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171903 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdocuments/SF_Writer.xba b/wizards/source/sfdocuments/SF_Writer.xba index 1ff52244533d..d71df30135cc 100644 --- a/wizards/source/sfdocuments/SF_Writer.xba +++ b/wizards/source/sfdocuments/SF_Writer.xba @@ -111,7 +111,7 @@ Type _TextRange TargetName As String ' Name of Frame or Table or ... TargetCell As String ' Cell TargetObject As Object ' Field, TableCell, Section, ... object - Offset As Long ' Number of utems to right (+)or to left (-) + Offset As Long ' Number of items to right (+) or to left (-) StartPoint As Boolean ' When True, vertical bar before target EndPoint As Boolean ' When True, vertical bar after target Anchor As Object ' com.sun.star.text.XTextRange @@ -1166,4 +1166,4 @@ Private Function _Repr() As String End Function ' SFDocuments.SF_Writer._Repr REM ============================================ END OF SFDOCUMENTS.SF_WRITER -</script:module> \ No newline at end of file +</script:module>