From e59a5cad25a93e190957120dc7b42fe9c34a13e1 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Fri, 5 Apr 2013 14:43:55 +0200 Subject: do not allow bEdgeRadiusAllowed to be set to true - as it cannot be exported to ODF - fixes fdo#39907 Change-Id: Ic5d3f60d588698e48da600bd13df9e1e4fae17cd --- svx/source/svdraw/svdoashp.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'svx/source') diff --git a/svx/source/svdraw/svdoashp.cxx b/svx/source/svdraw/svdoashp.cxx index 7bc80fd5c4a5..fe89daed66dc 100644 --- a/svx/source/svdraw/svdoashp.cxx +++ b/svx/source/svdraw/svdoashp.cxx @@ -1409,11 +1409,6 @@ void SdrObjCustomShape::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const { rInfo.bShearAllowed = aInfo.bShearAllowed; } - - if(rInfo.bEdgeRadiusAllowed != aInfo.bEdgeRadiusAllowed) - { - rInfo.bEdgeRadiusAllowed = aInfo.bEdgeRadiusAllowed; - } } } } -- cgit