source/text/sbasic/shared/03104300.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f2d16dc7c431530719b535d8b86fffc00362d990 Author: Olivier <olivier.hal...@libreoffice.org> Date: Tue Dec 27 15:21:31 2016 -0200 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.hal...@edx.srv.br> Tested-by: Olivier Hallot <olivier.hal...@edx.srv.br> diff --git a/source/text/sbasic/shared/03104300.xhp b/source/text/sbasic/shared/03104300.xhp index 0bd4f76..d59137b 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits