wizards/source/sfdocuments/SF_Calc.xba | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 1bcb84a39106de1f082521d1765bb41864f280ea Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Aug 17 23:25:54 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Aug 18 08:48:57 2022 +0200 Fix typo Change-Id: I6daee630eb433998711091780452dc0534398f79 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138460 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> 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>