diff options
Diffstat (limited to 'svx/source/svdraw/svdomeas.cxx')
-rw-r--r-- | svx/source/svdraw/svdomeas.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdomeas.cxx b/svx/source/svdraw/svdomeas.cxx index 0dc2c98621cb..7942603cce3a 100644 --- a/svx/source/svdraw/svdomeas.cxx +++ b/svx/source/svdraw/svdomeas.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdomeas.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: aw $ $Date: 2001-02-09 17:54:43 $ + * last change: $Author: aw $ $Date: 2001-02-15 16:11:33 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -353,6 +353,7 @@ void SdrMeasureObj::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const rInfo.bTransparenceAllowed = FALSE; rInfo.bGradientAllowed = FALSE; rInfo.bShearAllowed =TRUE; + rInfo.bEdgeRadiusAllowed=FALSE; rInfo.bNoOrthoDesired =TRUE; rInfo.bNoContortion =FALSE; rInfo.bCanConvToPath =FALSE; |