From e0c789b13e858678a90d6b53c299e2c24e6c5d39 Mon Sep 17 00:00:00 2001 From: Tsutomu Uchino Date: Thu, 9 Jan 2014 08:30:57 +0000 Subject: Resolves: #i124001# remove readonly flag from Anchor property (cherry picked from commit bbb0f24a32bada4224f913611db0a10a2ee1f303) Conflicts: offapi/com/sun/star/sheet/Shape.idl Change-Id: I1781858d46f655fdf39833247298c3f1375dc6a2 --- offapi/com/sun/star/sheet/Shape.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offapi/com') 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.

Possible objects are XSpreadsheet and XCell.

*/ - [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).

The position is relative to the anchor object.

If the underlying table layout direction is left to right -- cgit