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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Jan 13 22:49:02 UTC 2019


 source/text/sbasic/shared/enum.xhp |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 4c805e7b0cf85aaff832353fe5fb5efcc6d6cfe0
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Sat Jan 12 17:32:40 2019 -0200
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sun Jan 13 23:48:42 2019 +0100

    Fix some mistakes in attibutes
    
    Change-Id: Ib5719ff52025c2eb558fb6e31ed69f8a6e733b40
    Reviewed-on: https://gerrit.libreoffice.org/66243
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/text/sbasic/shared/enum.xhp b/source/text/sbasic/shared/enum.xhp
index 2cae25156..e56b335d1 100644
--- a/source/text/sbasic/shared/enum.xhp
+++ b/source/text/sbasic/shared/enum.xhp
@@ -51,7 +51,7 @@
     <note  id="N0030">Enumerated values are rendered to <emph>Long</emph> datatype. Basic functions are public accessors to enumerations. Enumeration names and value names must be unique within a library and across modules.</note>
 
     <h2 id="N0036">Usage:</h2>
-    <paragraph role="paragraph" xml-lang="en" id="N0037">Display WindowManager grouped constant values:</paragraph>
+    <paragraph role="paragraph" id="N0037">Display WindowManager grouped constant values:</paragraph>
     <bascode>
        <paragraph role="bascode" id="N0038" localize="false">Dim winMgr As Object : winMgr = <library>.<module>.WindowManager</paragraph>
        <paragraph role="bascode" id="N0039" localize="false">With winMgr</paragraph>
@@ -60,9 +60,9 @@
     </bascode>
 
     <section id="relatedtopics" >
-        <paragraph role="paragraph" id="N0051"><link href="text/sbasic/shared/03100700.xhp" name ="const">Const</link> statement, <link href="text/sbasic/shared/01020100.xhp" name ="external">constants</link></paragraph>
-        <paragraph role="paragraph" id="N0053"><link href="text/sbasic/shared/03103350.xhp" name ="external">Option VBASupport</link> statement</paragraph>
-        <paragraph role="paragraph" id="N0061"><link href="text/sbasic/shared/03090411.xhp" name ="external">With</link> statement</paragraph>
+        <paragraph role="paragraph" id="N0051"><link href="text/sbasic/shared/03100700.xhp" name="const">Const</link> statement, <link href="text/sbasic/shared/01020100.xhp" name ="external">constants</link></paragraph>
+        <paragraph role="paragraph" id="N0053"><link href="text/sbasic/shared/03103350.xhp" name="Option VBASupport">Option VBASupport</link> statement</paragraph>
+        <paragraph role="paragraph" id="N0061"><link href="text/sbasic/shared/03090411.xhp" name="With">With</link> statement</paragraph>
     </section>
 </body>
 </helpdocument>


More information about the Libreoffice-commits mailing list