https://bugs.documentfoundation.org/show_bug.cgi?id=89492
--- Comment #6 from Tomofumi Yagi <[email protected]> --- Probably, we still need GetSize() method calling(please see the following). ---------- ---------- ---------- diff --git a/vcl/source/gdi/virdev.cxx b/vcl/source/gdi/virdev.cxx index d783cd9..063bef1 100644 (file) --- a/vcl/source/gdi/virdev.cxx +++ b/vcl/source/gdi/virdev.cxx @@ -164,12 +164,6 @@ void VirtualDevice::ImplInitVirDev( const OutputDevice* pOutDev, mbScreenComp = true; mnAlphaDepth = -1; - // #i59315# init vdev size from system object, when passed a - // SystemGraphicsData. Otherwise, output size will always - // incorrectly stay at (1,1) - if( pData && mpVirDev ) - mpVirDev->GetSize(mnOutWidth,mnOutHeight); - if( mnBitCount < 8 ) SetAntialiasing( ANTIALIASING_DISABLE_TEXT ); ---------- ---------- ---------- -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
