summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/drawing/Shape.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/drawing/Shape.idl')
-rw-r--r--offapi/com/sun/star/drawing/Shape.idl6
1 files changed, 5 insertions, 1 deletions
diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl
index 3bf1c6fa15cc..152035324b8b 100644
--- a/offapi/com/sun/star/drawing/Shape.idl
+++ b/offapi/com/sun/star/drawing/Shape.idl
@@ -179,7 +179,7 @@ published service Shape
/** this property lets you get and set the transformation matrix
for this shape.
- The transformation is a 3x3 homogen matrix and can contain
+ The transformation is a 3x3 homogeneous matrix and can contain
translation, rotation, shearing and scaling.
*/
[optional, property] com::sun::star::drawing::HomogenMatrix3 Transformation;
@@ -200,6 +200,10 @@ published service Shape
the z-order.
*/
[optional, property] long NavigationOrder;
+
+ /** this property lets you get and set a hyperlink for this shape.
+ */
+ [optional, property] string Hyperlink;
};
//=============================================================================