summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorRadek Doulik <rodo@novell.com>2013-04-05 14:45:18 +0200
committerRadek Doulik <rodo@novell.com>2013-04-05 14:45:18 +0200
commit9d073bcba10b9cbcd56ad58cf5b19bbb129567a8 (patch)
tree6ca5ab30b261853d6b49fdeec8a5f126f7216015 /svx
parente59a5cad25a93e190957120dc7b42fe9c34a13e1 (diff)
revert that change and to it at custom shapes level
to allow primitive rectangles still be used Revert "disable round corners for rectangle shape. fixes fdo#39907" This reverts commit 0c7bbbe9da7602f5d72aecd481f6d26d9af217f0.
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdorect.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdorect.cxx b/svx/source/svdraw/svdorect.cxx
index 2e0feac76626..a60894e46147 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_False;
+ rInfo.bEdgeRadiusAllowed=sal_True;
bool bCanConv=!HasText() || ImpCanConvTextToCurve();
if (bCanConv && !bNoTextFrame && !HasText()) {