sw/source/ui/docvw/edtwin.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit f839b5dd16c05c0eda21345ec36ec0cb024eb732 Author: Tor Lillqvist <t...@collabora.com> Date: Sun Feb 23 09:55:02 2014 +0200 WaE: implicit conversion of literal of type 'sal_Bool' to 'bool' Change-Id: If6f0ce1ff376b80e4790b0790332867090c42e4d diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx index 18da201..ad0f592 100644 --- a/sw/source/ui/docvw/edtwin.cxx +++ b/sw/source/ui/docvw/edtwin.cxx @@ -1811,7 +1811,7 @@ KEYINPUT_CHECKTABLE_INSDEL: case KEY_DELETE: if ( !rSh.HasReadonlySel() ) { - if (rSh.IsInFrontOfLabel() && rSh.NumOrNoNum(sal_False)) + if (rSh.IsInFrontOfLabel() && rSh.NumOrNoNum(false)) eKeyState = KS_NumOrNoNum; } else @@ -1972,7 +1972,7 @@ KEYINPUT_CHECKTABLE_INSDEL: } } if ( bCallNumOrNoNum - && rSh.NumOrNoNum( !bOnlyBackspaceKey, sal_True ) ) + && rSh.NumOrNoNum( !bOnlyBackspaceKey, true ) ) { eKeyState = KS_NumOrNoNum; } @@ -2237,7 +2237,7 @@ KEYINPUT_CHECKTABLE_INSDEL: if( bNormalChar && rSh.IsInFrontOfLabel() ) { - rSh.NumOrNoNum(sal_False); + rSh.NumOrNoNum(false); } if( !m_aInBuffer.isEmpty() && ( !bNormalChar || bIsDocReadOnly )) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits