typo & copy/paste error in error message

This commit is contained in:
Lionel Elie Mamane
2012-02-16 09:11:08 +01:00
parent 77eaa51bc4
commit 05b294cbc1

View File

@@ -258,7 +258,7 @@ void ORowSetValue::setTypeKind(sal_Int32 _eType)
break;
default:
(*this) = getAny();
OSL_FAIL("ORowSetValue:operator==(): UNSPUPPORTED TYPE!");
OSL_FAIL("ORowSetValue::setTypeKind(): UNSUPPORTED TYPE!");
}
}
@@ -895,7 +895,7 @@ bool ORowSetValue::operator==(const ORowSetValue& _rRH) const
break;
default:
bRet = false;
OSL_FAIL("ORowSetValue::operator==(): UNSPUPPORTED TYPE!");
OSL_FAIL("ORowSetValue::operator==(): UNSUPPORTED TYPE!");
break;
}
return bRet;