summaryrefslogtreecommitdiff
path: root/svx/source/engine3d/lathe3d.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-03-21 12:04:56 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-03-21 12:12:29 +0900
commit322257d53202f4d6bf3e7fa687c3902b4c61d794 (patch)
tree39ada4d043eb4d7f2d98b1d300ad0845cde83810 /svx/source/engine3d/lathe3d.cxx
parentff140bb6b8b109f14c270ff059f0b8d71dab5d6c (diff)
sal_Bool to bool
Change-Id: I9bdb9db8b38758117a6bad27a014376806841470
Diffstat (limited to 'svx/source/engine3d/lathe3d.cxx')
-rw-r--r--svx/source/engine3d/lathe3d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/engine3d/lathe3d.cxx b/svx/source/engine3d/lathe3d.cxx
index be5e9660a019..d9153bfbe1eb 100644
--- a/svx/source/engine3d/lathe3d.cxx
+++ b/svx/source/engine3d/lathe3d.cxx
@@ -169,9 +169,9 @@ void E3dLatheObj::TakeObjNamePlural(XubString& rName) const
rName=ImpGetResStr(STR_ObjNamePluralLathe3d);
}
-sal_Bool E3dLatheObj::IsBreakObjPossible()
+bool E3dLatheObj::IsBreakObjPossible()
{
- return sal_True;
+ return true;
}
SdrAttrObj* E3dLatheObj::GetBreakObj()