wizards/source/sfdocuments/SF_Calc.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit dd3c70cea6d4577d2cd01285c8b5c635a89b7e90 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Thu Oct 28 11:42:30 2021 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Nov 1 18:04:04 2021 +0100 Fix typo Change-Id: Ida6978ed843615504fac7ce0a0a6a08a66f10367 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124320 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/wizards/source/sfdocuments/SF_Calc.xba b/wizards/source/sfdocuments/SF_Calc.xba index 6fc937c93637..38ef4e843cef 100644 --- a/wizards/source/sfdocuments/SF_Calc.xba +++ b/wizards/source/sfdocuments/SF_Calc.xba @@ -235,7 +235,7 @@ End Property ' SFDocuments.SF_Calc.Range REM ----------------------------------------------------------------------------- Property Get Region(Optional ByVal RangeName As Variant) As String ''' Returns the smallest area as a range string that contains the given range -''' and which is compeletely surrounded with empty cells +''' and which is completely surrounded with empty cells Region = _PropertyGet("Region", RangeName) End Property ' SFDocuments.SF_Calc.Region @@ -3736,4 +3736,4 @@ CatchDuplicate: End Function ' SFDocuments.SF_Calc._ValidateSheet REM ============================================ END OF SFDOCUMENTS.SF_CALC -</script:module> \ No newline at end of file +</script:module>