summaryrefslogtreecommitdiff
path: root/include/svx/view3d.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-03-11 12:00:14 +0200
committerNoel Grandin <noel@peralex.com>2014-03-14 07:50:31 +0200
commitfae4102573d184696a1fe1394258ec9ad3a895dc (patch)
treeacb48c8543b3b80b872efd9aa7027c9589c4eb35 /include/svx/view3d.hxx
parent86ffac74e3e0a725abe6b0f79946b3381828bc8e (diff)
svx: sal_Bool->bool
Change-Id: I8eac9bfecbf8ecc4aa5dd2b098bb57aab3dd424e
Diffstat (limited to 'include/svx/view3d.hxx')
-rw-r--r--include/svx/view3d.hxx18
1 files changed, 6 insertions, 12 deletions
diff --git a/include/svx/view3d.hxx b/include/svx/view3d.hxx
index db502f55f785..8c444b804c4d 100644
--- a/include/svx/view3d.hxx
+++ b/include/svx/view3d.hxx
@@ -63,7 +63,7 @@ protected:
// Migrate selections
Impl3DMirrorConstructOverlay* mpMirrorOverlay;
- sal_Bool bDoubleSided;
+ bool bDoubleSided;
void InitView();
@@ -108,7 +108,7 @@ public:
// Means to create all Extrudes in a certain depth order.
void DoDepthArrange(E3dScene* pScene, double fDepth);
- void ConvertMarkedToPolyObj(sal_Bool bLineToArea);
+ void ConvertMarkedToPolyObj(bool bLineToArea);
E3dScene* SetCurrent3DObj(E3dObject* p3DObj);
void Start3DCreation();
@@ -242,18 +242,12 @@ public:
bool IsBreak3DObjPossible() const;
void Break3DObj();
- sal_Bool DoubleSided () const
- {
- return bDoubleSided;
- }
+ bool DoubleSided () const { return bDoubleSided; }
- sal_Bool &DoubleSided ()
- {
- return bDoubleSided;
- }
+ bool &DoubleSided () { return bDoubleSided; }
- SfxItemSet Get3DAttributes(E3dScene* pInScene = NULL, sal_Bool bOnly3DAttr=sal_False) const;
- void Set3DAttributes(const SfxItemSet& rAttr, E3dScene* pInScene = NULL, sal_Bool bOnly3DAttr=sal_False);
+ SfxItemSet Get3DAttributes(E3dScene* pInScene = NULL, bool bOnly3DAttr=false) const;
+ void Set3DAttributes(const SfxItemSet& rAttr, E3dScene* pInScene = NULL, bool bOnly3DAttr=false);
};
#endif // INCLUDED_SVX_VIEW3D_HXX