diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-11 09:10:39 +0100 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2014-03-16 09:39:13 +0100 |
commit | e2ae01d4b298c0224972a502ab9953831d60111d (patch) | |
tree | 88b6d364649885f1f32df8f8b3e3a58fe11c886d /sw/inc/swcrsr.hxx | |
parent | 580dc29e60cacc0486eb87e9dc5f2c1ce8bb8893 (diff) |
sal_Bool to bool
Change-Id: I6a1fb3daf5e41c55c2174ae5996302123e613511
Diffstat (limited to 'sw/inc/swcrsr.hxx')
-rw-r--r-- | sw/inc/swcrsr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/swcrsr.hxx b/sw/inc/swcrsr.hxx index e29c960fd335..0b71ec5caf16 100644 --- a/sw/inc/swcrsr.hxx +++ b/sw/inc/swcrsr.hxx @@ -196,8 +196,8 @@ public: /** Restore cursor state to the one saved by SwCrsrSaveState **/ void RestoreSavePos(); - // sal_True: cursor can be set at this position. - virtual sal_Bool IsAtValidPos( sal_Bool bPoint = sal_True ) const; + // true: cursor can be set at this position. + virtual bool IsAtValidPos( bool bPoint = true ) const; // Is cursor allowed in ready only ranges? virtual bool IsReadOnlyAvailable() const; |