diff options
author | Noel Power <noel.power@novell.com> | 2012-02-13 14:50:09 +0000 |
---|---|---|
committer | Noel Power <noel.power@novell.com> | 2012-02-13 14:51:36 +0000 |
commit | 58255c47b1d540fd2493b4ed132aa7fa82da156e (patch) | |
tree | 8b3f52ca57c401821b2c560bfcbf0a66d8d126d0 /oox/source/ole | |
parent | 468c588875b4858711b708bbc66e0740263bb1f3 (diff) |
handle imported picture attribute from MSO Dialog ( fdo#45995 )
Diffstat (limited to 'oox/source/ole')
-rw-r--r-- | oox/source/ole/axcontrol.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index 791920d52119..81a1f0e9cf2f 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -2496,6 +2496,7 @@ void AxUserFormModel::convertProperties( PropertyMap& rPropMap, const ControlCon { rPropMap.setProperty( PROP_Title, maCaption ); rConv.convertColor( rPropMap, PROP_BackgroundColor, mnBackColor ); + rConv.convertAxPicture( rPropMap, maPictureData, AX_PICPOS_CENTER ); AxContainerModelBase::convertProperties( rPropMap, rConv ); } |