summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-02-13 14:50:09 +0000
committerPetr Mladek <pmladek@suse.cz>2012-02-14 20:04:36 +0100
commit8015cd2cdbdb05b0048753e12b39fa940add2021 (patch)
tree695934b45c9cff492452f1d04d100c7de7de9586
parent4ea4f80121eedc7f87d950ea8e15336fb691e52f (diff)
handle imported picture attribute from MSO Dialog ( fdo#45995 )
Signed-off-by: Petr Mladek <pmladek@suse.cz>
-rw-r--r--oox/source/ole/axcontrol.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx
index c9bde1fd3e86..6013f7544dd7 100644
--- a/oox/source/ole/axcontrol.cxx
+++ b/oox/source/ole/axcontrol.cxx
@@ -2495,6 +2495,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 );
}