Kaydet (Commit) 5dde691e authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

an ORowSetValue constructed from a boolean is a boolean

as opposed to a bit

Change-Id: Ife1c8cef5ca1266e161da3a9190e744dd70ec2fd
üst dab66665
......@@ -682,7 +682,7 @@ ORowSetValue& ORowSetValue::operator=(const bool _rRH)
free();
m_aValue.m_bBool = _rRH;
m_eTypeKind = DataType::BIT;
m_eTypeKind = DataType::BOOLEAN;
m_bNull = sal_False;
return *this;
......
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