loplugin:defaultparams

Change-Id: Ice8e3800bab22c08daefe41eae1be706f15c004c
This commit is contained in:
Stephan Bergmann
2015-10-20 11:45:15 +02:00
parent 28ecf84346
commit b8b83fca7d
2 changed files with 2 additions and 6 deletions

View File

@@ -269,10 +269,7 @@ namespace drawinglayer
rText, rText,
nIndex, nIndex,
nIndex, nIndex,
nLength, nLength);
true,
0,
0);
} }
} }

View File

@@ -1365,8 +1365,7 @@ namespace drawinglayer
mpOutputDevice->DrawEPS( mpOutputDevice->DrawEPS(
aRectangle.TopLeft(), aRectangle.TopLeft(),
aRectangle.GetSize(), aRectangle.GetSize(),
rEpsPrimitive2D.getGfxLink(), rEpsPrimitive2D.getGfxLink());
0);
if(!bEPSPaintedDirectly) if(!bEPSPaintedDirectly)
{ {