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

Tor Lillqvist tml at collabora.com
Tue May 5 09:27:04 PDT 2015


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

New commits:
commit d2724d4e07c9bfc58f1c9a008d538d6459c392fb
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue May 5 19:25:40 2015 +0300

    WaE: implicit conversion of literal of type 'int' to 'bool'
    
    Change-Id: I3a22d6a2a3d655337608826c9981039ba8b5483c

diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx
index e1e58e6..fa8c675 100644
--- a/svx/source/tbxctrls/fillctrl.cxx
+++ b/svx/source/tbxctrls/fillctrl.cxx
@@ -441,7 +441,7 @@ void SvxFillToolBoxControl::Update()
                             XHatchEntry* pEntry = new XHatchEntry(mpHatchItem->GetHatchValue(), aTmpStr);
                             XHatchList aHatchList( "", ""/*TODO?*/ );
                             aHatchList.Insert( pEntry );
-                            aHatchList.SetDirty( sal_False );
+                            aHatchList.SetDirty( false );
                             const Bitmap aBmp = aHatchList.GetUiBitmap( 0 );
 
                             if( !aBmp.IsEmpty() )


More information about the Libreoffice-commits mailing list