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,
nIndex,
nIndex,
nLength,
true,
0,
0);
nLength);
}
}

View File

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