[Libreoffice-commits] help.git: source/text
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Jan 4 19:48:43 UTC 2019
source/text/sbasic/shared/enum.xhp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
New commits:
commit fc7e8e236179562067765848ecc28e9140d5c289
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Fri Jan 4 20:40:18 2019 +0100
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Fri Jan 4 20:48:20 2019 +0100
Fix typo
Change-Id: I5941a60790ad4a1d16f4888807aa0756fe687b26
Reviewed-on: https://gerrit.libreoffice.org/65865
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 a49932afe..2cae25156 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>
More information about the Libreoffice-commits
mailing list