summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-22 09:54:43 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-22 09:55:08 +0100
commit8fb7614efbdc5dd78e3e45550c2edaa4bc2cda45 (patch)
tree89b9bda2472af1debe8f9a6522cc5057218a19ed /xmloff
parentac3802da9ac7793c60a323bb8066c10fb40cf576 (diff)
kde250524-4.odt (etc) are missing some namespace declarations in meta.xml
Change-Id: Ie6a86262f60a4d44423bf8673d3847594e25e296
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/core/nmspmap.cxx2
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;