https://bugs.documentfoundation.org/show_bug.cgi?id=92654

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #7 from Julien Nabet <[email protected]> ---
assert comes from
http://cgit.freedesktop.org/libreoffice/core/commit/?id=e29a17ede22aee2fcc5e17f945c3e69d1927e7c1

Michael: with this patch, I don't have the crash and can open the report (with
0,000000):
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;

is it the good way to fix the crash?

-- 
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

Reply via email to