https://bugs.documentfoundation.org/show_bug.cgi?id=88970

--- Comment #4 from Caolán McNamara <caol...@redhat.com> ---
I think the bug is actually in the helpcompiler 

The help for this page is in
helpcontent2/source/text/shared/01/ref_pdf_export.xhp

and we look at the hunk of code of....

<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfgeneralpage/range"
id="bm_id2618793" localize="false"/>
<bookmark xml-lang="en-US" branch="hid/filter/ui/pdfgeneralpage/pages"
id="bm_id2676778" localize="false"/>
<paragraph xml-lang="en-US" id="hd_id3154673" role="heading" level="3"
l10n="CHG" oldref="6">Pages</paragraph>
      <paragraph xml-lang="en-US" id="par_id3147571" role="paragraph" l10n="U"
oldref="7"><ahelp hid="filter/ui/pdfgeneralpage/pages">Exports the pages you
type in the box.</ahelp></paragraph>

then in the source of helpcompiler/source/HelpCompiler.cxx 
myparser::traverse the "hid" attribute of the ahelp tag is apparently ignored
and instead it assigns the ahelp extended tip to the contents of
extendedHelpText which is "every bookmark seen to date with a branch that
starts with 'hid'" and then empties that list.

so that's a complete horror if I'm reading this right

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to