diff options
-rw-r--r-- | unoxml/source/dom/node.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unoxml/source/dom/node.cxx b/unoxml/source/dom/node.cxx index 4fbba7c6318d..4501b7ad26e7 100644 --- a/unoxml/source/dom/node.cxx +++ b/unoxml/source/dom/node.cxx @@ -116,7 +116,7 @@ namespace DOM strlen(reinterpret_cast<const char*>(pPrefix))); OSL_TRACE("getTokenWithPrefix(): prefix %s, name %s", - (const char*)pPrefix, (const char*)pName); + pPrefix, pName); Context::NamespaceVectorType::value_type::const_iterator aIter; if( (aIter=std::find_if(rContext.maNamespaces.back().begin(), |