Fix fdo#64685 - Superscript broken in master
After f22006dc the position member of SwDrawTextInfo is no longer a pointer, so changing the passed Point after calling SetPos() has no effect, but some code seems to be relying on it being pointer. Moving SetPos() to after changing the point seems to do the trick, but there may be other similarly broken code like SwSubFont::_DrawStretchText() below. Change-Id: I2f563c1543ff7bff68e573f69fce39694181b370 Reviewed-on: https://gerrit.libreoffice.org/4032Reviewed-by:David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
Showing
Please
register
or
sign in
to comment