Kaydet (Commit) e0c789b1 authored tarafından Tsutomu Uchino's avatar Tsutomu Uchino Kaydeden (comit) Caolán McNamara

Resolves: #i124001# remove readonly flag from Anchor property

(cherry picked from commit bbb0f24a)

Conflicts:
	offapi/com/sun/star/sheet/Shape.idl

Change-Id: I1781858d46f655fdf39833247298c3f1375dc6a2
üst 62fd1aa3
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment