[Libreoffice-commits] core.git: vcl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Mon Nov 5 14:50:24 UTC 2018
vcl/source/outdev/text.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit fa0f8342357fd10864dd56e1853b5839e99a976e
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Nov 4 16:21:31 2018 +0000
Commit: Caolán McNamara <caolanm at 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 <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at 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();
More information about the Libreoffice-commits
mailing list