From 4be1fc40b514baced320b3e27207ed35a0afcce3 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Wed, 22 Jul 2020 00:29:07 +0200 Subject: fix typo Change-Id: I167c43c2899f7c37817d0c297eb62939663fc93e Reviewed-on: https://gerrit.libreoffice.org/c/help/+/99191 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/sbasic/shared/property.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

Property Statement

- 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 Get, Let or Set accessers enforces properties' consistency when necessary. + 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 Get, Let or Set accessors enforces properties' consistency when necessary. This statement requires Option Compatible to be placed before the executable program code in a module. -- cgit