summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdorect.cxx
diff options
context:
space:
mode:
authorArmin Weiss <aw@openoffice.org>2001-02-15 15:11:33 +0000
committerArmin Weiss <aw@openoffice.org>2001-02-15 15:11:33 +0000
commitbf3786d0382027864a0d57603b6ba67b79f708ca (patch)
tree371900aa1fd957a6929ec63d4e90eec493535d35 /svx/source/svdraw/svdorect.cxx
parentf8422f78aec808efe673b97ce785fb854cd52e5b (diff)
#81248# added functionality for IsCornerRadiusAllowed() to enable/disable
corner radius fields in the dialog with the normal methods.
Diffstat (limited to 'svx/source/svdraw/svdorect.cxx')
-rw-r--r--svx/source/svdraw/svdorect.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdorect.cxx b/svx/source/svdraw/svdorect.cxx
index 712604dc00a7..d424519d6784 100644
--- a/svx/source/svdraw/svdorect.cxx
+++ b/svx/source/svdraw/svdorect.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svdorect.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * 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
@@ -221,6 +221,8 @@ void SdrRectObj::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const
rInfo.bGradientAllowed = (eFillStyle == XFILL_GRADIENT);
rInfo.bShearAllowed =bNoTextFrame;
+ rInfo.bEdgeRadiusAllowed=TRUE;
+
FASTBOOL bCanConv=!HasText() || ImpCanConvTextToCurve();
if (bCanConv && !bNoTextFrame && !HasText()) {
bCanConv=HasFill() || HasLine();