summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-10-28 11:42:30 +0200
committerJulien Nabet <serval2412@yahoo.fr>2021-11-01 18:04:04 +0100
commitdd3c70cea6d4577d2cd01285c8b5c635a89b7e90 (patch)
treeae809f4b071ad909b95c617fc3b17d6e10e2ccb0 /wizards
parent428385fb870eefe5584dd9c59c0df077369759eb (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.xba4
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 &apos; SFDocuments.SF_Calc.Range
REM -----------------------------------------------------------------------------
Property Get Region(Optional ByVal RangeName As Variant) As String
&apos;&apos;&apos; Returns the smallest area as a range string that contains the given range
-&apos;&apos;&apos; and which is compeletely surrounded with empty cells
+&apos;&apos;&apos; and which is completely surrounded with empty cells
Region = _PropertyGet(&quot;Region&quot;, RangeName)
End Property &apos; SFDocuments.SF_Calc.Region
@@ -3736,4 +3736,4 @@ CatchDuplicate:
End Function &apos; SFDocuments.SF_Calc._ValidateSheet
REM ============================================ END OF SFDOCUMENTS.SF_CALC
-</script:module> \ No newline at end of file
+</script:module>