summaryrefslogtreecommitdiff
path: root/vcl/source/font
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-01-25 23:46:58 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-01-25 23:46:58 +1100
commitbe956dc3c7375103edf8f027ad3178d9beedab68 (patch)
tree0e7adcdda294593343e87916ff169bc3f4dd7787 /vcl/source/font
parentde991ccf745df201961dab2b6d9ebd5653e66357 (diff)
vcl: remove a hell of a lot of unneeded headers from fontselect.hxx
Change-Id: Iafcaec4b1bda42b286f138014531541d71b2310c
Diffstat (limited to 'vcl/source/font')
-rw-r--r--vcl/source/font/fontselect.cxx39
1 files changed, 0 insertions, 39 deletions
diff --git a/vcl/source/font/fontselect.cxx b/vcl/source/font/fontselect.cxx
index 6f5f42ba05fc..c6351bbf0056 100644
--- a/vcl/source/font/fontselect.cxx
+++ b/vcl/source/font/fontselect.cxx
@@ -17,52 +17,13 @@
* 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;
-
FontSelectPattern::FontSelectPattern( const vcl::Font& rFont,
const OUString& rSearchName, const Size& rSize, float fExactHeight)
: FontSelectPatternAttributes(rFont, rSearchName, rSize, fExactHeight)