Bug 129013 - [UX][FILECONV] Add a "ignore the same warning" to the Document Converter Warning dialog
Summary: [UX][FILECONV] Add a "ignore the same warning" to the Document Converter Warn...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
6.4.0.0.alpha1+
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: difficultyMedium, easyHack, skillCpp, topicUI
Depends on:
Blocks: Wizard
  Show dependency treegraph
 
Reported: 2019-11-25 13:28 UTC by Franklin Weng
Modified: 2023-10-03 19:06 UTC (History)
6 users (show)

See Also:
Crash report or crash signature:


Attachments
Document Converter warning dialog (330.24 KB, image/png)
2019-11-25 13:28 UTC, Franklin Weng
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Franklin Weng 2019-11-25 13:28:16 UTC
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.
Comment 1 Heiko Tietze 2019-11-26 12:32:25 UTC
No need to interrupt the workflow with this warning but rather we show this per infobar after the document has been loaded.
Comment 2 Miklos Vajna 2019-11-26 13:27:05 UTC
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.
Comment 3 Heiko Tietze 2019-12-19 13:24:40 UTC Comment hidden (obsolete)
Comment 4 Heiko Tietze 2019-12-19 13:25:31 UTC Comment hidden (obsolete)