Should not have been trying to get the element name from the dictionary for some node types.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@944 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
dsandersoremutah
2006-10-02 21:01:30 +00:00
parent 588c20526e
commit 9a411fdea6

View File

@@ -4638,12 +4638,8 @@ RCODE F_NodeVerifier::checkForIndexes(
switch( m_nodeInfo.eNodeType)
{
case DOCUMENT_NODE:
case ELEMENT_NODE:
case DATA_NODE:
case COMMENT_NODE:
case CDATA_SECTION_NODE:
case ANNOTATION_NODE:
{
if( RC_BAD( rc = pDict->getElement( pDb,
m_nodeInfo.uiNameId, &defInfo)))