[Libreoffice-commits] help.git: source/text

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Dec 30 22:40:25 UTC 2018


 source/text/sbasic/shared/03010304.xhp |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

New commits:
commit 3ddd2196c0788b6748b0ac0afdc3512b07eb290b
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Sun Dec 30 19:40:24 2018 -0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sun Dec 30 23:40:04 2018 +0100

    Add bookmark for BASIC QBColor function
    
    Change-Id: I1f7e7ea399fcc579463a7a4ac610e7205d64fcf8
    Reviewed-on: https://gerrit.libreoffice.org/65756
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/shared/03010304.xhp b/source/text/sbasic/shared/03010304.xhp
index 98ec9c634..2e78f7ccf 100644
--- a/source/text/sbasic/shared/03010304.xhp
+++ b/source/text/sbasic/shared/03010304.xhp
@@ -27,17 +27,17 @@
 
 <body>
 
-
 <section id="qbcolor">
+<bookmark xml-lang="en-US" branch="index" id="bm_id201546205404067">
+    <bookmark_value>QBColor function</bookmark_value>
+</bookmark>
 
 <paragraph id="hd_id3149670" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03010304.xhp" name="QBColor Function">QBColor Function</link></paragraph>
 <paragraph id="par_id3150359" role="paragraph" xml-lang="en-US">Returns the <link href="text/sbasic/shared/03010305.xhp" name="RGB">RGB</link> color code of the color passed as a color value through an older MS-DOS based programming system.</paragraph>
 </section>
 
 <paragraph id="hd_id3154140" role="heading" level="2" xml-lang="en-US">Syntax:</paragraph>
-<bascode>
-<paragraph id="par_id3151042" role="bascode" xml-lang="en-US">QBColor (ColorNumber As Integer)</paragraph>
-</bascode>
+<paragraph id="par_id3151042" role="code" xml-lang="en-US">QBColor (ColorNumber As Integer)</paragraph>
 
 <paragraph id="hd_id3145172" role="heading" level="2" xml-lang="en-US">Return value:</paragraph>
 <paragraph id="par_id3154685" role="paragraph" xml-lang="en-US">Long</paragraph>
@@ -77,4 +77,4 @@
 </bascode>
 </body>
 
-</helpdocument>
\ No newline at end of file
+</helpdocument>


More information about the Libreoffice-commits mailing list