diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-08-17 23:25:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-08-18 08:48:57 +0200 |
commit | 1bcb84a39106de1f082521d1765bb41864f280ea (patch) | |
tree | 797467210a6956eaa0498305b84c921454f4676a /wizards | |
parent | 9923f2416b63abc09bf8cd83796d1d681e9de225 (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.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 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 ''' Compute in the given range the cells, rows or columns for which -''' the given formula refurns TRUE +''' the given formula returns TRUE ''' Args: ''' poRange: the range on which to compute the filter as an _Address type ''' psFilterFormula: the formula to be applied on each row, column or cell @@ -4627,4 +4627,4 @@ CatchSheet: End Function ' SFDocuments.SF_Calc._ValidateSheetName REM ============================================ END OF SFDOCUMENTS.SF_CALC -</script:module>
\ No newline at end of file +</script:module> |