From dd3c70cea6d4577d2cd01285c8b5c635a89b7e90 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 28 Oct 2021 11:42:30 +0200 Subject: Fix typo Change-Id: Ida6978ed843615504fac7ce0a0a6a08a66f10367 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124320 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- wizards/source/sfdocuments/SF_Calc.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizards') 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 - \ No newline at end of file + -- cgit