diff options
author | Miklos Vajna <vmiklos@suse.cz> | 2012-05-31 12:24:12 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@suse.cz> | 2012-05-31 14:45:55 +0200 |
commit | 6e770b161959e909edf600ee2a7f84ba138e6955 (patch) | |
tree | d150ff3b01493804a170fd2bfbe32a91019cad28 /oox/source/vml/vmlshape.cxx | |
parent | 0a412cc13edf0904524ee2cf1e38ccc36b713065 (diff) |
n#764005 VML import of absolutely positioned pictures should not be opaque
Change-Id: I17a1a94ee92ce04ff6928a20c552b3a3408a0626
Diffstat (limited to 'oox/source/vml/vmlshape.cxx')
-rw-r--r-- | oox/source/vml/vmlshape.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/vml/vmlshape.cxx b/oox/source/vml/vmlshape.cxx index 0a10e07c0a9e..91e3d6315e9d 100644 --- a/oox/source/vml/vmlshape.cxx +++ b/oox/source/vml/vmlshape.cxx @@ -591,6 +591,7 @@ Reference< XShape > ComplexShape::implConvertAndInsert( const Reference< XShapes { aPropSet.setProperty(PROP_HoriOrientPosition, rShapeRect.X); aPropSet.setProperty(PROP_VertOrientPosition, rShapeRect.Y); + aPropSet.setProperty(PROP_Opaque, sal_False); } if ( maTypeModel.maPositionVerticalRelative == "page" ) { |