summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared
diff options
context:
space:
mode:
authorOlivier <olivier.hallot@libreoffice.org>2016-12-27 15:21:31 -0200
committerOlivier Hallot <olivier.hallot@edx.srv.br>2016-12-27 17:44:04 +0000
commitf2d16dc7c431530719b535d8b86fffc00362d990 (patch)
treea61f921cd051c53e511ecb3032b71468fdaa01ec /source/text/sbasic/shared
parent1125573f063f864fb7439a82fc71288dcc6d8466 (diff)
Fix syntax of example in 03104300.xhp
A function result is allways assigned to a variable Change-Id: Id422f9018cacca1eb2022c03568d8aad9edfe8fd Reviewed-on: https://gerrit.libreoffice.org/32461 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'source/text/sbasic/shared')
-rw-r--r--source/text/sbasic/shared/03104300.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03104300.xhp b/source/text/sbasic/shared/03104300.xhp
index 0bd4f76957..d59137bd7c 100644
--- a/source/text/sbasic/shared/03104300.xhp
+++ b/source/text/sbasic/shared/03104300.xhp
@@ -48,6 +48,6 @@
<embed href="text/sbasic/shared/00000003.xhp#errorcode"/>
<embed href="text/sbasic/shared/00000003.xhp#err9"/>
<paragraph role="heading" id="hd_id3150358" xml-lang="en-US" level="2" l10n="U" oldref="9">Example:</paragraph>
-<paragraph role="paragraph" id="par_id3154939" xml-lang="en-US" l10n="U" oldref="10">DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )</paragraph>
+<paragraph role="paragraph" id="par_id3154939" xml-lang="en-US" l10n="U" oldref="10">a = DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )</paragraph>
</body>
</helpdocument>