summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 21:48:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 21:48:08 +0000
commit73b4b02223c832ffed2850145adca653a708c59c (patch)
tree37aef81d6d74f513a8eb57881231883529ab00f2
parentefa0ff247278eea01716c68198732f3615e1dbd9 (diff)
INTEGRATION: CWS aw033 (1.17.8); FILE MERGED
2008/07/10 13:00:51 aw 1.17.8.3: #i39532# XOutputDevice removed, PrepareDelete removed 2008/05/14 14:02:39 aw 1.17.8.2: RESYNC: (1.17-1.18); FILE MERGED 2007/11/22 15:03:17 aw 1.17.8.1: #i39532# wntmsci10 correction
-rw-r--r--svx/source/customshapes/EnhancedCustomShape3d.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape3d.cxx b/svx/source/customshapes/EnhancedCustomShape3d.cxx
index e28d7c2e60..93ede44e8e 100644
--- a/svx/source/customshapes/EnhancedCustomShape3d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape3d.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: EnhancedCustomShape3d.cxx,v $
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
* This file is part of OpenOffice.org.
*
@@ -33,7 +33,6 @@
#include "EnhancedCustomShape3d.hxx"
#include <svx/svdetc.hxx>
#include <svx/svdmodel.hxx>
-#include <svx/xoutx.hxx>
#ifndef _SV_POLY_HXX
#include <tools/poly.hxx>
#endif
@@ -410,7 +409,7 @@ SdrObject* EnhancedCustomShape3d::Create3DObject( const SdrObject* pShape2d, con
if( aPolyPoly.count() )
{
- const basegfx::B2DRange aTempRange(basegfx::tools::getRange(basegfx::tools::adaptiveSubdivideByAngle(aPolyPoly)));
+ const basegfx::B2DRange aTempRange(basegfx::tools::getRange(aPolyPoly));
const Rectangle aBoundRect(FRound(aTempRange.getMinX()), FRound(aTempRange.getMinY()), FRound(aTempRange.getMaxX()), FRound(aTempRange.getMaxY()));
aBoundRect2d.Union( aBoundRect );