Kaydet (Commit) da2c2a3d authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:literaltoboolconversion

Change-Id: I4b9299ef87686fee4e2771255ed1fcbc16374db9
üst d75cdda8
...@@ -117,7 +117,7 @@ sal_uInt16 SvXMLNamespaceMap::AddIfKnown( const OUString& rPrefix, const OUStrin ...@@ -117,7 +117,7 @@ sal_uInt16 SvXMLNamespaceMap::AddIfKnown( const OUString& rPrefix, const OUStrin
{ {
sal_uInt16 nKey = GetKeyByName( rName ); sal_uInt16 nKey = GetKeyByName( rName );
assert(XML_NAMESPACE_NONE); assert(nKey != XML_NAMESPACE_NONE);
if( XML_NAMESPACE_NONE == nKey ) if( XML_NAMESPACE_NONE == nKey )
return XML_NAMESPACE_UNKNOWN; return XML_NAMESPACE_UNKNOWN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment