https://bugs.documentfoundation.org/show_bug.cgi?id=164201
--- Comment #4 from Justin L <[email protected]> --- I don't see any way that allows updating the filter name. A reasonable place to try to change it could be in ApplySettingsTable(). comphelper::SequenceAsHashMap aMap(m_xTextDocument->getArgs()); aMap[u"FilterName"_ustr] >>= sFilterName; but any attempt to setArgs throws an exception. Of course, setArgs could always be extended to accept FilterName, but that sounds extremely hacky. Not sure how it would be possible to proceed here. -- You are receiving this mail because: You are the assignee for the bug.
