summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-07-22 13:17:18 +0200
committerAndrea Gelmini <andrea.gelmini@gelma.net>2020-07-22 13:17:22 +0200
commitda688f647b63750ed33e7fe436ac9a086df0c501 (patch)
tree4d33f65034fba94564b36ed78fcad7e43a0b2069
parentff89d81b75252cfb533e748ee2f46eaa3183e15e (diff)
Fix typo
Change-Id: Ic8737cf620e6cd1ec64a2fb4234d0982f3724b16
-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 919a8eeb17..32405c4dba 100644
--- a/source/text/sbasic/shared/property.xhp
+++ b/source/text/sbasic/shared/property.xhp
@@ -29,7 +29,7 @@
</bookmark>
<h1 id="N0182">Property Statement</h1>
- <paragraph role="paragraph" id="N0183">A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependant routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessors enforces properties&apos; consistency when necessary.</paragraph>
+ <paragraph role="paragraph" id="N0183">A property, also called field or attribute, characterizes a given object or piece of information. Properties can be used to control access to data. It is common use to include instructions at setting or reading time of properties. Code can vary from simple assignment to complex context dependent routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessors enforces properties&apos; consistency when necessary.</paragraph>
<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>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>