summaryrefslogtreecommitdiff
path: root/offapi/com
diff options
context:
space:
mode:
authorTsutomu Uchino <hanya@apache.org>2014-01-09 08:30:57 +0000
committerTsutomu Uchino <hanya@apache.org>2014-01-09 08:30:57 +0000
commitbbb0f24a32bada4224f913611db0a10a2ee1f303 (patch)
treedfce29947fdef5b7b283f215248b2cc0a6646862 /offapi/com
parent90302f3cdff7ac895fbc64209aaa57a9e743b6b7 (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.idl2
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>