summaryrefslogtreecommitdiff
path: root/source/text/sbasic/shared/03110100.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/sbasic/shared/03110100.xhp')
-rw-r--r--source/text/sbasic/shared/03110100.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03110100.xhp b/source/text/sbasic/shared/03110100.xhp
index 98e356fdec..65af4360d8 100644
--- a/source/text/sbasic/shared/03110100.xhp
+++ b/source/text/sbasic/shared/03110100.xhp
@@ -20,7 +20,7 @@
<meta>
<topic id="textsbasicshared03110100xml" indexer="include" status="PUBLISH">
- <title id="tit" xml-lang="en-US">Comparison Operators [Runtime]</title>
+ <title id="tit" xml-lang="en-US">Comparison Operators</title>
<filename>/text/sbasic/shared/03110100.xhp</filename>
</topic>
</meta>
@@ -35,7 +35,7 @@
</bookmark>
-<paragraph id="hd_id3150682" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03110100.xhp" name="Comparison Operators [Runtime]">Comparison Operators [Runtime]</link></paragraph>
+<paragraph id="hd_id3150682" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03110100.xhp" name="Comparison Operators">Comparison Operators</link></paragraph>
<paragraph id="par_id3156042" role="paragraph" xml-lang="en-US">Comparison operators compare two expressions. The result is returned as a Boolean expression that determines if the comparison is True (-1) or False (0).</paragraph>
</section>
ture/vcl-opengl'>feature/vcl-opengl LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/inc/protocols.h
AgeCommit message (Expand)Author
2021-09-23Extend loplugin:stringviewparam to starts/endsWith: frameworkStephan Bergmann
2021-03-23tdf#124176 Use pragma once in f*Vincent LE GARREC