svx/source/tbxctrls/fillctrl.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d2724d4e07c9bfc58f1c9a008d538d6459c392fb Author: Tor Lillqvist <t...@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() ) _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits