diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-12 13:24:45 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-01-12 13:33:58 +0100 |
commit | fd2137731a0361440b7b6a08ac28f6ef0e08aae9 (patch) | |
tree | 011c65fec74ad83f987d205c814dbec136b03eae | |
parent | ab4c21fa199cdaa11862f49e201af73d67c7850b (diff) |
<ahelp> should not be empty/self-closing element (<ahelp ../>)cp-5.0-46cp-5.0-45cp-5.0-44cp-5.0-42cp-5.0-40cp-5.0-39cp-5.0-38cp-5.0-37cp-5.0-36cp-5.0-35cp-5.0-34cp-5.0-33cp-5.0-32cp-5.0-31cp-5.0-30cp-5.0-29cp-5.0-28cp-5.0-27cp-5.0-26cp-5.0-25cp-5.0-24cp-5.0-23cp-5.0-22cp-5.0-21cp-5.0-20cp-5.0-19COOL_1.0.1COOL_1.0libreoffice-5-0distro/collabora/cp-5.0
f5fa46ed8626910d710fd535518ddf9e756f9356 already fixed (tried to) the
empty/self-closing ahelp tag, however <ahelp ..></ahelp> is merged to
<ahelp .. /> by "make translations", so po files ended up with the
self-closing form again. Surrounding a child/PCDATA with the tag solves
the problem.
(cherry picked from commit 8ecafdaa4e5b954941031e384b88c34309b7b27e)
Change-Id: I58725f6a7e5999609262abec2987a6d05445a7b2
-rw-r--r-- | source/text/shared/01/02220000.xhp | 2 | ||||
-rw-r--r-- | source/text/swriter/01/04020100.xhp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source/text/shared/01/02220000.xhp b/source/text/shared/01/02220000.xhp index cb1834cf3b..3fece21ede 100644 --- a/source/text/shared/01/02220000.xhp +++ b/source/text/shared/01/02220000.xhp @@ -257,7 +257,7 @@ <paragraph role="paragraph" id="par_id3150208" xml-lang="en-US" l10n="U" oldref="34">Enter the name of the target frame that you want to open the URL in. You can also select a standard frame name from the list.</paragraph> <paragraph role="paragraph" id="par_id3153231" xml-lang="en-US" l10n="U" oldref="35"><link href="text/shared/01/05020400.xhp#targets" name="List of frame types">List of frame types</link></paragraph> <bookmark xml-lang="en-US" branch="hid/svx/ui/imapdialog/container" id="bm_id3145131" localize="false"/><paragraph role="heading" id="hd_id3150345" xml-lang="en-US" level="2" l10n="U" oldref="36">Graphic View</paragraph> -<paragraph role="paragraph" id="par_id3150382" xml-lang="en-US" l10n="U" oldref="37"><ahelp hid="svx/ui/imapdialog/container"></ahelp><comment>dont hide the imagemap if extended tips are on</comment>Displays the image map, so that you can click and edit the hotspots.</paragraph> +<paragraph role="paragraph" id="par_id3150382" xml-lang="en-US" l10n="U" oldref="37"><ahelp hid="svx/ui/imapdialog/container"><comment>dont hide the imagemap if extended tips are on</comment>Displays the image map, so that you can click and edit the hotspots.</ahelp></paragraph> <section id="relatedtopics"> <paragraph role="paragraph" id="par_id3150983" xml-lang="en-US" l10n="C"><link href="text/shared/guide/keyboard.xhp" name="Controlling the ImageMap Editor With the Keyboard">Controlling the ImageMap Editor With the Keyboard</link></paragraph> </section> diff --git a/source/text/swriter/01/04020100.xhp b/source/text/swriter/01/04020100.xhp index 4006882e07..4bcf1e57fc 100644 --- a/source/text/swriter/01/04020100.xhp +++ b/source/text/swriter/01/04020100.xhp @@ -37,7 +37,7 @@ </bookmark> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/sectionpage/SectionPage" id="bm_id3145414" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/swriter/ui/editsectiondialog/EditSectionDialog" id="bm_id3145415" localize="false"/> -<paragraph role="heading" id="hd_id3157557" xml-lang="en-US" level="1" l10n="U" oldref="37"><ahelp hid="."></ahelp><link href="text/swriter/01/04020100.xhp" name="Section">Section</link></paragraph> +<paragraph role="heading" id="hd_id3157557" xml-lang="en-US" level="1" l10n="U" oldref="37"><ahelp hid="."><link href="text/swriter/01/04020100.xhp" name="Section">Section</link></ahelp></paragraph> <paragraph role="paragraph" id="par_id3154644" xml-lang="en-US" l10n="U" oldref="38">Sets the properties of the section.</paragraph> </section> <section id="howtoget"> |