summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/fillctrl.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-05-05 19:25:40 +0300
committerTor Lillqvist <tml@collabora.com>2015-05-05 19:25:40 +0300
commitd2724d4e07c9bfc58f1c9a008d538d6459c392fb (patch)
treef3a141dcf32508068b1a69516634e32133c7d853 /svx/source/tbxctrls/fillctrl.cxx
parentf34a473ba96849e2e5277702a7b2bbef9398b6d4 (diff)
WaE: implicit conversion of literal of type 'int' to 'bool'
Change-Id: I3a22d6a2a3d655337608826c9981039ba8b5483c
Diffstat (limited to 'svx/source/tbxctrls/fillctrl.cxx')
-rw-r--r--svx/source/tbxctrls/fillctrl.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/fillctrl.cxx b/svx/source/tbxctrls/fillctrl.cxx
index e1e58e6ca59e..fa8c6755cbfe 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() )