Kaydet (Commit) 514f2c2d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'

Change-Id: Icf1b8aa2c228daf8d9719616a6a91c5d6bef8449
üst 7c50556c
......@@ -2903,7 +2903,7 @@ void DbFilterField::Init( Window& rParent, const Reference< XRowSet >& xCursor )
// filter cells are never readonly
Edit* pAsEdit = dynamic_cast< Edit* >( m_pWindow );
if ( pAsEdit )
pAsEdit->SetReadOnly( sal_False );
pAsEdit->SetReadOnly( false );
}
......
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