diff options
author | Tsutomu Uchino <hanya@apache.org> | 2014-01-09 08:30:57 +0000 |
---|---|---|
committer | Tsutomu Uchino <hanya@apache.org> | 2014-01-09 08:30:57 +0000 |
commit | bbb0f24a32bada4224f913611db0a10a2ee1f303 (patch) | |
tree | dfce29947fdef5b7b283f215248b2cc0a6646862 /offapi/com | |
parent | 90302f3cdff7ac895fbc64209aaa57a9e743b6b7 (diff) |
#i124001# remove readonly flag from Anchor property
Notes
Notes:
merged as: e0c789b13e858678a90d6b53c299e2c24e6c5d39
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> |