diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-10-28 11:42:30 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-11-01 18:04:04 +0100 |
commit | dd3c70cea6d4577d2cd01285c8b5c635a89b7e90 (patch) | |
tree | ae809f4b071ad909b95c617fc3b17d6e10e2ccb0 /wizards | |
parent | 428385fb870eefe5584dd9c59c0df077369759eb (diff) |
Fix typo
Change-Id: Ida6978ed843615504fac7ce0a0a6a08a66f10367
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124320
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/source/sfdocuments/SF_Calc.xba | 4 |
1 files changed, 2 insertions, 2 deletions
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> |