diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-01-04 20:40:18 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-01-04 20:48:20 +0100 |
commit | fc7e8e236179562067765848ecc28e9140d5c289 (patch) | |
tree | d03284dc5c58b4d5bba83e424aa43e4fc97683f7 /source | |
parent | f0d6ee3bd496afd78fd287a9f09cbe53258800ba (diff) |
Fix typo
Change-Id: I5941a60790ad4a1d16f4888807aa0756fe687b26
Reviewed-on: https://gerrit.libreoffice.org/65865
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-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 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 = <library>.<module>.WindowManager</paragraph> |