wizards/source/scriptforge/python/scriptforge.pyi | 2 +- wizards/source/sfdocuments/SF_Calc.xba | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit b96c634d3190dc5441548be1752da13c47d293fd Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Feb 19 14:19:19 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Feb 19 18:39:42 2025 +0100 Fix typo Change-Id: I4a956e71e54051da58ef75e936106ba21bf501d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181894 Reviewed-by: Julien Nabet <serval2...@yahoo.fr> Tested-by: Jenkins diff --git a/wizards/source/scriptforge/python/scriptforge.pyi b/wizards/source/scriptforge/python/scriptforge.pyi index 802853c39ebe..fcbd957a6882 100644 --- a/wizards/source/scriptforge/python/scriptforge.pyi +++ b/wizards/source/scriptforge/python/scriptforge.pyi @@ -5159,7 +5159,7 @@ class SFDocuments: - T Top outer line - R Right outer line - H Horizontal inner line - - V Verical inner line + - V Vertical inner line - U diagonal bottom-Up line - D diagonal top-Down line commit 595165ea76afc5bd552e5bc7e0185cd0ceca966e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Feb 19 14:18:38 2025 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Wed Feb 19 18:39:29 2025 +0100 Fix typo Change-Id: Ia88014fd1eb18d3fb828a748aa890479a7a3272a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181893 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdocuments/SF_Calc.xba b/wizards/source/sfdocuments/SF_Calc.xba index d0011644dc6c..a3654da7e813 100644 --- a/wizards/source/sfdocuments/SF_Calc.xba +++ b/wizards/source/sfdocuments/SF_Calc.xba @@ -1974,7 +1974,7 @@ Dim vRanges() As Variant ' Array of subranges resulting from the applicati Dim oFRange As Object ' A single element of vRanges Dim oNumberFormats As Object ' com.sun.star.util.XNumberFormats Dim oLocale As Object ' com.sun.star.lang.Locale -Dim bNew As Boolean ' When True, the requested format doen't exist yet +Dim bNew As Boolean ' When True, the requested format doesn't exist yet Dim lFormatID As Long ' The format key in the list of number formats Const cstThisSub = "SFDocuments.Calc.FormatRange" @@ -5403,4 +5403,4 @@ CatchSheet: End Function ' SFDocuments.SF_Calc._ValidateSheetName REM ============================================ END OF SFDOCUMENTS.SF_CALC -</script:module> \ No newline at end of file +</script:module>