Kaydet (Commit) f5bd9b40 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Adolfo Jayme Barrientos

Fix typo

Change-Id: I14fba5feb45ee2f8de5f017b6da95bd1fe4908f8
Reviewed-on: https://gerrit.libreoffice.org/66660
Tested-by: Jenkins
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst fef58ec1
...@@ -752,7 +752,7 @@ bool ORowSetValue::operator==(const ORowSetValue& _rRH) const ...@@ -752,7 +752,7 @@ bool ORowSetValue::operator==(const ORowSetValue& _rRH) const
} }
bool bRet = false; bool bRet = false;
OSL_ENSURE(!m_bNull,"SHould not be null!"); OSL_ENSURE(!m_bNull,"Should not be null!");
switch(m_eTypeKind) switch(m_eTypeKind)
{ {
case DataType::VARCHAR: case DataType::VARCHAR:
......
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