[Libreoffice-bugs] [Bug 141732] Each module should default to its own PDF import filter

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Jul 11 09:17:08 UTC 2021


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

Kevin Suo <suokunlong at 126.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |suokunlong at 126.com

--- Comment #6 from Kevin Suo <suokunlong at 126.com> ---
Just a code pointer to those who are interested in:
When I open a PDF document from the start centre, the pickup of the
"draw_pdf_import" filter seems to be determined by: 
PDFDetector::detect
in sdext/source/pdfimport/filterdet.cxx

You can observe this by setting a breakpoint when you are running LibreOffice
using "make debugrun"
break sdext/source/pdfimport/filterdet.cxx:194

However, it is very strange that, when I manually choose "PDF - Portable
Document Format (Writer)" from the file format list dropdown in the file open
dialog, this code is never hit.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210711/9077c359/attachment.htm>


More information about the Libreoffice-bugs mailing list