source/text/scalc/guide/r1c1syntax.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit dd0f6dca832ae96bef7b7954269567bc203f5198 Author: Stanislav Horacek <[email protected]> AuthorDate: Thu Dec 25 18:26:11 2025 +0100 Commit: Adolfo Jayme Barrientos <[email protected]> CommitDate: Thu Dec 25 22:07:04 2025 +0100 fix localization of table in description of R1C1 syntax Change-Id: Iead4446b3845d267fc8d628c1e53f2e567c41f0a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/196219 Reviewed-by: Adolfo Jayme Barrientos <[email protected]> Tested-by: Jenkins diff --git a/source/text/scalc/guide/r1c1syntax.xhp b/source/text/scalc/guide/r1c1syntax.xhp index 84a8d3eff1..26aead0f03 100644 --- a/source/text/scalc/guide/r1c1syntax.xhp +++ b/source/text/scalc/guide/r1c1syntax.xhp @@ -85,13 +85,13 @@ </tablerow> <tablerow> <tablecell> - <paragraph id="par_id241761428396522" role="tablecontent">A$1</paragraph> + <paragraph id="par_id241761428396522" localize="false" role="tablecontent">A$1</paragraph> </tablecell> <tablecell> <paragraph id="par_id681761428396524" localize="false" role="tablecontent">R1C[-2]</paragraph> </tablecell> <tablecell> - <paragraph id="par_id341761428396527" localize="false" role="tablecontent">Absolute row and relative column</paragraph> + <paragraph id="par_id341761428396527" role="tablecontent">Absolute row and relative column</paragraph> </tablecell> </tablerow> <tablerow> @@ -102,7 +102,7 @@ <paragraph id="par_id291761428504776" localize="false" role="tablecontent">R1C1</paragraph> </tablecell> <tablecell> - <paragraph id="par_id521761428504779" localize="false" role="tablecontent">Absolute reference</paragraph> + <paragraph id="par_id521761428504779" role="tablecontent">Absolute reference</paragraph> </tablecell> </tablerow> </table>
