[Libreoffice-commits] help.git: source/text
Eike Rathke (via logerrit)
logerrit at kemper.freedesktop.org
Fri Dec 20 15:30:40 UTC 2019
source/text/scalc/05/02140000.xhp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
New commits:
commit 8e68f0fed48b0f79beefc5f784d4db848ee87f72
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Fri Dec 20 16:18:41 2019 +0100
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Fri Dec 20 16:30:19 2019 +0100
Correct displayed error strings
Trailing ! exclamation mark was omitted for most.
Add #NUM! error string.
Cell does not contain the error string but displays it.
Use same wording for all "special" cases.
Change-Id: Ia04163cf2d0436ee395784e553a88e239a9a95d5
Reviewed-on: https://gerrit.libreoffice.org/85616
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Jenkins
diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp
index 271507824..b0cc44743 100644
--- a/source/text/scalc/05/02140000.xhp
+++ b/source/text/scalc/05/02140000.xhp
@@ -231,10 +231,10 @@
</tablerow>
<tablerow>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3146142" role="tablecontent">519<br/>#VALUE</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3146142" role="tablecontent">519<br/>#VALUE!</paragraph>
</tablecell>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3155954" role="tablecontent">No result (#VALUE is in the cell rather than Err:519!)</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155954" role="tablecontent">No result (instead of Err:519 cell displays #VALUE!)</paragraph>
</tablecell>
<tablecell>
<paragraph xml-lang="en-US" id="par_id3153108" role="tablecontent">The formula yields a value that does not correspond to the definition; or a cell that is referenced in the formula contains text instead of a number.<comment>i63264</comment></paragraph>
@@ -253,13 +253,13 @@
</tablerow>
<tablerow>
<tablecell>
- <paragraph localize="false" id="par_id3154324" role="tablecontent">521</paragraph>
+ <paragraph localize="false" id="par_id3154324" role="tablecontent">521<br/>#NULL!</paragraph>
</tablecell>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3153737" role="tablecontent">Internal syntax error</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153737" role="tablecontent">Internal syntax error (instead of Err:521 cell displays #NULL!)</paragraph>
</tablecell>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3155436" role="tablecontent">No result.</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3155436" role="tablecontent">No code or no result.</paragraph>
</tablecell>
</tablerow>
<tablerow>
@@ -287,10 +287,10 @@
</tablerow>
<tablerow>
<tablecell>
- <paragraph xml-lang="en-US" id="par_id3153544" role="tablecontent">524<br/>#REF</paragraph>
+ <paragraph xml-lang="en-US" id="par_id3153544" role="tablecontent">524<br/>#REF!</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3154634" role="tablecontent">invalid references (instead of Err:524 cell contains #REF)</paragraph>
+<paragraph xml-lang="en-US" id="par_id3154634" role="tablecontent">invalid references (instead of Err:524 cell displays #REF!)</paragraph>
</tablecell>
<tablecell>
<paragraph xml-lang="en-US" id="par_id3147539" role="tablecontent">
@@ -302,7 +302,7 @@
<paragraph xml-lang="en-US" id="par_id3155984" role="tablecontent">525<br/>#NAME?</paragraph>
</tablecell>
<tablecell>
-<paragraph xml-lang="en-US" id="par_id3148428" role="tablecontent">invalid names (instead of Err:525 cell contains #NAME?)</paragraph>
+<paragraph xml-lang="en-US" id="par_id3148428" role="tablecontent">invalid names (instead of Err:525 cell displays #NAME?)</paragraph>
</tablecell>
<tablecell>
<paragraph xml-lang="en-US" id="par_id3156259" role="tablecontent">An identifier could not be evaluated, for example, no valid reference, no valid domain name, no column/row label, no macro, incorrect decimal divider, add-in not found.</paragraph>
More information about the Libreoffice-commits
mailing list