source/text/sbasic/shared/03/sf_calc.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 99363552d1796e9e99c38860abd3e86cf35273ef Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Jan 12 14:15:45 2026 +0100 Commit: Jean-Pierre Ledure <[email protected]> CommitDate: Mon Jan 12 15:29:03 2026 +0100 Fix typo Change-Id: I4baee2f59ee95bed223614a5a8993f2c43b2a096 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/197097 Reviewed-by: Jean-Pierre Ledure <[email protected]> Tested-by: Jenkins diff --git a/source/text/sbasic/shared/03/sf_calc.xhp b/source/text/sbasic/shared/03/sf_calc.xhp index 2783d509d6..84b9166708 100644 --- a/source/text/sbasic/shared/03/sf_calc.xhp +++ b/source/text/sbasic/shared/03/sf_calc.xhp @@ -1415,7 +1415,7 @@ </paragraph> <embed href="text/sbasic/shared/00000003.xhp#functparameters"/> <paragraph role="paragraph" id="par_id841768060290225"><emph>targetrange:</emph> The cell or the range as a string that should receive the format.</paragraph> - <paragraph role="paragraph" id="par_id991768060908752" xml-lang="en-US"><emph>numberformat:</emph> Tthe format to apply, as a string.</paragraph> + <paragraph role="paragraph" id="par_id991768060908752" xml-lang="en-US"><emph>numberformat:</emph> The format to apply, as a string.</paragraph> <paragraph role="paragraph" id="par_id951768060527854" xml-lang="en-US"><emph>locale:</emph> A la-CO (language-COUNTRY) combination to indicate the used locale. The default locale is the output of the <literal>platform.FormatLocale</literal> property</paragraph> <embed href="text/sbasic/shared/03/sf_calc.xhp#filterformula_desc"/> <embed href="text/sbasic/shared/00000003.xhp#functexample"/>
