diff options
author | Radek Doulik <rodo@novell.com> | 2013-04-05 14:43:55 +0200 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2013-04-05 14:44:58 +0200 |
commit | e59a5cad25a93e190957120dc7b42fe9c34a13e1 (patch) | |
tree | 1f52721f9a6c9509e730f6d283dab54d3c848ff4 | |
parent | dac06a943a6c44befda1ba22f4bd19c0281601d0 (diff) |
do not allow bEdgeRadiusAllowed to be set to true
- as it cannot be exported to ODF
- fixes fdo#39907
Change-Id: Ic5d3f60d588698e48da600bd13df9e1e4fae17cd
-rw-r--r-- | svx/source/svdraw/svdoashp.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
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; - } } } } |