Cleanup idempotent entries from mimetype mapper table
ClosedPublic

Authored by bruns on Feb 15 2019, 10:39 PM.

Details

Summary

The OpenDocument and OfficeXML mime types are already covered by the
contains("document") statement, so no need to explicitly list these
for the Type::Document again.

Likewise for SVGs, which are already covered by the startswith("image/").

Diff Detail

Repository
R293 Baloo
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
bruns created this revision.Feb 15 2019, 10:39 PM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptFeb 15 2019, 10:39 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Feb 15 2019, 10:39 PM
ngraham accepted this revision.Feb 16 2019, 10:56 PM
This revision is now accepted and ready to land.Feb 16 2019, 10:56 PM
This revision was automatically updated to reflect the committed changes.