diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-01-12 17:32:40 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-01-13 23:48:42 +0100 |
commit | 4c805e7b0cf85aaff832353fe5fb5efcc6d6cfe0 (patch) | |
tree | ee1ddf07518fd5db48877d0819e9cada17c2331f | |
parent | 9edd5ad5fc08b4173a08e697d1b1a2d2d64227eb (diff) |
Fix some mistakes in attibutes
Change-Id: Ib5719ff52025c2eb558fb6e31ed69f8a6e733b40
Reviewed-on: https://gerrit.libreoffice.org/66243
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/enum.xhp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/enum.xhp b/source/text/sbasic/shared/enum.xhp index 2cae25156b..e56b335d12 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> |