diff options
author | Armin Weiss <aw@openoffice.org> | 2001-02-15 15:11:33 +0000 |
---|---|---|
committer | Armin Weiss <aw@openoffice.org> | 2001-02-15 15:11:33 +0000 |
commit | bf3786d0382027864a0d57603b6ba67b79f708ca (patch) | |
tree | 371900aa1fd957a6929ec63d4e90eec493535d35 /svx/source/svdraw/svdouno.cxx | |
parent | f8422f78aec808efe673b97ce785fb854cd52e5b (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/svdouno.cxx')
-rw-r--r-- | svx/source/svdraw/svdouno.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx index cda56333c4ed..29c14e606536 100644 --- a/svx/source/svdraw/svdouno.cxx +++ b/svx/source/svdraw/svdouno.cxx @@ -2,9 +2,9 @@ * * $RCSfile: svdouno.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: aw $ $Date: 2001-01-26 14:08:54 $ + * 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 @@ -216,6 +216,7 @@ void SdrUnoObj::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const rInfo.bTransparenceAllowed = FALSE; rInfo.bGradientAllowed = FALSE; rInfo.bShearAllowed = FALSE; + rInfo.bEdgeRadiusAllowed = FALSE; rInfo.bNoOrthoDesired = FALSE; rInfo.bCanConvToPath = FALSE; rInfo.bCanConvToPoly = FALSE; |