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

Chris Sherlock chris.sherlock79 at gmail.com
Mon Jan 25 04:42:29 PST 2016


 vcl/source/font/fontinstance.cxx |   42 ---------------------------------------
 1 file changed, 42 deletions(-)

New commits:
commit de991ccf745df201961dab2b6d9ebd5653e66357
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon Jan 25 23:36:53 2016 +1100

    vcl: remove a hell of a lot of unneeded headers from fontinstance.hxx
    
    Change-Id: Ice5092cacd858e6c5a77830394724ec03ccbdc02

diff --git a/vcl/source/font/fontinstance.cxx b/vcl/source/font/fontinstance.cxx
index 8415dd0..908f51b 100644
--- a/vcl/source/font/fontinstance.cxx
+++ b/vcl/source/font/fontinstance.cxx
@@ -17,51 +17,9 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include "i18nlangtag/mslangid.hxx"
 
-#include <unotools/configmgr.hxx>
-#include <vcl/virdev.hxx>
-#include <vcl/print.hxx>
-#include <vcl/outdev.hxx>
-#include <vcl/edit.hxx>
-#include <vcl/settings.hxx>
-#include <vcl/sysdata.hxx>
-#include <vcl/fontcharmap.hxx>
-
-#include "sallayout.hxx"
 #include "svdata.hxx"
-
-#include "impfont.hxx"
-#include "outdata.hxx"
 #include "fontinstance.hxx"
-#include "fontattributes.hxx"
-
-#include "outdev.h"
-#include "window.h"
-
-#include "PhysicalFontCollection.hxx"
-#include "PhysicalFontFace.hxx"
-#include "PhysicalFontFamily.hxx"
-
-#include "svids.hrc"
-
-#include <config_graphite.h>
-#if ENABLE_GRAPHITE
-#include "graphite_features.hxx"
-#endif
-
-#include "../gdi/pdfwriter_impl.hxx"
-
-#include <boost/functional/hash.hpp>
-#include <cmath>
-#include <cstring>
-#include <memory>
-#include <algorithm>
-
-using namespace ::com::sun::star;
-using namespace ::com::sun::star::uno;
-using namespace ::rtl;
-using namespace ::utl;
 
 // extend std namespace to add custom hash needed for LogicalFontInstance
 


More information about the Libreoffice-commits mailing list