summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03132200.xhp
diff options
context:
space:
mode:
authorLaurent Balland-Poirier <laurent.balland-poirier@laposte.net>2017-01-30 23:19:12 +0100
committerOlivier Hallot <olivier.hallot@edx.srv.br>2017-05-16 22:36:34 +0200
commit1d2c1291f700f729c28a209d2422a8d2f926e347 (patch)
tree2856cd6fec61028684b38ab1b252409af8881c91 /source/text/sbasic/shared/03132200.xhp
parentc1b5c626539f3893c07c11380c5cfe94bc5f8d36 (diff)
Basic: add localize=false for some bascode lines
Change-Id: I78884c0421ef8ad935ca7214b9116fda29d2797f update: remove duplicate empty line at end of files Reviewed-on: https://gerrit.libreoffice.org/33766 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
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 69027b5d92..4aad91c479 100644
--- a/source/text/sbasic/shared/03132200.xhp
+++ b/source/text/sbasic/shared/03132200.xhp
@@ -27,21 +27,19 @@
<body>
-
<section id="thiscomponent">
<bookmark xml-lang="en-US" branch="index" id="bm_id3155342">
<bookmark_value>ThisComponent property</bookmark_value>
<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 [Runtime]">ThisComponent [Runtime]</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>
<paragraph id="hd_id3154346" role="heading" level="2" xml-lang="en-US">Syntax:</paragraph>
<bascode>
-<paragraph id="par_id3151056" role="bascode" xml-lang="en-US">ThisComponent</paragraph>
+<paragraph id="par_id3151056" role="bascode" localize="false" xml-lang="en-US">ThisComponent</paragraph>
</bascode>
<paragraph id="hd_id3154940" role="heading" level="2" xml-lang="en-US">Example:</paragraph>
@@ -57,4 +55,4 @@
</bascode>
</body>
-</helpdocument> \ No newline at end of file
+</helpdocument>
office-3-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/antivirusDetection.vbs
AgeCommit message (Expand)Author
2020-02-12tdf#84553 Correctly handle failures while getting a WMI Object.Michel Thomas
2020-02-08tdf#84553 Detect and warn of Windows Antivirus.Michel Thomas