Kaydet (Commit) 66d412ca authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:implicitboolconversion clean-up

Change-Id: I231012b4603158a6b81d42741076f1742da6695c
üst 9f232601
......@@ -1234,7 +1234,7 @@ sal_uInt8 ORowSetValue::getUInt8() const
break;
case DataType::BIT:
case DataType::BOOLEAN:
nRet = m_aValue.m_bBool;
nRet = int(m_aValue.m_bBool);
break;
case DataType::TINYINT:
if ( m_bSigned )
......
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