[Libreoffice-commits] core.git: vcl/source

Noel Grandin (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 24 18:21:27 UTC 2021


 vcl/source/font/font.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 7f9e98c7aa6adf592f0772bb5207d101b108701a
Author:     Noel Grandin <noel at peralex.com>
AuthorDate: Wed Feb 24 10:06:32 2021 +0200
Commit:     Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Feb 24 19:20:42 2021 +0100

    disable-pch fix
    
    Change-Id: I14760d858c1500800c9360530b0408986122e00b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111444
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/vcl/source/font/font.cxx b/vcl/source/font/font.cxx
index 2f092dfbd2a6..bb9fe10285c4 100644
--- a/vcl/source/font/font.cxx
+++ b/vcl/source/font/font.cxx
@@ -26,6 +26,7 @@
 #include <vcl/font.hxx>
 #include <vcl/svapp.hxx>
 #include <vcl/outdev.hxx>
+#include <vcl/virdev.hxx>
 
 #include <impfont.hxx>
 #include <fontattributes.hxx>
@@ -40,8 +41,6 @@
 
 #ifdef _WIN32
 #include <vcl/metric.hxx>
-#else
-#include <vcl/virdev.hxx>
 #endif
 
 using namespace vcl;


More information about the Libreoffice-commits mailing list