diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-22 09:54:43 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-22 09:55:08 +0100 |
commit | 8fb7614efbdc5dd78e3e45550c2edaa4bc2cda45 (patch) | |
tree | 89b9bda2472af1debe8f9a6522cc5057218a19ed | |
parent | ac3802da9ac7793c60a323bb8066c10fb40cf576 (diff) |
kde250524-4.odt (etc) are missing some namespace declarations in meta.xml
Change-Id: Ie6a86262f60a4d44423bf8673d3847594e25e296
-rw-r--r-- | xmloff/source/core/nmspmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/core/nmspmap.cxx b/xmloff/source/core/nmspmap.cxx index c4c93425d99f..6a97160c9f42 100644 --- a/xmloff/source/core/nmspmap.cxx +++ b/xmloff/source/core/nmspmap.cxx @@ -194,7 +194,7 @@ OUString SvXMLNamespaceMap::GetQNameByKey( sal_uInt16 nKey, { case XML_NAMESPACE_UNKNOWN: // ...if it's a completely unknown namespace, assert and return the local name - assert(false); + SAL_WARN("xmloff.core", "unknown namespace, probable missing xmlns: declaration"); case XML_NAMESPACE_NONE: // ...if there isn't one, return the local name return rLocalName; |