summaryrefslogtreecommitdiff
path: root/source/text/sbasic
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2013-02-12 17:45:37 +0100
committerAndras Timar <atimar@suse.com>2013-02-12 17:45:37 +0100
commit0ba3d9a4202cd6418c4007a89e8c5fa73f0c9f05 (patch)
treec8a225066d5d873a204b23ef2ebc5647f94c2065 /source/text/sbasic
parent5ef75efe29dca279f89c456533541145470860db (diff)
untranslatable paragraph
Change-Id: Id51a93e3f1c5a064730a4485980e380b3e22f39f
Diffstat (limited to 'source/text/sbasic')
-rw-r--r--source/text/sbasic/shared/01020300.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/01020300.xhp b/source/text/sbasic/shared/01020300.xhp
index bcfb2a9fcc..6063c7650f 100644
--- a/source/text/sbasic/shared/01020300.xhp
+++ b/source/text/sbasic/shared/01020300.xhp
@@ -103,7 +103,7 @@
</bascode>
<paragraph role="paragraph" id="par_id3152994" xml-lang="en-US" l10n="U" oldref="63">The variable is only valid in this module.</paragraph>
<bascode>
-<paragraph role="bascode" localize="false" xml-lang="en-US">Dim VarName As TYPENAME</paragraph>
+<paragraph role="bascode" id="par_id3150886" xml-lang="en-US" l10n="U" oldref="64">Dim VarName As TYPENAME</paragraph>
</bascode>
<paragraph role="paragraph" id="par_id3150368" xml-lang="en-US" l10n="U" oldref="65">The variable is only valid in this module.</paragraph>
<paragraph role="heading" id="hd_id5097506" xml-lang="en-US" level="3" l10n="NEW">Example for private variables</paragraph>