summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03103800.xhp
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-11-15 11:10:24 +0100
committerAndras Timar <atimar@suse.com>2012-11-15 20:46:51 +0100
commitff39701b0e841035089929ab7811c7431ab9b39b (patch)
tree03f3607f3ad5c5b788f8932a80c6c847bd90b1ae /source/text/sbasic/shared/03103800.xhp
parent6291844ea9c4c1d6863c62cbd33e841ff21d3e7a (diff)
format Basic code examples
Diffstat (limited to 'source/text/sbasic/shared/03103800.xhp')
-rw-r--r--source/text/sbasic/shared/03103800.xhp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03103800.xhp b/source/text/sbasic/shared/03103800.xhp
index f592aa7387..0a53d1995f 100644
--- a/source/text/sbasic/shared/03103800.xhp
+++ b/source/text/sbasic/shared/03103800.xhp
@@ -60,7 +60,9 @@
<paragraph role="paragraph" id="par_id3153104" xml-lang="en-US" l10n="U" oldref="14">"TextEdit1" to TextEdit5" in a loop to create five control names.</paragraph>
<paragraph role="paragraph" id="par_id3150767" xml-lang="en-US" l10n="U" oldref="15">See also: <link href="text/sbasic/shared/03103900.xhp" name="FindPropertyObject">FindPropertyObject</link></paragraph>
<paragraph role="heading" id="hd_id3150868" xml-lang="en-US" level="2" l10n="U" oldref="16">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_id3151042" xml-lang="en-US" l10n="U" oldref="17">FindObject( ObjName As String )</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_id3151042" xml-lang="en-US" oldref="17">FindObject( ObjName As String )</paragraph>
+</bascode>
<paragraph role="heading" id="hd_id3159254" xml-lang="en-US" level="2" l10n="U" oldref="18">Parameters:</paragraph>
<paragraph role="paragraph" id="par_id3150439" xml-lang="en-US" l10n="U" oldref="19">
<emph>ObjName: </emph>String that specifies the name of the object that you want to address at run-time.</paragraph>