Issue 123783

Summary: Wrong type for ActiveLayer property on DrawController
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, jsc
Version: 4.0.1   
Target Milestone: 4.1.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patch to fix the type of ActiveLayer property none

Description hanya 2013-12-01 09:40:58 UTC
Type of ActiveLayer property is defined as boolean but it should be 
css::drawing::XLayer interface in DrawController::FillPropertyTable.
Comment 1 hanya 2013-12-01 09:43:01 UTC
Created attachment 82015 [details]
Patch to fix the type of ActiveLayer property

As described in the description of the attachment.
Comment 2 jsc 2013-12-20 13:36:57 UTC
patch reviewed, locally checked and applied on trunk

Thanks for the patch
Comment 3 SVN Robot 2013-12-20 13:39:00 UTC
"jsc" committed SVN revision 1552660 into trunk:
#123783# apply patch to correct type of ActiveLayer property