Kaydet (Commit) e59a5cad authored tarafından Radek Doulik's avatar Radek Doulik

do not allow bEdgeRadiusAllowed to be set to true

  - as it cannot be exported to ODF
  - fixes fdo#39907

Change-Id: Ic5d3f60d588698e48da600bd13df9e1e4fae17cd
üst dac06a94
...@@ -1409,11 +1409,6 @@ void SdrObjCustomShape::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const ...@@ -1409,11 +1409,6 @@ void SdrObjCustomShape::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const
{ {
rInfo.bShearAllowed = aInfo.bShearAllowed; rInfo.bShearAllowed = aInfo.bShearAllowed;
} }
if(rInfo.bEdgeRadiusAllowed != aInfo.bEdgeRadiusAllowed)
{
rInfo.bEdgeRadiusAllowed = aInfo.bEdgeRadiusAllowed;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment