diff options
author | tagezi <lera.goncharuk@gmail.com> | 2018-02-17 17:47:10 +0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-02-22 17:17:46 +0100 |
commit | 75cf318614f73c93a51538a9508ccca2b47f82b1 (patch) | |
tree | 8a2207178b8416bb87b3be5d903cf09f11d64cba /source/text/sbasic/shared/03132200.xhp | |
parent | 5339d3c91fb81ea593a96c5602b767d68aba623f (diff) |
Deletion [Runtime] from names functions
[Runtime] was deleted
[Runtime - VBA] was replaced to [VBA]
Combination of words "runtime functions" and "runtime categiries"
was replaced to "functions" and "categiries" respectively
Change-Id: I1f03a5f2ef1697e216e144ecccbfb8942b315718
Reviewed-on: https://gerrit.libreoffice.org/49914
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
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.xhp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03132200.xhp b/source/text/sbasic/shared/03132200.xhp index 4d3f2e45a4..e01e2baf5c 100644 --- a/source/text/sbasic/shared/03132200.xhp +++ b/source/text/sbasic/shared/03132200.xhp @@ -20,7 +20,7 @@ <meta> <topic id="textsbasicshared03132200xml" indexer="include" status="PUBLISH"> - <title id="tit" xml-lang="en-US">ThisComponent Statement [Runtime]</title> + <title id="tit" xml-lang="en-US">ThisComponent Statement</title> <filename>/text/sbasic/shared/03132200.xhp</filename> </topic> </meta> @@ -33,7 +33,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 Statement [Runtime]">ThisComponent Statement [Runtime]</link></paragraph> +<paragraph id="hd_id3155342" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03132200.xhp" name="ThisComponent Statement">ThisComponent Statement</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> </section> |