diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-12-16 12:22:07 +0000 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2024-12-17 11:17:05 +0100 |
commit | 7c682d402d4761fb5fb4b6abefa7c7c29a88596e (patch) | |
tree | 3f5bc509547dc1b17fedac29ad3992cabd253a1d | |
parent | b992d3b081f16a280b9040dc1a5bd93129a6ca5d (diff) |
crashtesting: unable to import doc export of forum-de2-10510.ott
"No namespace defined for pic at sax/source/fastparser/fastparser.cxx:718"
Change-Id: I417ee6608b63f27b92236ab96cc705d4261b8350
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178581
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
(cherry picked from commit d0ecc9bbffb15bd9b312e706238a131f9a19fa0f)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178598
(cherry picked from commit 26f99cba2cd696fce75f77a16d6285d14673a258)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178616
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
-rw-r--r-- | sw/source/filter/ww8/docxexport.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/filter/ww8/docxexport.cxx b/sw/source/filter/ww8/docxexport.cxx index 911b2cddc50f..f3082c7d2221 100644 --- a/sw/source/filter/ww8/docxexport.cxx +++ b/sw/source/filter/ww8/docxexport.cxx @@ -2032,6 +2032,7 @@ rtl::Reference<FastAttributeList> DocxExport::MainXmlNamespaces() pAttr->add( FSNS( XML_xmlns, XML_w ), OUStringToOString(m_rFilter.getNamespaceURL(OOX_NS(doc)), RTL_TEXTENCODING_UTF8) ); pAttr->add( FSNS( XML_xmlns, XML_w10 ), OUStringToOString(m_rFilter.getNamespaceURL(OOX_NS(vmlWord)), RTL_TEXTENCODING_UTF8) ); pAttr->add( FSNS( XML_xmlns, XML_wp ), OUStringToOString(m_rFilter.getNamespaceURL(OOX_NS(dmlWordDr)), RTL_TEXTENCODING_UTF8) ); + pAttr->add( FSNS( XML_xmlns, XML_pic ), OUStringToOString(m_rFilter.getNamespaceURL(OOX_NS(dmlPicture)), RTL_TEXTENCODING_UTF8) ); pAttr->add( FSNS( XML_xmlns, XML_wps ), OUStringToOString(m_rFilter.getNamespaceURL(OOX_NS(wps)), RTL_TEXTENCODING_UTF8) ); pAttr->add( FSNS( XML_xmlns, XML_wpg ), OUStringToOString(m_rFilter.getNamespaceURL(OOX_NS(wpg)), RTL_TEXTENCODING_UTF8) ); pAttr->add( FSNS( XML_xmlns, XML_mc ), OUStringToOString(m_rFilter.getNamespaceURL(OOX_NS(mce)), RTL_TEXTENCODING_UTF8) ); |