Created attachment 156092 [details] Document Converter warning dialog When using Document Converter to convert MSO files in batch, it would stop and jump a warning dialog when the PowerPoint file contains SmartArts. That is okay, but when converting massively documents (e.g. 100+ ppt files, which is a _real_ story in a Taiwanese army) it would be upset when user needed to click OK for 50+ times. I think adding a checkbox "Ignore the same warning" or something like that is sensible.
No need to interrupt the workflow with this warning but rather we show this per infobar after the document has been loaded.
If somebody wants to do this, some code pointers: ff5cb6cb34e42b290affc75703a93de1d24d0bc6 did something similar in an other context in the past, and oox/source/ppt/pptimport.cxx:151 PowerPointImport::importDocument() is where the current warning dialog is created.
First step here https://gerrit.libreoffice.org/#/c/85101/, tooltip is missing.
(In reply to Heiko Tietze from comment #3) > First step here https://gerrit.libreoffice.org/#/c/85101/, tooltip is > missing. Wrong ticket