Kaydet (Commit) 95bb3305 authored tarafından Matúš Kukan's avatar Matúš Kukan

loplugin:literaltoboolconversion

Change-Id: I7457e47866bd327cfc32a0b2d43ebd04c3c68dbc
üst fcf455d4
......@@ -452,7 +452,7 @@ public:
void EndCrsrMove( const bool bIdleEnd = false );
#else
void SttCrsrMove() { ++m_nCrsrMove; StartAction(); }
void EndCrsrMove( const bool bIdleEnd = sal_False )
void EndCrsrMove( const bool bIdleEnd = false )
{ EndAction( bIdleEnd ); --m_nCrsrMove; }
#endif
......
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