From 8e68f0fed48b0f79beefc5f784d4db848ee87f72 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 20 Dec 2019 16:18:41 +0100 Subject: [PATCH] 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 Tested-by: Jenkins --- source/text/scalc/05/02140000.xhp | 16 ++++++++-------- 1 file 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 @@ - 519
#VALUE
+ 519
#VALUE!
- No result (#VALUE is in the cell rather than Err:519!) + No result (instead of Err:519 cell displays #VALUE!) 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.i63264 @@ -253,13 +253,13 @@
- 521 + 521
#NULL!
- Internal syntax error + Internal syntax error (instead of Err:521 cell displays #NULL!) - No result. + No code or no result.
@@ -287,10 +287,10 @@ - 524
#REF
+ 524
#REF!
-invalid references (instead of Err:524 cell contains #REF) +invalid references (instead of Err:524 cell displays #REF!) @@ -302,7 +302,7 @@ 525
#NAME?
-invalid names (instead of Err:525 cell contains #NAME?) +invalid names (instead of Err:525 cell displays #NAME?) 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.