diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-22 00:29:07 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-07-22 02:25:19 +0200 |
commit | 4be1fc40b514baced320b3e27207ed35a0afcce3 (patch) | |
tree | 7dbe70d27b122a53852c940f056a078f4f634d16 /source/text/sbasic/shared/property.xhp | |
parent | 361825414d49d1c6f3dc359fd43ebebe094f26e2 (diff) |
fix typo
Change-Id: I167c43c2899f7c37817d0c297eb62939663fc93e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/99191
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.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/property.xhp b/source/text/sbasic/shared/property.xhp index 31a4897151..919a8eeb17 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> accessers enforces properties' 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 dependant routines. Using <emph>Get</emph>, <emph>Let</emph> or <emph>Set</emph> accessors enforces properties' 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"/> |