summaryrefslogtreecommitdiffstats
path: root/source/text/sbasic/shared/03101110.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/03101110.xhp
parentadapt macro help ids for .ui (diff)
downloadhelp-ff39701b0e841035089929ab7811c7431ab9b39b.tar.gz
help-ff39701b0e841035089929ab7811c7431ab9b39b.zip
format Basic code examples
Diffstat (limited to 'source/text/sbasic/shared/03101110.xhp')
-rw-r--r--source/text/sbasic/shared/03101110.xhp4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03101110.xhp b/source/text/sbasic/shared/03101110.xhp
index 6c120bd862..dae62bf773 100644
--- a/source/text/sbasic/shared/03101110.xhp
+++ b/source/text/sbasic/shared/03101110.xhp
@@ -47,7 +47,9 @@
<paragraph role="paragraph" id="par_idN1058D" xml-lang="en-US" l10n="NEW">If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range.</paragraph>
</section>
<paragraph role="heading" id="par_idN10590" xml-lang="en-US" level="2" l10n="NEW">Syntax:</paragraph>
-<paragraph role="paragraph" id="par_idN10594" xml-lang="en-US" l10n="NEW">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph>
+<bascode>
+<paragraph role="bascode" id="par_idN10594" xml-lang="en-US">Defxxx Characterrange1[, Characterrange2[,...]]</paragraph>
+</bascode>
<paragraph role="heading" id="par_idN10597" xml-lang="en-US" level="2" l10n="NEW">Parameters:</paragraph>
<paragraph role="paragraph" id="par_idN1059B" xml-lang="en-US" l10n="NEW">
<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for.</paragraph>