diff options
author | Radek Doulik <rodo@novell.com> | 2013-04-04 13:33:34 +0200 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2013-04-04 14:00:01 +0200 |
commit | 0c7bbbe9da7602f5d72aecd481f6d26d9af217f0 (patch) | |
tree | c72dd23760c8c1779cba55f0eb5c351c77b80b23 /svx | |
parent | 67d0b7033762a80093ab85b490437a3832851497 (diff) |
disable round corners for rectangle shape. fixes fdo#39907
Change-Id: I4930ff1123783c434859434fef5983455a1e72f5
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/svdraw/svdorect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdorect.cxx b/svx/source/svdraw/svdorect.cxx index a60894e46147..2e0feac76626 100644 --- a/svx/source/svdraw/svdorect.cxx +++ b/svx/source/svdraw/svdorect.cxx @@ -184,7 +184,7 @@ void SdrRectObj::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const rInfo.bGradientAllowed = (eFillStyle == XFILL_GRADIENT); rInfo.bShearAllowed =bNoTextFrame; - rInfo.bEdgeRadiusAllowed=sal_True; + rInfo.bEdgeRadiusAllowed=sal_False; bool bCanConv=!HasText() || ImpCanConvTextToCurve(); if (bCanConv && !bNoTextFrame && !HasText()) { |