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

Khaled Hosny khaledhosny at eglug.org
Sat Nov 5 12:30:14 UTC 2016


 vcl/source/font/PhysicalFontCollection.cxx |    1 -
 vcl/source/outdev/font.cxx                 |    5 -----
 vcl/unx/generic/gdi/salgdi.cxx             |    2 --
 3 files changed, 8 deletions(-)

New commits:
commit a04cda96c6b70314546a8126783e573e16c78e1d
Author: Khaled Hosny <khaledhosny at eglug.org>
Date:   Sat Nov 5 14:29:19 2016 +0200

    Drop unused Graphite includes
    
    Change-Id: Ib5c40931805ef8a484ccb52c5d2b81180f68f0cc

diff --git a/vcl/source/font/PhysicalFontCollection.cxx b/vcl/source/font/PhysicalFontCollection.cxx
index 716811b..295de04 100644
--- a/vcl/source/font/PhysicalFontCollection.cxx
+++ b/vcl/source/font/PhysicalFontCollection.cxx
@@ -17,7 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <config_graphite.h>
 #include <i18nlangtag/mslangid.hxx>
 #include <unotools/configmgr.hxx>
 #include <unotools/fontdefs.hxx>
diff --git a/vcl/source/outdev/font.cxx b/vcl/source/outdev/font.cxx
index 1492fb7..45e8a7a 100644
--- a/vcl/source/outdev/font.cxx
+++ b/vcl/source/outdev/font.cxx
@@ -36,11 +36,6 @@
 
 #include "svids.hrc"
 
-#include <config_graphite.h>
-#if ENABLE_GRAPHITE
-#include "graphite_features.hxx"
-#endif
-
 FontMetric OutputDevice::GetDevFont( int nDevFontIndex ) const
 {
     FontMetric aFontMetric;
diff --git a/vcl/unx/generic/gdi/salgdi.cxx b/vcl/unx/generic/gdi/salgdi.cxx
index 43022a7..cfb96ea 100644
--- a/vcl/unx/generic/gdi/salgdi.cxx
+++ b/vcl/unx/generic/gdi/salgdi.cxx
@@ -17,8 +17,6 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <config_graphite.h>
-
 #include <vector>
 #include <queue>
 #include <set>


More information about the Libreoffice-commits mailing list