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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Dec 14 16:11:38 UTC 2020


 vcl/inc/textrender.hxx |    1 -
 vcl/inc/unx/salgdi.h   |    5 -----
 2 files changed, 6 deletions(-)

New commits:
commit c98f43fc0e17c576a64840bb61770094f8be12ce
Author:     Tor Lillqvist <tml at iki.fi>
AuthorDate: Mon Dec 14 16:51:17 2020 +0200
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Dec 14 17:10:58 2020 +0100

    Bin a few unused forward declarations
    
    Change-Id: I1f0b8938f2174f9b8eee01714ea176fa4df38504
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107715
    Tested-by: Jenkins
    Reviewed-by: Tor Lillqvist <tml at collabora.com>

diff --git a/vcl/inc/textrender.hxx b/vcl/inc/textrender.hxx
index 40c253f1b889..eb0280535e33 100644
--- a/vcl/inc/textrender.hxx
+++ b/vcl/inc/textrender.hxx
@@ -22,7 +22,6 @@
 
 #include "salgdi.hxx"
 
-class ImplLayoutArgs;
 class ImplFontMetricData;
 class PhysicalFontCollection;
 class PhysicalFontFace;
diff --git a/vcl/inc/unx/salgdi.h b/vcl/inc/unx/salgdi.h
index c93d18319e91..56f587e521a8 100644
--- a/vcl/inc/unx/salgdi.h
+++ b/vcl/inc/unx/salgdi.h
@@ -42,18 +42,13 @@
 /* From <X11/Intrinsic.h> */
 typedef unsigned long Pixel;
 
-class FontAttributes;
-class FontSelectPattern;
 class SalBitmap;
 class SalColormap;
 class SalDisplay;
 class SalFrame;
-class X11Pixmap;
 class X11SalVirtualDevice;
 class X11SalGraphicsImpl;
 class X11SkiaSalVirtualDevice;
-class FreetypeFont;
-class ImplLayoutArgs;
 class PhysicalFontCollection;
 class PhysicalFontFace;
 class SalGraphicsImpl;


More information about the Libreoffice-commits mailing list