[Libreoffice-commits] .: Branch 'libreoffice-3-4' - oox/source

Petr Mladek pmladek at kemper.freedesktop.org
Wed Feb 15 05:43:10 PST 2012


 oox/source/ole/axcontrol.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 636abb692afb818b797794ff14384aefe16a7ae2
Author: Noel Power <noel.power at novell.com>
Date:   Mon Feb 13 14:50:09 2012 +0000

    handle imported picture attribute from MSO Dialog ( fdo#45995 )
    
    Signed-off-by: Petr Mladek <pmladek at suse.cz>

diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx
index 498296b..ebbd71a 100644
--- a/oox/source/ole/axcontrol.cxx
+++ b/oox/source/ole/axcontrol.cxx
@@ -1745,6 +1745,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 );
 }
 


More information about the Libreoffice-commits mailing list