impress181: #i107457#: applied patch (WMF/EMF import, text background is now correctly set)

This commit is contained in:
sj 2009-12-07 12:00:14 +01:00
parent 66ad3e12c9
commit 26e6d1abc8

View File

@ -1522,9 +1522,9 @@ void WinMtfOutput::DrawText( Point& rPosition, String& rText, sal_Int32* pDXArry
aTmp.SetFillColor( maBkColor );
if( mnBkMode == TRANSPARENT )
maFont.SetTransparent( sal_True );
aTmp.SetTransparent( sal_True );
else
maFont.SetTransparent( sal_False );
aTmp.SetTransparent( sal_False );
if ( ( mnTextAlign & TA_BASELINE) == TA_BASELINE )
aTmp.SetAlign( ALIGN_BASELINE );