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/engine3d | |
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/engine3d')
-rw-r--r-- | svx/source/engine3d/obj3d.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/engine3d/obj3d.cxx b/svx/source/engine3d/obj3d.cxx index 27e49d963cf9..17e94f6604f6 100644 --- a/svx/source/engine3d/obj3d.cxx +++ b/svx/source/engine3d/obj3d.cxx @@ -2,9 +2,9 @@ * * $RCSfile: obj3d.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: aw $ $Date: 2001-02-09 17:53:12 $ + * last change: $Author: aw $ $Date: 2001-02-15 16:10:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -443,6 +443,7 @@ void E3dObject::TakeObjInfo(SdrObjTransformInfoRec& rInfo) const rInfo.bMirror45Allowed = FALSE; rInfo.bMirror90Allowed = FALSE; rInfo.bShearAllowed = FALSE; + rInfo.bEdgeRadiusAllowed = FALSE; rInfo.bCanConvToPath = FALSE; // no transparence for 3d objects |