[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/ksvg2/impl (silent)
From:       Rob Buis <rwlbuis () xs4all ! nl>
Date:       2005-08-26 21:00:57
Message-ID: 1125090057.779817.31192.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 453700 by buis:

SVN_SILENT: logic error...


 M  +1 -1      SVGDOMImplementationImpl.cpp  


--- trunk/kdenonbeta/ksvg2/impl/SVGDOMImplementationImpl.cpp #453699:453700
@@ -139,7 +139,7 @@
 KDOM::DocumentTypeImpl \
*SVGDOMImplementationImpl::createDocumentType(KDOM::DOMStringImpl *qualifiedName, \
KDOM::DOMStringImpl *publicId, KDOM::DOMStringImpl *systemId) const  {
     // INVALID_CHARACTER_ERR: Raised if the specified qualified name contains an \
                illegal character.
-    if((qualifiedName && !qualifiedName->isEmpty()) || \
!KDOM::Helper::ValidateAttributeName(qualifiedName)) +    if((!qualifiedName || \
qualifiedName->isEmpty()) || !KDOM::Helper::ValidateAttributeName(qualifiedName))  \
throw new KDOM::DOMExceptionImpl(KDOM::INVALID_CHARACTER_ERR);  
     // NAMESPACE_ERR: Raised if no qualifiedName supplied (not mentioned in the \
spec!)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic