summaryrefslogtreecommitdiff
path: root/wizards
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-08-17 23:25:54 +0200
committerJulien Nabet <serval2412@yahoo.fr>2022-08-18 08:48:57 +0200
commit1bcb84a39106de1f082521d1765bb41864f280ea (patch)
tree797467210a6956eaa0498305b84c921454f4676a /wizards
parent9923f2416b63abc09bf8cd83796d1d681e9de225 (diff)
Fix typo
Change-Id: I6daee630eb433998711091780452dc0534398f79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138460 Tested-by: Jenkins 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 61d1691f7d43..04b4924f1924 100644
--- a/wizards/source/sfdocuments/SF_Calc.xba
+++ b/wizards/source/sfdocuments/SF_Calc.xba
@@ -3655,7 +3655,7 @@ Public Function _ComputeFilter(ByVal poRange As Object _
, ByVal psFilterScope As String _
) As Variant
&apos;&apos;&apos; Compute in the given range the cells, rows or columns for which
-&apos;&apos;&apos; the given formula refurns TRUE
+&apos;&apos;&apos; the given formula returns TRUE
&apos;&apos;&apos; Args:
&apos;&apos;&apos; poRange: the range on which to compute the filter as an _Address type
&apos;&apos;&apos; psFilterFormula: the formula to be applied on each row, column or cell
@@ -4627,4 +4627,4 @@ CatchSheet:
End Function &apos; SFDocuments.SF_Calc._ValidateSheetName
REM ============================================ END OF SFDOCUMENTS.SF_CALC
-</script:module> \ No newline at end of file
+</script:module>