summaryrefslogtreecommitdiff
path: root/helpcontent2/source/text/sbasic/shared/03120401.xhp
diff options
context:
space:
mode:
authorUwe Fischer <ufi@openoffice.org>2010-01-06 14:05:10 +0100
committerUwe Fischer <ufi@openoffice.org>2010-01-06 14:05:10 +0100
commit17ae85786dd0dc06a23b08cb9e37812824391e48 (patch)
treedb856004659ea2c6a586bef5800ad8079241381a /helpcontent2/source/text/sbasic/shared/03120401.xhp
parentbc5cb3872b1f6e3f58acd45b60242b035d0551d1 (diff)
hcshared25: commit before help id changes
Diffstat (limited to 'helpcontent2/source/text/sbasic/shared/03120401.xhp')
-rwxr-xr-xhelpcontent2/source/text/sbasic/shared/03120401.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/source/text/sbasic/shared/03120401.xhp b/helpcontent2/source/text/sbasic/shared/03120401.xhp
index fc2b6e0d79..f04e8de952 100755
--- a/helpcontent2/source/text/sbasic/shared/03120401.xhp
+++ b/helpcontent2/source/text/sbasic/shared/03120401.xhp
@@ -51,7 +51,7 @@ DEDR: Reviewed</lastedited>
<paragraph role="paragraph" id="par_id3153990" xml-lang="en-US" l10n="U" oldref="2">Returns the position of a string within another string.</paragraph>
</section>
<paragraph role="paragraph" id="par_id3147303" xml-lang="en-US" l10n="U" oldref="3">The Instr function returns the position at which the match was found. If the string was not found, the function returns 0.</paragraph>
-<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="1" l10n="U" oldref="4">Syntax:</paragraph>
+<paragraph role="heading" id="hd_id3145090" xml-lang="en-US" level="2" l10n="U" oldref="4">Syntax:</paragraph>
<paragraph role="code" id="par_id3146957" xml-lang="en-US" l10n="U" oldref="5">InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])</paragraph>
<paragraph role="heading" id="hd_id3148538" xml-lang="en-US" level="2" l10n="U" oldref="6">Return value:</paragraph>
<paragraph role="paragraph" id="par_id3149763" xml-lang="en-US" l10n="U" oldref="7">Integer</paragraph>