diff options
author | Noel Grandin <noel@peralex.com> | 2014-03-04 11:37:37 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-03-11 08:18:14 +0200 |
commit | caf8f777e38e75641dcd13461053ba0bfd44500f (patch) | |
tree | 9bd4db6893ec1327e8e276b0088f0d7f69ecbdc4 /svx/source/customshapes | |
parent | 5e36e2cb7b9a8e52f198525949da257acd87d8c6 (diff) |
svx: sal_Bool->bool
Change-Id: I41f3935a468f38c59bfbce7096bb086daf6190a3
Diffstat (limited to 'svx/source/customshapes')
-rw-r--r-- | svx/source/customshapes/EnhancedCustomShape3d.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape3d.cxx b/svx/source/customshapes/EnhancedCustomShape3d.cxx index 789f3f87825f..869eec2b1042 100644 --- a/svx/source/customshapes/EnhancedCustomShape3d.cxx +++ b/svx/source/customshapes/EnhancedCustomShape3d.cxx @@ -329,8 +329,8 @@ SdrObject* EnhancedCustomShape3d::Create3DObject( const SdrObject* pShape2d, con ProjectionType eProjectionType( eProjectionMode == drawing::ProjectionMode_PARALLEL ? PR_PARALLEL : PR_PERSPECTIVE ); // pShape2d Convert in scenes which include 3D Objects E3dDefaultAttributes a3DDefaultAttr; - a3DDefaultAttr.SetDefaultLatheCharacterMode( sal_True ); - a3DDefaultAttr.SetDefaultExtrudeCharacterMode( sal_True ); + a3DDefaultAttr.SetDefaultLatheCharacterMode( true ); + a3DDefaultAttr.SetDefaultExtrudeCharacterMode( true ); E3dScene* pScene = new E3dPolyScene( a3DDefaultAttr ); |