From 0a874cee4a5d694b6c055b896d4dc64f7151b001 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 25 Apr 2019 17:53:14 -0300 Subject: tdf#123803 Add release info in Calc functions Change-Id: I0476c79fe5407c3e7252ef16da4110a026b29fa8 Note: some Calc functions still lack help pages. Reviewed-on: https://gerrit.libreoffice.org/71331 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/func_error_type.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/text/scalc/01/func_error_type.xhp') diff --git a/source/text/scalc/01/func_error_type.xhp b/source/text/scalc/01/func_error_type.xhp index 8a95507cb6..a1e92361d9 100644 --- a/source/text/scalc/01/func_error_type.xhp +++ b/source/text/scalc/01/func_error_type.xhp @@ -28,7 +28,7 @@ ERROR.TYPE function Returns a number representing a specific Error type, or the error value #N/A, if there is no error. - + ERROR.TYPE(Error_value) Error_value – required argument. The error value or a reference to a cell, whose value needs to be processed. -- cgit