diff options
Diffstat (limited to 'source/text')
-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> |