summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/text/sbasic/shared/enum.xhp8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/enum.xhp b/source/text/sbasic/shared/enum.xhp
index a49932afe2..2cae25156b 100644
--- a/source/text/sbasic/shared/enum.xhp
+++ b/source/text/sbasic/shared/enum.xhp
@@ -28,9 +28,9 @@
</section>
<embed href="text/sbasic/shared/00000003.xhp#vbasupport"/>
<embed href="text/sbasic/shared/00000003.xhp#functsyntax"/>
- <paragraph role="bascode" id="par_id931543441922328" localize="false">Enum</paragraph>
- <paragraph role="bascode" id="par_id771543441931669" localize="false"> Object Statement block</paragraph>
- <paragraph role="bascode" id="par_id21543441938004" localize="false">End Enum</paragraph>
+ <paragraph role="code" id="par_id931543441922328" localize="false">Enum<br/></paragraph>
+ <paragraph role="code" id="par_id771543441931669" localize="false"> Object Statement block<br/></paragraph>
+ <paragraph role="code" id="par_id21543441938004" localize="false">End Enum</paragraph>
<h2 id="N0006">Parameters:</h2>
<paragraph role="paragraph" id="N0007">Within a given enumeration, fit together values that logically relate to one another.</paragraph>
@@ -50,7 +50,7 @@
</bascode>
<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>
+ <h2 id="N0036">Usage:</h2>
<paragraph role="paragraph" xml-lang="en" id="N0037">Display WindowManager grouped constant values:</paragraph>
<bascode>
<paragraph role="bascode" id="N0038" localize="false">Dim winMgr As Object : winMgr = &lt;library&gt;.&lt;module&gt;.WindowManager</paragraph>