summaryrefslogtreecommitdiff
path: root/include/svx/lathe3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-05 14:13:39 +0200
committerNoel Grandin <noel@peralex.com>2014-03-11 08:18:18 +0200
commitc72ce293de07e2c8f13a3565fdd681773dc51144 (patch)
tree39017819e554037253d7065e330bbbc6fe480f79 /include/svx/lathe3d.hxx
parentc54b276beb30c36cee4d7cf2ccbd552c526777e7 (diff)
svx: sal_Bool->bool
Change-Id: I5a6a57f708a3a5ce1f065e341ae9da24e0c91499
Diffstat (limited to 'include/svx/lathe3d.hxx')
-rw-r--r--include/svx/lathe3d.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/lathe3d.hxx b/include/svx/lathe3d.hxx
index 108a8553fb96..ae2f2b2eb9e3 100644
--- a/include/svx/lathe3d.hxx
+++ b/include/svx/lathe3d.hxx
@@ -71,23 +71,23 @@ private:
{ return ((const Svx3DEndAngleItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_END_ANGLE)).GetValue(); }
// #107245# GetSmoothNormals() for bLatheSmoothed
- sal_Bool GetSmoothNormals() const
+ bool GetSmoothNormals() const
{ return ((const Svx3DSmoothNormalsItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_SMOOTH_NORMALS)).GetValue(); }
// #107245# GetSmoothLids() for bLatheSmoothFrontBack
- sal_Bool GetSmoothLids() const
+ bool GetSmoothLids() const
{ return ((const Svx3DSmoothLidsItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_SMOOTH_LIDS)).GetValue(); }
// #107245# GetCharacterMode() for bLatheCharacterMode
- sal_Bool GetCharacterMode() const
+ bool GetCharacterMode() const
{ return ((const Svx3DCharacterModeItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_CHARACTER_MODE)).GetValue(); }
// #107245# GetCloseFront() for bLatheCloseFront
- sal_Bool GetCloseFront() const
+ bool GetCloseFront() const
{ return ((const Svx3DCloseFrontItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_CLOSE_FRONT)).GetValue(); }
// #107245# GetCloseBack() for bLatheCloseBack
- sal_Bool GetCloseBack() const
+ bool GetCloseBack() const
{ return ((const Svx3DCloseBackItem&)GetObjectItemSet().Get(SDRATTR_3DOBJ_CLOSE_BACK)).GetValue(); }
virtual sal_uInt16 GetObjIdentifier() const;