vcl/source/outdev/text.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit fa0f8342357fd10864dd56e1853b5839e99a976e Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Nov 4 16:21:31 2018 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Mon Nov 5 15:49:20 2018 +0100
InitFont will call ImplNewFont already Change-Id: Ib58f794dfb05ad69de90d320ba22f1bd61588630 Reviewed-on: https://gerrit.libreoffice.org/62854 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/outdev/text.cxx b/vcl/source/outdev/text.cxx index 5ebd16294fa2..83327e40cbb6 100644 --- a/vcl/source/outdev/text.cxx +++ b/vcl/source/outdev/text.cxx @@ -226,7 +226,6 @@ bool OutputDevice::ImplDrawRotateText( SalLayout& rSalLayout ) pVDev->SetFont( aFont ); pVDev->SetTextColor( COL_BLACK ); pVDev->SetTextFillColor(); - pVDev->ImplNewFont(); if (!pVDev->InitFont()) return false; pVDev->ImplInitTextColor(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits