source/text/scalc/01/func_timevalue.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit dd688ed491a98962477406ac75b6dc149b90f5ed Author: Dennis Roczek <dennisroc...@libreoffice.org> Date: Sat Sep 26 16:50:20 2015 +0200 TIMEVALUE returns 0 when 24:00 is the value, not 1 Change-Id: Ifd1e15ef34129c0a2fa557a83b342d7554f60a58 Reviewed-on: https://gerrit.libreoffice.org/18892 Reviewed-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> diff --git a/source/text/scalc/01/func_timevalue.xhp b/source/text/scalc/01/func_timevalue.xhp index 7f2f8d6..eb23135 100644 --- a/source/text/scalc/01/func_timevalue.xhp +++ b/source/text/scalc/01/func_timevalue.xhp @@ -37,6 +37,6 @@ <paragraph id="par_id3152556" role="paragraph" xml-lang="en-US"><emph>Text</emph> is a valid time expression and must be entered in quotation marks.</paragraph> <paragraph id="hd_id3146815" role="heading" xml-lang="en-US" level="3">Examples</paragraph> <paragraph id="par_id3146829" role="paragraph" xml-lang="en-US"><item type="input">=TIMEVALUE("4PM")</item> returns 0.67. When formatting in time format HH:MM:SS, you then get 16:00:00.</paragraph> -<paragraph id="par_id3153632" role="paragraph" xml-lang="en-US"><item type="input">=TIMEVALUE("24:00")</item> returns 1. If you use the HH:MM:SS time format, the value is 00:00:00.</paragraph> +<paragraph id="par_id3153632" role="paragraph" xml-lang="en-US"><item type="input">=TIMEVALUE("24:00")</item> returns 0. If you use the HH:MM:SS time format, the value is 00:00:00.</paragraph> </body> -</helpdocument> \ No newline at end of file +</helpdocument> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits