Kaydet (Commit) 954d6958 authored tarafından Michael Stahl's avatar Michael Stahl

fdo#60280: sw: restore anti-aliasing for all OLE objects

The OLE case in SwNoTxtFrm::PaintPicture() was mis-merged to modify the
anti-aliasing always but reset it only for Charts.

(regression from 44cfc7cb)

Change-Id: I0d740e621c3fd71f308d980581edb3c16308c06e
üst b9337e22
...@@ -1065,8 +1065,7 @@ void SwNoTxtFrm::PaintPicture( OutputDevice* pOut, const SwRect &rGrfArea ) cons ...@@ -1065,8 +1065,7 @@ void SwNoTxtFrm::PaintPicture( OutputDevice* pOut, const SwRect &rGrfArea ) cons
} }
// see #i99665# // see #i99665#
if ( pOLENd->IsChart() && if (pShell->Imp()->GetDrawView()->IsAntiAliasing())
pShell->Imp()->GetDrawView()->IsAntiAliasing() )
{ {
pOut->SetAntialiasing( nFormerAntialiasingAtOutput ); pOut->SetAntialiasing( nFormerAntialiasingAtOutput );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment