https://bugs.documentfoundation.org/show_bug.cgi?id=166835
--- Comment #13 from Mike Kaganski <[email protected]> --- Note that this needs a never-ending track of what is supported, and what is not - both because the file format does not support it, and because we didn't yet implemented it; with every change in the code (fixing an interoperability bug; introducing a new feature); for a potentially unlimited number of file format (which are, basically, black box from the module's perspective: a file format is just a filter, which is pluggable, and provides means to import and export, and can come from extensions). The only potentially implementable approach is - checking when saving; and that would depend on the filter doing that job. We can introduce hooks allowing filters to report the issues, but not much more. -- You are receiving this mail because: You are the assignee for the bug.
