diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-25 23:22:08 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-25 23:24:53 +1100 |
commit | ad683f8491593b67f2b6149d1d69a739c8ddd170 (patch) | |
tree | bd41a09907acbd68b59ea3ee1bdad58b15f9d136 | |
parent | 21e35e2e3b71d6229bdb172c56e76a66c7c9ebbf (diff) |
vcl: remove a hell of a lot of unneeded headers from fontattributes.hxx
Change-Id: I1e2c52ade325d39fff29b28c17f04ab3135dff5b
-rw-r--r-- | vcl/source/font/fontattributes.cxx | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/vcl/source/font/fontattributes.cxx b/vcl/source/font/fontattributes.cxx index 46604514b197..b777227f9a0c 100644 --- a/vcl/source/font/fontattributes.cxx +++ b/vcl/source/font/fontattributes.cxx @@ -17,48 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "i18nlangtag/mslangid.hxx" - -#include <unotools/configmgr.hxx> -#include <rtl/textenc.h> -#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> - FontAttributes::FontAttributes() : meWeight( WEIGHT_DONTKNOW ), meFamily( FAMILY_DONTKNOW ), |