summaryrefslogtreecommitdiff
path: root/svtools/source/graphic
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-08-11 08:42:31 +0200
committerNoel Grandin <noel@peralex.com>2015-08-11 09:48:18 +0200
commite624c13cf1732f42d2da212b1b96aa9de7dd66cf (patch)
tree21c7329ecb7f79fed159a063c980277d9c1e2878 /svtools/source/graphic
parentd58e542d7df3f761047b0e5f9a5917901b4579d1 (diff)
loplugin: defaultparams
Change-Id: I9dc3b21e1bf1bccbe9fb69e35b3801814a68e53f
Diffstat (limited to 'svtools/source/graphic')
-rw-r--r--svtools/source/graphic/grfmgr.cxx2
-rw-r--r--svtools/source/graphic/grfmgr2.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/graphic/grfmgr.cxx b/svtools/source/graphic/grfmgr.cxx
index 0881c8f8cbfc..a36a3f80ddee 100644
--- a/svtools/source/graphic/grfmgr.cxx
+++ b/svtools/source/graphic/grfmgr.cxx
@@ -643,7 +643,7 @@ bool GraphicObject::StartAnimation( OutputDevice* pOut, const Point& rPt, const
bRet = true;
}
else
- bRet = Draw( pOut, rPt, rSz, &aAttr, GraphicManagerDrawFlags::STANDARD );
+ bRet = Draw( pOut, rPt, rSz, &aAttr );
}
return bRet;
diff --git a/svtools/source/graphic/grfmgr2.cxx b/svtools/source/graphic/grfmgr2.cxx
index e469805d803e..986f89414c05 100644
--- a/svtools/source/graphic/grfmgr2.cxx
+++ b/svtools/source/graphic/grfmgr2.cxx
@@ -1002,7 +1002,7 @@ bool GraphicManager::ImplCreateOutput( OutputDevice* pOutputDevice,
// OutDev adjustment if necessary
if( pOutputDevice->GetOutDevType() != OUTDEV_PRINTER && pOutputDevice->GetBitCount() <= 8 && aOutBmpEx.GetBitCount() >= 8 )
- aOutBmpEx.Dither( BmpDitherFlags::Matrix );
+ aOutBmpEx.Dither();
}
}