[Libreoffice-commits] core.git: svx/source

Tor Lillqvist tml at collabora.com
Fri Feb 28 02:55:11 PST 2014


 svx/source/fmcomp/gridcell.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 514f2c2dfa1ce32293622bbbcd3521f97d5c60ef
Author: Tor Lillqvist <tml at collabora.com>
Date:   Fri Feb 28 12:54:00 2014 +0200

    WaE: implicit conversion of literal of type 'sal_Bool' to 'bool'
    
    Change-Id: Icf1b8aa2c228daf8d9719616a6a91c5d6bef8449

diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 55fae78..402e203 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -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 );
 }
 
 


More information about the Libreoffice-commits mailing list