From 0c7bbbe9da7602f5d72aecd481f6d26d9af217f0 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Thu, 4 Apr 2013 13:33:34 +0200 Subject: disable round corners for rectangle shape. fixes fdo#39907 Change-Id: I4930ff1123783c434859434fef5983455a1e72f5 --- svx/source/svdraw/svdorect.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/source') 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()) { -- cgit