[Libreoffice-commits] help.git: source/text

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Tue Jan 12 04:31:07 PST 2016


 source/text/shared/01/02220000.xhp  |    2 +-
 source/text/swriter/01/04020100.xhp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8ecafdaa4e5b954941031e384b88c34309b7b27e
Author: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
Date:   Tue Jan 12 13:24:45 2016 +0100

    <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

diff --git a/source/text/shared/01/02220000.xhp b/source/text/shared/01/02220000.xhp
index 17886ff..c993b3a 100644
--- a/source/text/shared/01/02220000.xhp
+++ b/source/text/shared/01/02220000.xhp
@@ -293,7 +293,7 @@
 <bookmark xml-lang="en-US" branch="hid/svx/ui/imapdialog/container" id="bm_id3145131" localize="false"/>
 
 <paragraph id="hd_id3150345" role="heading" level="2" xml-lang="en-US">Graphic View</paragraph>
-<paragraph id="par_id3150382" role="paragraph" xml-lang="en-US"><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 id="par_id3150382" role="paragraph" xml-lang="en-US"><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 id="par_id3150983" role="paragraph" xml-lang="en-US"><link href="text/shared/guide/keyboard.xhp" name="Controlling the ImageMap Editor With the Keyboard">Controlling the ImageMap Editor With the Keyboard</link></paragraph>
diff --git a/source/text/swriter/01/04020100.xhp b/source/text/swriter/01/04020100.xhp
index cf27658..32e3a5d 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">


More information about the Libreoffice-commits mailing list