[Libreoffice-commits] .: sw/source
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Jun 20 00:41:39 PDT 2011
sw/source/core/doc/notxtfrm.cxx | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 2db68f3ef06644cdb30258970c4139ab19d5d17c
Author: Roland Baudin <roland65 at free.fr>
Date: Fri Jun 17 19:39:55 2011 +0000
Additional fix for bug fdo#33781
diff --git a/sw/source/core/doc/notxtfrm.cxx b/sw/source/core/doc/notxtfrm.cxx
index 520de0c..41023eb 100644
--- a/sw/source/core/doc/notxtfrm.cxx
+++ b/sw/source/core/doc/notxtfrm.cxx
@@ -947,6 +947,12 @@ void SwNoTxtFrm::PaintPicture( OutputDevice* pOut, const SwRect &rGrfArea ) cons
}
else if( pOLENd )
{
+ // Fix for bug fdo#33781
+ if (pShell->Imp()->GetDrawView()->IsAntiAliasing())
+ {
+ pOut->SetAntialiasing( ANTIALIASING_ENABLE_B2DDRAW );
+ }
+
// #i99665#
// Adjust AntiAliasing mode at output device for chart OLE
const sal_uInt16 nFormerAntialiasingAtOutput( pOut->GetAntialiasing() );
More information about the Libreoffice-commits
mailing list