Author: hanya
Date: Thu Jan 9 08:30:57 2014
New Revision: 1556759
URL: http://svn.apache.org/r1556759
Log:
#i124001# remove readonly flag from Anchor property
Modified:
openoffice/trunk/main/offapi/com/sun/star/sheet/Shape.idl
Modified: openoffice/trunk/main/offapi/com/sun/star/sheet/Shape.idl
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/offapi/com/sun/star/sheet/Shape.idl?rev=1556759&r1=1556758&r2=1556759&view=diff
==============================================================================
--- openoffice/trunk/main/offapi/com/sun/star/sheet/Shape.idl (original)
+++ openoffice/trunk/main/offapi/com/sun/star/sheet/Shape.idl Thu Jan 9
08:30:57 2014
@@ -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>