diff options
author | Tsutomu Uchino <hanya@apache.org> | 2014-01-09 08:30:57 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-09 11:21:14 +0000 |
commit | e0c789b13e858678a90d6b53c299e2c24e6c5d39 (patch) | |
tree | 4e744a265071984d51acc62b3b106150ac71b672 /offapi | |
parent | 62fd1aa382c75feaa72f8aa09af4d3fc0b387dcc (diff) |
Resolves: #i124001# remove readonly flag from Anchor property
(cherry picked from commit bbb0f24a32bada4224f913611db0a10a2ee1f303)
Conflicts:
offapi/com/sun/star/sheet/Shape.idl
Change-Id: I1781858d46f655fdf39833247298c3f1375dc6a2
Diffstat (limited to 'offapi')
-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 0922a057e626..d23a004b074e 100644 --- a/offapi/com/sun/star/sheet/Shape.idl +++ b/offapi/com/sun/star/sheet/Shape.idl @@ -34,7 +34,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> <p> If the underlying table layout direction is left to right |