[Libreoffice-commits] help.git: Branch 'distro/collabora/cp-5.0' - source/text

Christian Lohmaier lohmaier+LibreOffice at googlemail.com
Tue Jan 19 00:12:45 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 fd2137731a0361440b7b6a08ac28f6ef0e08aae9
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.
    
    (cherry picked from commit 8ecafdaa4e5b954941031e384b88c34309b7b27e)
    
    Change-Id: I58725f6a7e5999609262abec2987a6d05445a7b2

diff --git a/source/text/shared/01/02220000.xhp b/source/text/shared/01/02220000.xhp
index cb1834c..3fece21 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 4006882..4bcf1e5 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">


More information about the Libreoffice-commits mailing list