summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoattr.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-04-07 23:05:56 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-04-07 23:58:31 +0900
commit93dc48ae47201cbcc9f30623bf1150f57d9353a6 (patch)
tree4310b7e38de5725b9d79256042c44e9d40b88c76 /svx/source/svdraw/svdoattr.cxx
parent84068dae548d8498bf63f5fe2273a44b9fc638bb (diff)
sal_Bool to bool
Change-Id: Iac3b6fbe42ae0ffd9229935b46d1352987f99596
Diffstat (limited to 'svx/source/svdraw/svdoattr.cxx')
-rw-r--r--svx/source/svdraw/svdoattr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdoattr.cxx b/svx/source/svdraw/svdoattr.cxx
index 6607c13b01f2..7b20fd91b21a 100644
--- a/svx/source/svdraw/svdoattr.cxx
+++ b/svx/source/svdraw/svdoattr.cxx
@@ -127,7 +127,7 @@ void SdrAttrObj::SetModel(SdrModel* pNewModel)
void SdrAttrObj::Notify(SfxBroadcaster& /*rBC*/, const SfxHint& rHint)
{
SfxSimpleHint *pSimple = PTR_CAST(SfxSimpleHint, &rHint);
- sal_Bool bDataChg(pSimple && SFX_HINT_DATACHANGED == pSimple->GetId());
+ bool bDataChg(pSimple && SFX_HINT_DATACHANGED == pSimple->GetId());
if(bDataChg)
{