diff options
author | Mikhail Voytenko <mav@openoffice.org> | 2011-01-10 16:11:35 +0100 |
---|---|---|
committer | Mikhail Voytenko <mav@openoffice.org> | 2011-01-10 16:11:35 +0100 |
commit | 94d85ef550ad17efba5dec09290d0e8176a8b455 (patch) | |
tree | 41a1a79c31bd144b9374142c6259d33e2a3f5b89 /svx/source/engine3d/polygn3d.cxx | |
parent | 3f4e9b4c3cd9028744ea6ed5e93c41c51a15d229 (diff) |
removetooltypes01: #i112600# remove tooltypes from svx
Diffstat (limited to 'svx/source/engine3d/polygn3d.cxx')
-rw-r--r-- | svx/source/engine3d/polygn3d.cxx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/engine3d/polygn3d.cxx b/svx/source/engine3d/polygn3d.cxx index 0ec26903d2c0..7086aace6659 100644 --- a/svx/source/engine3d/polygn3d.cxx +++ b/svx/source/engine3d/polygn3d.cxx @@ -54,7 +54,7 @@ sdr::contact::ViewContact* E3dPolygonObj::CreateObjectSpecificViewContact() E3dPolygonObj::E3dPolygonObj( E3dDefaultAttributes& rDefault, const basegfx::B3DPolyPolygon& rPolyPoly3D, - BOOL bLinOnly) + sal_Bool bLinOnly) : E3dCompoundObject(rDefault), bLineOnly(bLinOnly) { @@ -78,7 +78,7 @@ E3dPolygonObj::E3dPolygonObj( E3dDefaultAttributes& rDefault, const basegfx::B3DPolyPolygon& rPolyPoly3D, const basegfx::B3DPolyPolygon& rPolyNormals3D, - BOOL bLinOnly) + sal_Bool bLinOnly) : E3dCompoundObject(rDefault), bLineOnly(bLinOnly) { @@ -101,7 +101,7 @@ E3dPolygonObj::E3dPolygonObj( const basegfx::B3DPolyPolygon& rPolyPoly3D, const basegfx::B3DPolyPolygon& rPolyNormals3D, const basegfx::B2DPolyPolygon& rPolyTexture2D, - BOOL bLinOnly) + sal_Bool bLinOnly) : E3dCompoundObject(rDefault), bLineOnly(bLinOnly) { @@ -188,7 +188,7 @@ void E3dPolygonObj::CreateDefaultTexture() // Entscheiden, welche Koordinaten als Source fuer das // Mapping benutzt werden sollen - UINT16 nSourceMode = 0; + sal_uInt16 nSourceMode = 0; // Groessten Freiheitsgrad ermitteln if(!(aNormal.getX() > aNormal.getY() && aNormal.getX() > aNormal.getZ())) @@ -265,7 +265,7 @@ E3dPolygonObj::~E3dPolygonObj() |* \************************************************************************/ -UINT16 E3dPolygonObj::GetObjIdentifier() const +sal_uInt16 E3dPolygonObj::GetObjIdentifier() const { return E3D_POLYGONOBJ_ID; } @@ -318,7 +318,7 @@ void E3dPolygonObj::SetPolyTexture2D(const basegfx::B2DPolyPolygon& rNewPolyText |* \************************************************************************/ -SdrObject *E3dPolygonObj::DoConvertToPolyObj(BOOL /*bBezier*/) const +SdrObject *E3dPolygonObj::DoConvertToPolyObj(sal_Bool /*bBezier*/) const { return NULL; } @@ -349,7 +349,7 @@ void E3dPolygonObj::operator=(const SdrObject& rObj) |* \************************************************************************/ -void E3dPolygonObj::SetLineOnly(BOOL bNew) +void E3dPolygonObj::SetLineOnly(sal_Bool bNew) { if(bNew != bLineOnly) { |