Issue 124001

Summary: [IDL] Anchor property of css.sheet.Shape is readonly
Product: App Dev Reporter: hanya <hanya.runo>
Component: apiAssignee: AOO issues mailing list <issues>
Status: CLOSED FIXED QA Contact:
Severity: Normal    
Priority: P3 CC: issues
Version: 4.0.1   
Target Milestone: 4.1.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description hanya 2014-01-08 17:21:56 UTC
Anchor property of unpublished com.sun.star.sheet.Shape service is 
declared as readonly.
But the implementation is not readonly and if it is readonly, 
the anchored cell can not be changed later.
readonly flag should be removed in the IDL definition.
Comment 1 SVN Robot 2014-01-09 08:30:57 UTC
"hanya" committed SVN revision 1556759 into trunk:
#i124001# remove readonly flag from Anchor property
Comment 2 hanya 2014-01-09 08:33:45 UTC
Fixed on trunk.