summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/fillctrl.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-04-11 18:32:27 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-04-12 06:30:03 +0900
commitbd7b2c7befbd10bebaba3a9b6ea491969ac1dcb0 (patch)
tree52bc006aed2467707c830f46a780d6d5565d74bc /svx/source/tbxctrls/fillctrl.cxx
parent9305b30cb11f007abf620ccd38b941bc8a9b3714 (diff)
sal_Bool to bool
Change-Id: Ia86be34c6cfeab2a853305aa1568c384d7b4e2b9
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 91a012c7bfc9..ac1fb637b6ac 100644
--- a/svx/source/tbxctrls/fillctrl.cxx
+++ b/svx/source/tbxctrls/fillctrl.cxx
@@ -664,7 +664,7 @@ IMPL_LINK( FillControl, SelectFillAttrHdl, ListBox *, pBox )
{
XFillStyle eXFS = (XFillStyle)pLbFillType->GetSelectEntryPos();
XFillStyleItem aXFillStyleItem( eXFS );
- sal_Bool bAction = pBox && !pLbFillAttr->IsTravelSelect();
+ bool bAction = pBox && !pLbFillAttr->IsTravelSelect();
SfxObjectShell* pSh = SfxObjectShell::Current();
if ( bAction )