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() )