https://bugs.documentfoundation.org/show_bug.cgi?id=92720
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=92 | |654 --- Comment #4 from Julien Nabet <[email protected]> --- On pc Debian x86-64 with master sources updated today, I could reproduce this. It's the same as https://bugs.documentfoundation.org/show_bug.cgi?id=92654#c7 with the same patch as I indicated there, I don't reproduce the crash. Michael: any thought? (diff --git a/xmloff/source/core/nmspmap.cxx b/xmloff/source/core/nmspmap.cxx index b355f03..ff94b76 100644 --- a/xmloff/source/core/nmspmap.cxx +++ b/xmloff/source/core/nmspmap.cxx @@ -216,6 +216,7 @@ OUString SvXMLNamespaceMap::GetQNameByKey( sal_uInt16 nKey, return sQName.makeStringAndClear(); } case XML_NAMESPACE_XML: + case XML_NAMESPACE_LO_EXT: { // this namespace is reserved, and needs not to be declared OUStringBuffer sQName; ) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
