diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-05-18 17:44:09 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-05-19 09:19:53 +0200 |
commit | d880df3a44497cdec49017538a9d38d48e543bad (patch) | |
tree | 57320ffdd711df0e4a5b8fda5e40f65a2d84367b /vcl/inc | |
parent | fd00bd0f69676659bb43bcc85d8ad5fd21e5de4c (diff) |
remove unused languagetag.hxx includes
and fix the fallout
Change-Id: I8f59944bcc01a8e2ab371808c40eaf9b5198c143
Reviewed-on: https://gerrit.libreoffice.org/37785
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/fontattributes.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/impfontmetricdata.hxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/fontattributes.hxx b/vcl/inc/fontattributes.hxx index 9b3cc7f65363..83b68f89464b 100644 --- a/vcl/inc/fontattributes.hxx +++ b/vcl/inc/fontattributes.hxx @@ -21,7 +21,6 @@ #define INCLUDED_VCL_INC_FONTATTRIBUTES_HXX #include <rtl/ustring.hxx> -#include <i18nlangtag/languagetag.hxx> #include <vcl/vclenum.hxx> diff --git a/vcl/inc/impfontmetricdata.hxx b/vcl/inc/impfontmetricdata.hxx index 40ff182d64ae..c3865ce06018 100644 --- a/vcl/inc/impfontmetricdata.hxx +++ b/vcl/inc/impfontmetricdata.hxx @@ -24,6 +24,8 @@ #include <tools/ref.hxx> #include "fontattributes.hxx" +#include <vector> + class ImplFontMetricData; typedef tools::SvRef<ImplFontMetricData> ImplFontMetricDataRef; |