diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-04-17 19:33:31 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2023-04-17 19:51:58 +0200 |
commit | 2c7b120a56135515df2a3f2a0ea74c2a5166de5b (patch) | |
tree | b34abcb81c2e726b3aa6b9e52939339d465810f3 /source | |
parent | de94ac52fd6aecff990f8dae6e69dc5c4363cb83 (diff) |
Fix typo
Change-Id: Ib52c112685d97f8cd684e42ba3b238ce39af81b9
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/150509
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/sbasic/shared/03/sf_calc.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_calc.xhp b/source/text/sbasic/shared/03/sf_calc.xhp index 098abaec35..3207437689 100644 --- a/source/text/sbasic/shared/03/sf_calc.xhp +++ b/source/text/sbasic/shared/03/sf_calc.xhp @@ -822,7 +822,7 @@ <pycode> <paragraph role="pycode" localize="false" id="pyc_id451621536678434">myDoc.ClearValues("SheetX.A1:F10")</paragraph> </pycode> - <tip id="par_id461670942483664">Refer to the <link href="text/sbasic/shared/03/sf_calc.xhp#ClearAll"><literal>ClearAll</literal>literal></link> method documentation for examples on how to use the arguments <literal>filterformula</literal> and <literal>filterscope</literal>.</tip> + <tip id="par_id461670942483664">Refer to the <link href="text/sbasic/shared/03/sf_calc.xhp#ClearAll"><literal>ClearAll</literal></link> method documentation for examples on how to use the arguments <literal>filterformula</literal> and <literal>filterscope</literal>.</tip> </section> <section id="CompactLeft"> |