diff options
Diffstat (limited to 'source/text/sbasic/shared/03090413.xhp')
-rw-r--r-- | source/text/sbasic/shared/03090413.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03090413.xhp b/source/text/sbasic/shared/03090413.xhp index 38c6709ae9..a3bec03bdb 100644 --- a/source/text/sbasic/shared/03090413.xhp +++ b/source/text/sbasic/shared/03090413.xhp @@ -30,7 +30,7 @@ <bookmark xml-lang="en-US" branch="index" id="bm_id3153311"> <bookmark_value>Type statement</bookmark_value> </bookmark> - <h1 id="hd_id3153311"><variable id="Type_h1"><link href="text/sbasic/shared/03090413.xhp" name="Type Statement">Type Statement</link></variable></h1> + <h1 id="hd_id3153311"><variable id="Type_h1"><link href="text/sbasic/shared/03090413.xhp">Type Statement</link></variable></h1> <paragraph role="paragraph" id="par_id3159158" xml-lang="en-US">Define non-UNO data structures.</paragraph> </section> <paragraph role="paragraph" id="par_id311512206747401" xml-lang="en-US">A Type structure is an ordered collection of data fields, that can be manipulated as a single item.</paragraph> @@ -45,7 +45,7 @@ </bascode> <embed href="text/sbasic/shared/fragments.xhp#array"/> <embed href="text/sbasic/shared/fragments.xhp#typename"/> - <note id="par_id701574739564765">Extended types such as <literal>Type</literal> statement structures, UNO objects or <link href="text/sbasic/shared/classmodule.xhp" name="ClassModule">ClassModule</link> objects are valid typenames.</note> + <note id="par_id701574739564765">Extended types such as <literal>Type</literal> statement structures, UNO objects or <link href="text/sbasic/shared/classmodule.xhp">ClassModule</link> objects are valid typenames.</note> <embed href="text/sbasic/shared/fragments.xhp#char"/> <note id="par_id351573639548645">A Type structure scope is that of the module it belongs to.</note> <embed href="text/sbasic/shared/00000003.xhp#functexample"/> @@ -60,10 +60,10 @@ <paragraph role="bascode" id="par_id461512211038180" xml-lang="en-US" localize="false"> oCustomer.City = "Berlin"</paragraph> <paragraph role="bascode" id="par_id21512211032617" xml-lang="en-US" localize="false">End Sub</paragraph> </bascode> - <tip id="par_id701573639564765"><link href="text/sbasic/shared/enum.xhp" name ="enumerations">Enumerations</link> can be created using Type statement definitions. <link href="text/sbasic/guide/basic_2_python.xhp" name ="Calling Python Scripts from Basic">Calling Python Scripts from Basic</link> illustrates that mechanism.</tip> + <tip id="par_id701573639564765"><link href="text/sbasic/shared/enum.xhp">Enumerations</link> can be created using Type statement definitions. <link href="text/sbasic/guide/basic_2_python.xhp">Calling Python Scripts from Basic</link> illustrates that mechanism.</tip> <section id="relatedtopics"> <embed href="text/sbasic/shared/classmodule.xhp#classmodulestatement"/> - <paragraph role="paragraph" id="par_id211512215755793" xml-lang="en-US"><link href="text/sbasic/shared/03132400.xhp" name="CreateObject function">CreateObject function</link></paragraph> + <paragraph role="paragraph" id="par_id211512215755793" xml-lang="en-US"><link href="text/sbasic/shared/03132400.xhp">CreateObject function</link></paragraph> </section> </body> </helpdocument> |