diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-12-19 15:13:53 -0300 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-12-19 23:15:51 +0100 |
commit | a6a06f82cb02bdf8a66c6a9263ecc2f0ab41d10b (patch) | |
tree | 8cc06a03d1ab735ea4329b7dfd782a93e2844e57 /source/text/scalc/01/04060105.xhp | |
parent | ae02c3ab71c924e57a32166f57fdfaf89bace1f0 (diff) |
Mute L10N when <embedvar> is a singleton in text
+ some refactor
Change-Id: I071758f139a7f6e9ab91ca277a420c8283b1eae0
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/178833
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 9bbf0db1682b2cd6b749e0fbd9a72606277cafe5)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/178834
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'source/text/scalc/01/04060105.xhp')
-rw-r--r-- | source/text/scalc/01/04060105.xhp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/text/scalc/01/04060105.xhp b/source/text/scalc/01/04060105.xhp index 2dfa2e212f..6283c38eba 100644 --- a/source/text/scalc/01/04060105.xhp +++ b/source/text/scalc/01/04060105.xhp @@ -117,9 +117,7 @@ <emph>ThenValue</emph> (optional) is the value that is returned if the logical test is TRUE.</paragraph> <paragraph id="par_id3154811" role="paragraph"> <emph>OtherwiseValue</emph> (optional) is the value that is returned if the logical test is FALSE.</paragraph> - <paragraph id="par_idN107FA" role="paragraph" localize="false"> - <embedvar href="text/scalc/00/00000004.xhp#optional"/> - </paragraph> + <paragraph id="par_idN107FA" role="paragraph" localize="false"><embedvar href="text/scalc/00/00000004.xhp#optional"/></paragraph> <embed href="text/scalc/01/common_func.xhp#sectionexample"/> <paragraph id="par_id3150867" role="paragraph"> <input>=IF(A1>5;100;"too small")</input> If the value in <literal>A1</literal> is greater than <literal>5</literal>, the value <literal>100</literal> is returned; otherwise, the text <literal>too small</literal> is returned.</paragraph> |