summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/property.xhp
diff options
context:
space:
mode:
authorLibreOfficiant <LibreOfficiant@sfr.fr>2020-02-24 14:36:11 +0100
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-03-18 12:57:56 +0100
commit74fc09527478fff86496efdac55f3d6d339b8537 (patch)
tree6fc9382a11b004e89ce440e8a0d40b6d22f68314 /source/text/sbasic/shared/property.xhp
parent17a565a57af1fff46b1a2ffdf4f9ab322696eb92 (diff)
o Property statement added in Procedures & Functions help
o Multiple layout changes Note: Optional keyword to be referenced later in above help o ByVal/ByRef added to Property help page Change-Id: I30e84c1e7464b4bc101727d2d088a35173f74b34 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/89282 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/property.xhp')
-rw-r--r--source/text/sbasic/shared/property.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/property.xhp b/source/text/sbasic/shared/property.xhp
index b2a4c1b3b1..1138716fde 100644
--- a/source/text/sbasic/shared/property.xhp
+++ b/source/text/sbasic/shared/property.xhp
@@ -32,7 +32,7 @@
<warning id="N0184">This statement requires <link href="text/sbasic/shared/compatible.xhp" name ="Option Compatible">Option Compatible</link> to be placed before the executable program code in a module. </warning>
<h2 id="N0185">Syntax</h2>
<bascode>
- <paragraph role="bascode" localize="false" id="N0186">[Global | Private | Public] Property [Get | Let | Set] propName[(value As VarType)] [As VarType]</paragraph>
+ <paragraph role="bascode" localize="false" id="N0186">[Global | Private | Public] Property [Get | Let | Set] propName[([Optional [ByRef | ByVal]]value As Typename)] [As Typename]</paragraph>
<paragraph role="bascode" localize="false" id="N0187">End Property</paragraph>
</bascode>
<h2 id="N0188">Examples</h2>