Kaydet (Commit) b8b83fca authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:defaultparams

Change-Id: Ice8e3800bab22c08daefe41eae1be706f15c004c
üst 28ecf843
......@@ -269,10 +269,7 @@ namespace drawinglayer
rText,
nIndex,
nIndex,
nLength,
true,
0,
0);
nLength);
}
}
......
......@@ -1365,8 +1365,7 @@ namespace drawinglayer
mpOutputDevice->DrawEPS(
aRectangle.TopLeft(),
aRectangle.GetSize(),
rEpsPrimitive2D.getGfxLink(),
0);
rEpsPrimitive2D.getGfxLink());
if(!bEPSPaintedDirectly)
{
......
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