diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-10-20 12:44:03 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-10-20 17:45:40 +0200 |
commit | 51022f8f16780ecb19f4669e8b8259a7eaea22be (patch) | |
tree | 65f66d0531c33a28dd912d2b508f1a97eefe43a0 /source/text | |
parent | fabf5ebb2f3fa923a473112a0cf6618937902520 (diff) |
Fix malformed XML (missing closing tag)
Change-Id: I81e223af8c85589569af75d755d787d3102ad6a4
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/141597
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text')
-rw-r--r-- | source/text/sbasic/shared/03/sf_menu.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/03/sf_menu.xhp b/source/text/sbasic/shared/03/sf_menu.xhp index 6e19b76f3e..8525cefbe0 100644 --- a/source/text/sbasic/shared/03/sf_menu.xhp +++ b/source/text/sbasic/shared/03/sf_menu.xhp @@ -186,7 +186,7 @@ <paragraph role="bascode" localize="false" id="par_id21636720557256">oMenu.AddItem("Item C>Item C.2>Item C.2.3")</paragraph> <paragraph role="bascode" localize="false" id="par_id21636720557941">oMenu.AddItem("Item C>Item C.2>Item C.2.4")</paragraph> </bascode> - <note id="par_id121636721243578">The string <literal>---</literal> is used to define separator lines in menus or submenus./note> + <note id="par_id121636721243578">The string <literal>---</literal> is used to define separator lines in menus or submenus.</note> <embed href="text/sbasic/shared/03/sf_popupmenu.xhp#using_icons"/> <h2 id="hd_id501582887473754" xml-lang="en-US">Methods</h2> |