diff options
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/sheet/Shape.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/Shape.idl b/offapi/com/sun/star/sheet/Shape.idl index 54dbd1a592bb..8c06d9a71119 100644 --- a/offapi/com/sun/star/sheet/Shape.idl +++ b/offapi/com/sun/star/sheet/Shape.idl @@ -45,7 +45,7 @@ service Shape /** contains the object where this shape is anchored on. <p> Possible objects are XSpreadsheet and XCell.</p> */ - [readonly, property] com::sun::star::uno::XInterface Anchor; + [property] com::sun::star::uno::XInterface Anchor; //------------------------------------------------------------------------- /** contains the horizontal position of the object (1/100 mm). <p> The position is relative to the anchor object.</p> |