Kaydet (Commit) 05b294cb authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

typo & copy/paste error in error message

üst 77eaa51b
...@@ -258,7 +258,7 @@ void ORowSetValue::setTypeKind(sal_Int32 _eType) ...@@ -258,7 +258,7 @@ void ORowSetValue::setTypeKind(sal_Int32 _eType)
break; break;
default: default:
(*this) = getAny(); (*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 ...@@ -895,7 +895,7 @@ bool ORowSetValue::operator==(const ORowSetValue& _rRH) const
break; break;
default: default:
bRet = false; bRet = false;
OSL_FAIL("ORowSetValue::operator==(): UNSPUPPORTED TYPE!"); OSL_FAIL("ORowSetValue::operator==(): UNSUPPORTED TYPE!");
break; break;
} }
return bRet; return bRet;
......
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