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

Chris Sherlock chris.sherlock79 at gmail.com
Mon Jan 25 04:59:41 PST 2016


 vcl/source/font/PhysicalFontCollection.cxx |   15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

New commits:
commit b059ea81247252cf1dc4d23660ba107dd3a8d299
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon Jan 25 23:58:27 2016 +1100

    vcl: remove a lot of unneeded headers from PhysicalFontCollection.cxx
    
    Change-Id: I35260b298b3f28dab86d3f8d123438534d0e9a41

diff --git a/vcl/source/font/PhysicalFontCollection.cxx b/vcl/source/font/PhysicalFontCollection.cxx
index bb168c0..ed67182 100644
--- a/vcl/source/font/PhysicalFontCollection.cxx
+++ b/vcl/source/font/PhysicalFontCollection.cxx
@@ -17,27 +17,16 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include <sal/types.h>
-
-#include <vector>
-
-#include <i18nlangtag/mslangid.hxx>
-#include <unotools/configmgr.hxx>
-#include <tools/debug.hxx>
-
 #include <config_graphite.h>
 #if ENABLE_GRAPHITE
 #include "graphite_features.hxx"
 #endif
+#include <i18nlangtag/mslangid.hxx>
+#include <unotools/configmgr.hxx>
 
 #include "outdev.h"
-#include "fontinstance.hxx"
-#include "fontattributes.hxx"
-#include "PhysicalFontFace.hxx"
-
 #include "PhysicalFontCollection.hxx"
 
-
 static ImplFontAttrs lcl_IsCJKFont( const OUString& rFontName )
 {
     // Test, if Fontname includes CJK characters --> In this case we


More information about the Libreoffice-commits mailing list