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 /desktop | |
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 'desktop')
-rw-r--r-- | desktop/source/deployment/gui/dp_gui_service.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/source/deployment/gui/dp_gui_service.cxx b/desktop/source/deployment/gui/dp_gui_service.cxx index 77e6d5c74d03..1673d46ef63f 100644 --- a/desktop/source/deployment/gui/dp_gui_service.cxx +++ b/desktop/source/deployment/gui/dp_gui_service.cxx @@ -28,7 +28,6 @@ #include <comphelper/processfactory.hxx> #include <comphelper/servicedecl.hxx> #include <comphelper/unwrapargs.hxx> -#include <i18nlangtag/languagetag.hxx> #include <vcl/layout.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> |