diff options
Diffstat (limited to 'source/text/sbasic/shared/property.xhp')
-rw-r--r-- | source/text/sbasic/shared/property.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/property.xhp b/source/text/sbasic/shared/property.xhp index 7a72e417ee..1552b251be 100644 --- a/source/text/sbasic/shared/property.xhp +++ b/source/text/sbasic/shared/property.xhp @@ -28,9 +28,9 @@ <bookmark_value>Property statement</bookmark_value> </bookmark> - <h1 id="N0182"><variable id="Property_h1"><link href="text/sbasic/shared/Property.xhp" name="Property statement">Property Statement</link></variable></h1> + <h1 id="N0182"><variable id="Property_h1"><link href="text/sbasic/shared/Property.xhp">Property Statement</link></variable></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 dependent 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> + <warning id="N0184">This statement requires <link href="text/sbasic/shared/compatible.xhp">Option Compatible</link> to be placed before the executable program code in a module. </warning> <embed href="text/sbasic/shared/00000003.xhp#functsyntax"/> <paragraph role="paragraph" id="par_id971587473488701"> @@ -115,11 +115,11 @@ <paragraph role="bascode" localize="false" id="N0236">End Property</paragraph> </bascode> <section id="relatedtopics" > - <paragraph role="paragraph" id="par_id181647247913872"><link href="text/sbasic/shared/01010210.xhp" name="Subroutine basics">Subroutines basics</link></paragraph> + <paragraph role="paragraph" id="par_id181647247913872"><link href="text/sbasic/shared/01010210.xhp">Subroutines basics</link></paragraph> <embed href="text/sbasic/shared/01020300.xhp#UsingSubs_h1"/> <embed href="text/sbasic/shared/03090406.xhp#Function_h1"/> <embed href="text/sbasic/shared/03090409.xhp#Sub_h1"/> - <paragraph role="paragraph" id="N0237"><link href="text/sbasic/shared/03090404.xhp" name="End">End</link>, <link href="text/sbasic/shared/03090412.xhp" name="Exit">Exit</link> statements</paragraph> + <paragraph role="paragraph" id="N0237"><link href="text/sbasic/shared/03090404.xhp">End</link>, <link href="text/sbasic/shared/03090412.xhp">Exit</link> statements</paragraph> <embed href="text/sbasic/shared/classmodule.xhp#classmodulestatement"/> <embed href="text/sbasic/shared/compatible.xhp#compatiblestatement"/> </section> |