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:31:45 +0100 |
commit | 6cc37b6e75e7aca982e89a185d9b4055b1155ec2 (patch) | |
tree | 4da32c4b95cf901e17537f2ac6df499b2a8516b0 /source/text/swriter | |
parent | c1ceff53b1e8f453a4451616a1ddcb49460dfca6 (diff) |
<ahelp> should not be empty/self-closing element (<ahelp ../>)
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.
Change-Id: I58725f6a7e5999609262abec2987a6d05445a7b2
(cherry picked from commit 8ecafdaa4e5b954941031e384b88c34309b7b27e)
Diffstat (limited to 'source/text/swriter')
-rw-r--r-- | source/text/swriter/01/04020100.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/swriter/01/04020100.xhp b/source/text/swriter/01/04020100.xhp index cf276584a7..32e3a5dc9a 100644 --- a/source/text/swriter/01/04020100.xhp +++ b/source/text/swriter/01/04020100.xhp @@ -36,7 +36,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"> |