Kaydet (Commit) 9f80fcea authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:salbool

Change-Id: I9c34c84d14084e84ab7d9fda78955cf2aebaf5dc
üst 424897ba
......@@ -460,7 +460,7 @@ bool UCBDeadPropertyValue::toXML( const uno::Any & rInData,
else if ( rType == cppu::UnoType<bool>::get() )
{
// boolean
sal_Bool bValue = false;
bool bValue = false;
rInData >>= bValue;
aStringValue = OUString::boolean( bValue );
aStringType = aTypeBoolean;
......
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