From caf8f777e38e75641dcd13461053ba0bfd44500f Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 4 Mar 2014 11:37:37 +0200 Subject: svx: sal_Bool->bool Change-Id: I41f3935a468f38c59bfbce7096bb086daf6190a3 --- svx/source/customshapes/EnhancedCustomShape3d.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svx/source/customshapes') 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 ); -- cgit