summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03132200.xhp
diff options
context:
space:
mode:
authorLibreOfficiant <LibreOfficiant@sfr.fr>2019-10-31 10:17:30 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2019-10-31 10:58:33 +0100
commit9147d1fa9b86a76135472697cf6c243ec20d68ff (patch)
tree018a4f5cc451924f614606ee6c02735b312a1425 /source/text/sbasic/shared/03132200.xhp
parentae4b6f25499ea4aa97753f121abbfac471f69ea5 (diff)
sbasic.tree, uno_objects, ThisComponent better descriptions
Change-Id: Ie1778adf59317260cc0c9a1c1eb43ed2d66e7518 Reviewed-on: https://gerrit.libreoffice.org/81822 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03132200.xhp')
-rw-r--r--source/text/sbasic/shared/03132200.xhp6
1 files changed, 2 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03132200.xhp b/source/text/sbasic/shared/03132200.xhp
index 6c53deb3b7..eb96a99641 100644
--- a/source/text/sbasic/shared/03132200.xhp
+++ b/source/text/sbasic/shared/03132200.xhp
@@ -17,14 +17,12 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
-
<meta>
<topic id="textsbasicshared03132200xml" indexer="include" status="PUBLISH">
<title id="tit" xml-lang="en-US">ThisComponent Object</title>
<filename>/text/sbasic/shared/03132200.xhp</filename>
</topic>
</meta>
-
<body>
<section id="thiscomponent">
<bookmark xml-lang="en-US" branch="index" id="bm_id3155342">
@@ -32,7 +30,7 @@
<bookmark_value>components;addressing</bookmark_value>
</bookmark>
<paragraph id="hd_id3155342" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03132200.xhp" name="ThisComponent Object">ThisComponent Object</link></paragraph>
-<paragraph id="par_id3154923" role="paragraph" xml-lang="en-US">Addresses the active component so that its properties can be read and set. ThisComponent is used from document Basic, where it represents the document the Basic belongs to. The type of object accessed by ThisComponent depends on the document type.<comment>see i60932</comment></paragraph>
+<paragraph id="par_id3154923" role="paragraph" xml-lang="en-US">Addresses the active component whose properties can be read and set, and whose methods can be called. <literal>ThisComponent</literal> is used in Basic, where it represents the current document. Properties and methods available through <literal>ThisComponent</literal> depend on the document type.<comment>see i60932</comment></paragraph>
</section>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
<paragraph id="par_id3151056" role="code" localize="false" xml-lang="en-US">ThisComponent</paragraph>
@@ -48,4 +46,4 @@
<paragraph id="par_idm1341574608" role="bascode" localize="false" xml-lang="en-US">End Sub</paragraph>
</bascode>
</body>
-</helpdocument>
+</helpdocument> \ No newline at end of file