summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-02-16 09:11:08 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2012-02-16 13:33:03 +0100
commit05b294cbc14422f9c5897c0830eda57d141f78a3 (patch)
treeee5e20c85de0e0d328062a0f29f735a5910c26d3 /connectivity
parent77eaa51bc47ff6b02f319053d4ca5aaf37b28f37 (diff)
typo & copy/paste error in error message
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/FValue.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx
index bfa3b12a520a..93a8c9d1e9d2 100644
--- a/connectivity/source/commontools/FValue.cxx
+++ b/connectivity/source/commontools/FValue.cxx
@@ -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;