diff options
author | Eike Rathke <erack@redhat.com> | 2019-12-20 16:18:41 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2019-12-20 16:30:19 +0100 |
commit | 8e68f0fed48b0f79beefc5f784d4db848ee87f72 (patch) | |
tree | 1f44c1d043168bd3cf47fdef88ca3ca5a7d71e4e | |
parent | 360b08083df38a025a2fdbb1dfbcddd1b4ec174c (diff) |
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@redhat.com>
Tested-by: Jenkins
-rw-r--r-- | source/text/scalc/05/02140000.xhp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp index 2715078246..b0cc447433 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> |