summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/RotationDescriptor.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/RotationDescriptor.idl')
-rw-r--r--offapi/com/sun/star/drawing/RotationDescriptor.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/drawing/RotationDescriptor.idl b/offapi/com/sun/star/drawing/RotationDescriptor.idl
index e183fe0038a1..1697053e88be 100644
--- a/offapi/com/sun/star/drawing/RotationDescriptor.idl
+++ b/offapi/com/sun/star/drawing/RotationDescriptor.idl
@@ -25,30 +25,30 @@
/** This abstract service specifies the general characteristics of an optional
- rotation and shearing for a <type>Shape</type>.
+ rotation and shearing for a Shape.
This service is deprecated, instead please use the <code>Transformation</code>
- property of the service <type>Shape</type>.
+ property of the service Shape.
@deprecated
*/
published service RotationDescriptor
{
- /** This is the angle for rotation of this <type>Shape</type>.
+ /** This is the angle for rotation of this Shape.
The shape is rotated counter-clockwise around the center
of the bounding box.
This property contains an error, the rotation angle is mathematically
inverted when You take into account that the Y-Axis of the coordinate
system is pointing down. Please use the <code>Transformation</code>
- property of the service <type>Shape</type> instead.
+ property of the service Shape instead.
@deprecated
*/
[property] long RotateAngle;
- /** This is the amount of shearing for this <type>Shape</type>.
+ /** This is the amount of shearing for this Shape.
The shape is sheared counter-clockwise around the center
of the bounding box