Kaydet (Commit) d880df3a authored tarafından Jochen Nitschke's avatar Jochen Nitschke Kaydeden (comit) Noel Grandin

remove unused languagetag.hxx includes

and fix the fallout

Change-Id: I8f59944bcc01a8e2ab371808c40eaf9b5198c143
Reviewed-on: https://gerrit.libreoffice.org/37785Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst fd00bd0f
...@@ -28,7 +28,6 @@ ...@@ -28,7 +28,6 @@
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <comphelper/servicedecl.hxx> #include <comphelper/servicedecl.hxx>
#include <comphelper/unwrapargs.hxx> #include <comphelper/unwrapargs.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <vcl/layout.hxx> #include <vcl/layout.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <vcl/settings.hxx> #include <vcl/settings.hxx>
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <textconversionImpl.hxx> #include <textconversionImpl.hxx>
#include <localedata.hxx> #include <localedata.hxx>
#include <i18nlangtag/languagetag.hxx>
using namespace com::sun::star::lang; using namespace com::sun::star::lang;
using namespace com::sun::star::uno; using namespace com::sun::star::uno;
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include <memory> #include <memory>
#include <sal/config.h> #include <sal/config.h>
#include <i18nlangtag/languagetag.hxx>
#include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/uno/Reference.hxx>
#include <svtools/svtdllapi.h> #include <svtools/svtdllapi.h>
#include <tools/wintypes.hxx> #include <tools/wintypes.hxx>
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#ifndef INCLUDED_UNOTOOLS_PATHOPTIONS_HXX #ifndef INCLUDED_UNOTOOLS_PATHOPTIONS_HXX
#define INCLUDED_UNOTOOLS_PATHOPTIONS_HXX #define INCLUDED_UNOTOOLS_PATHOPTIONS_HXX
#include <rtl/ustring.hxx>
#include <unotools/unotoolsdllapi.h> #include <unotools/unotoolsdllapi.h>
#include <i18nlangtag/languagetag.hxx>
#include <unotools/options.hxx> #include <unotools/options.hxx>
#define SVT_SEARCHPATH_DELIMITER ';' #define SVT_SEARCHPATH_DELIMITER ';'
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
#define INCLUDED_VCL_INC_FONTATTRIBUTES_HXX #define INCLUDED_VCL_INC_FONTATTRIBUTES_HXX
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <vcl/vclenum.hxx> #include <vcl/vclenum.hxx>
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
#include <tools/ref.hxx> #include <tools/ref.hxx>
#include "fontattributes.hxx" #include "fontattributes.hxx"
#include <vector>
class ImplFontMetricData; class ImplFontMetricData;
typedef tools::SvRef<ImplFontMetricData> ImplFontMetricDataRef; typedef tools::SvRef<ImplFontMetricData> ImplFontMetricDataRef;
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XComponent.hpp>
#include <i18nlangtag/languagetag.hxx>
#include <PropertyIds.hxx> #include <PropertyIds.hxx>
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
*/ */
#include <ThemeTable.hxx> #include <ThemeTable.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <ooxml/resourceids.hxx> #include <ooxml/resourceids.hxx>
using namespace com::sun::star; using namespace com::sun::star;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include "LoggedResources.hxx" #include "LoggedResources.hxx"
#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XComponent.hpp>
#include <i18nlangtag/languagetag.hxx> #include <i18nlangtag/lang.h>
#include <map> #include <map>
#include <memory> #include <memory>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment