diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-25 23:53:13 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-25 23:53:27 +1100 |
commit | da896df29ab2a559c57827bca08211fda0beffb0 (patch) | |
tree | 0be838de102ed1c7d248fea8d5beeae8edb3ae97 /vcl/source/font/fontcache.cxx | |
parent | b075610c59ff6be71784b2baffce79e494cfa2d7 (diff) |
vcl: remove a hell of a lot of unneeded headers from fontcache.cxx
Change-Id: I0737ae8c2990c1c04d6188c7396a5f1e1f6dd846
Diffstat (limited to 'vcl/source/font/fontcache.cxx')
-rw-r--r-- | vcl/source/font/fontcache.cxx | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/vcl/source/font/fontcache.cxx b/vcl/source/font/fontcache.cxx index 39d436635d84..b3e8971da2ad 100644 --- a/vcl/source/font/fontcache.cxx +++ b/vcl/source/font/fontcache.cxx @@ -17,52 +17,18 @@ * 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; - size_t ImplFontCache::IFSD_Hash::operator()( const FontSelectPattern& rFSD ) const { return rFSD.hashCode(); |