diff options
author | Kevin Suo <suokunlong@126.com> | 2021-12-26 20:46:55 +0800 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-12-28 10:59:51 +0100 |
commit | 7b309ae9478219e6d6423b8caa94bfed7a39b0a0 (patch) | |
tree | 124f13483f2a0a00e2d0514c888813694f9b7aed /source | |
parent | be4d585fabb320f67407d492ecb74218fd4c08a3 (diff) |
Fix the error message for sc error code 519 "Error: No value"
See https://gerrit.libreoffice.org/c/core/+/127512
Change-Id: If45d0aaedf6077434c8d548324bbcb4e9b441c50
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127513
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/05/02140000.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/05/02140000.xhp b/source/text/scalc/05/02140000.xhp index 583047ee5a..71fc1858c4 100644 --- a/source/text/scalc/05/02140000.xhp +++ b/source/text/scalc/05/02140000.xhp @@ -245,7 +245,7 @@ <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 (instead of Err:519 cell displays #VALUE!)</paragraph> + <paragraph xml-lang="en-US" id="par_id3155954" role="tablecontent">No value (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> |