Kaydet (Commit) 9939fb97 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix build for iOS

Change-Id: Ib2c1d439866764a5c3510f0796efe6bc0d8d2a1e
üst 56cc4c4f
......@@ -1837,7 +1837,8 @@ void touch_lo_draw_tile(void *context, int contextWidth, int contextHeight, MLOD
{
SystemGraphicsData aData;
aData.rCGContext = (CGContextRef) context;
VirtualDevice aDevice(&aData, (sal_uInt16)0);
// the Size argument is irrelevant, I hope
VirtualDevice aDevice(&aData, Size(1, 1), (sal_uInt16)0);
// paint to it
pViewShell->PaintTile(aDevice, contextWidth, contextHeight, tilePosX, tilePosY, tileWidth, tileHeight);
}
......
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