Issue 124001 - [IDL] Anchor property of css.sheet.Shape is readonly
Summary: [IDL] Anchor property of css.sheet.Shape is readonly
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 4.0.1
Hardware: All All
: P3 Normal
Target Milestone: 4.1.0
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-08 17:21 UTC by hanya
Modified: 2017-05-20 09:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.