diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-01 21:07:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-01 21:09:53 +0000 |
commit | a79093aadb26bc133c5bb36b2129ba1a468d44cb (patch) | |
tree | afd264c89714308182b19f61f84c4419d4d13f29 | |
parent | 2f84d05cecc0265902c5df3afc22adf8a046a3c1 (diff) |
fix build, presumably they just have to be unique within the file
Change-Id: I97f9ceaeaa14461bb35e517676842feb44314a25
-rw-r--r-- | source/text/scalc/01/04060104.xhp | 4 |
1 files 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 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_ISTGERADE" id="bm_id3149430" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3156048" role="heading" level="2">ISEVEN</paragraph> -<paragraph xml-lang="en-US" id="par_id3149169" role="paragraph"><ahelp hid="HID_FUNC_ISTGERADE">Returns TRUE if the value is an even integer, or FALSE if the value is odd.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3149170" role="paragraph"><ahelp hid="HID_FUNC_ISTGERADE">Returns TRUE if the value is an even integer, or FALSE if the value is odd.</ahelp></paragraph> <paragraph xml-lang="en-US" id="hd_id3146928" role="heading" level="3">Syntax</paragraph> <paragraph xml-lang="en-US" id="par_id3151203" role="code">ISEVEN(Value)</paragraph> <paragraph xml-lang="en-US" id="par_id3150491" role="paragraph"><emph>Value</emph> is the value to be checked.</paragraph> @@ -504,7 +504,7 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_ISTUNGERADE" id="bm_id3149298" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3156034" role="heading" level="2">ISODD</paragraph> -<paragraph xml-lang="en-US" id="par_id3155910" role="paragraph"><ahelp hid="HID_FUNC_ISTUNGERADE">Returns TRUE if the value is odd, or FALSE if the number is even.</ahelp></paragraph> +<paragraph xml-lang="en-US" id="par_id3155920" role="paragraph"><ahelp hid="HID_FUNC_ISTUNGERADE">Returns TRUE if the value is odd, or FALSE if the number is even.</ahelp></paragraph> <paragraph xml-lang="en-US" id="hd_id3151006" role="heading" level="3">Syntax</paragraph> <paragraph xml-lang="en-US" id="par_id3151375" role="code">ISODD(value)</paragraph> <paragraph xml-lang="en-US" id="par_id3155139" role="paragraph"><emph>Value</emph> is the value to be checked.</paragraph> |