summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-05-13 19:48:37 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-05-13 20:02:57 +0200
commit95bb3305ca1ebfdd99a201d1d3234c820268af19 (patch)
tree942bc89ed8d6ee18e10d72bb2282fb95c1568ee0 /sw
parentfcf455d4efde077bb2b092b607de12ebfc350275 (diff)
loplugin:literaltoboolconversion
Change-Id: I7457e47866bd327cfc32a0b2d43ebd04c3c68dbc
Diffstat (limited to 'sw')
-rw-r--r--sw/inc/crsrsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/crsrsh.hxx b/sw/inc/crsrsh.hxx
index bf062bfcfece..b94b412e9e79 100644
--- a/sw/inc/crsrsh.hxx
+++ b/sw/inc/crsrsh.hxx
@@ -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