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 /i18npool | |
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 'i18npool')
-rw-r--r-- | i18npool/source/textconversion/textconversionImpl.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/i18npool/source/textconversion/textconversionImpl.cxx b/i18npool/source/textconversion/textconversionImpl.cxx index ea15b1088cc8..4451a291249d 100644 --- a/i18npool/source/textconversion/textconversionImpl.cxx +++ b/i18npool/source/textconversion/textconversionImpl.cxx @@ -22,7 +22,6 @@ #include <cppuhelper/supportsservice.hxx> #include <textconversionImpl.hxx> #include <localedata.hxx> -#include <i18nlangtag/languagetag.hxx> using namespace com::sun::star::lang; using namespace com::sun::star::uno; |