From a79093aadb26bc133c5bb36b2129ba1a468d44cb Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 1 Mar 2015 21:07:18 +0000 Subject: fix build, presumably they just have to be unique within the file Change-Id: I97f9ceaeaa14461bb35e517676842feb44314a25 --- source/text/scalc/01/04060104.xhp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/text/scalc/01/04060104.xhp b/source/text/scalc/01/04060104.xhp index 0859780a3d..9c8f52b5d3 100644 --- a/source/text/scalc/01/04060104.xhp +++ b/source/text/scalc/01/04060104.xhp @@ -377,7 +377,7 @@ ISEVEN -Returns TRUE if the value is an even integer, or FALSE if the value is odd. +Returns TRUE if the value is an even integer, or FALSE if the value is odd. Syntax ISEVEN(Value) Value is the value to be checked. @@ -504,7 +504,7 @@ ISODD -Returns TRUE if the value is odd, or FALSE if the number is even. +Returns TRUE if the value is odd, or FALSE if the number is even. Syntax ISODD(value) Value is the value to be checked. -- cgit