diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-03 18:58:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-12-10 14:19:50 +0100 |
commit | 00b49f9ff9777cb1c1e971feec55b2448fba8be2 (patch) | |
tree | f10cc2251c4950f12673d3ed342702093141f668 /editeng/source | |
parent | 0005b330eaed0b5559042d2597fb45e0c9125d7e (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/s*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie87d27dd2c385a63349e0b322fd067ba03d2d152
Reviewed-on: https://gerrit.libreoffice.org/64479
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'editeng/source')
-rw-r--r-- | editeng/source/accessibility/AccessibleEditableTextPara.cxx | 1 | ||||
-rw-r--r-- | editeng/source/accessibility/AccessibleImageBullet.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/numitem.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/paraitem.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/textitem.cxx | 1 | ||||
-rw-r--r-- | editeng/source/misc/splwrap.cxx | 1 | ||||
-rw-r--r-- | editeng/source/rtf/svxrtf.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/UnoForbiddenCharsTable.cxx | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/editeng/source/accessibility/AccessibleEditableTextPara.cxx b/editeng/source/accessibility/AccessibleEditableTextPara.cxx index b42e895f67e0..3738cdeefc9a 100644 --- a/editeng/source/accessibility/AccessibleEditableTextPara.cxx +++ b/editeng/source/accessibility/AccessibleEditableTextPara.cxx @@ -48,6 +48,7 @@ #include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <vcl/unohelp.hxx> #include <vcl/settings.hxx> +#include <i18nlangtag/languagetag.hxx> #include <editeng/editeng.hxx> #include <editeng/unoprnms.hxx> diff --git a/editeng/source/accessibility/AccessibleImageBullet.cxx b/editeng/source/accessibility/AccessibleImageBullet.cxx index 38bacff7245b..89f97dde5e42 100644 --- a/editeng/source/accessibility/AccessibleImageBullet.cxx +++ b/editeng/source/accessibility/AccessibleImageBullet.cxx @@ -32,6 +32,7 @@ #include <comphelper/accessibleeventnotifier.hxx> #include <cppuhelper/supportsservice.hxx> #include <unotools/accessiblestatesethelper.hxx> +#include <i18nlangtag/languagetag.hxx> #include <editeng/unolingu.hxx> #include <editeng/AccessibleEditableTextPara.hxx> #include <editeng/AccessibleImageBullet.hxx> diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx index e9598a33aabc..ad2b4fda65a5 100644 --- a/editeng/source/items/numitem.cxx +++ b/editeng/source/items/numitem.cxx @@ -48,6 +48,7 @@ #include <libxml/xmlwriter.h> #include <editeng/unonrule.hxx> #include <sal/log.hxx> +#include <i18nlangtag/languagetag.hxx> #define DEF_WRITER_LSPACE 500 //Standard Indentation #define DEF_DRAW_LSPACE 800 //Standard Indentation diff --git a/editeng/source/items/paraitem.cxx b/editeng/source/items/paraitem.cxx index be4652018a42..4803a532609d 100644 --- a/editeng/source/items/paraitem.cxx +++ b/editeng/source/items/paraitem.cxx @@ -25,6 +25,7 @@ #include <comphelper/fileformat.h> #include <comphelper/extract.hxx> #include <osl/diagnose.h> +#include <unotools/localedatawrapper.hxx> #include <unotools/syslocale.hxx> #include <tools/mapunit.hxx> #include <svl/itempool.hxx> diff --git a/editeng/source/items/textitem.cxx b/editeng/source/items/textitem.cxx index 902b26bc66aa..763d89607942 100644 --- a/editeng/source/items/textitem.cxx +++ b/editeng/source/items/textitem.cxx @@ -29,6 +29,7 @@ #include <osl/diagnose.h> #include <unotools/fontdefs.hxx> #include <unotools/intlwrapper.hxx> +#include <unotools/syslocale.hxx> #include <vcl/outdev.hxx> #include <vcl/unohelp.hxx> #include <editeng/eeitem.hxx> diff --git a/editeng/source/misc/splwrap.cxx b/editeng/source/misc/splwrap.cxx index 33328dda8d37..7fae402aa6b8 100644 --- a/editeng/source/misc/splwrap.cxx +++ b/editeng/source/misc/splwrap.cxx @@ -18,6 +18,7 @@ */ #include <rtl/ustring.hxx> +#include <i18nlangtag/languagetag.hxx> #include <vcl/svapp.hxx> #include <vcl/weld.hxx> #include <vcl/wrkwin.hxx> diff --git a/editeng/source/rtf/svxrtf.cxx b/editeng/source/rtf/svxrtf.cxx index c3bafbf24db8..639aee2825d5 100644 --- a/editeng/source/rtf/svxrtf.cxx +++ b/editeng/source/rtf/svxrtf.cxx @@ -24,6 +24,7 @@ #include <svl/whiter.hxx> #include <svtools/rtftoken.h> #include <svl/itempool.hxx> +#include <i18nlangtag/languagetag.hxx> #include <comphelper/string.hxx> diff --git a/editeng/source/uno/UnoForbiddenCharsTable.cxx b/editeng/source/uno/UnoForbiddenCharsTable.cxx index bdc938c690eb..ce277e83e32c 100644 --- a/editeng/source/uno/UnoForbiddenCharsTable.cxx +++ b/editeng/source/uno/UnoForbiddenCharsTable.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/container/NoSuchElementException.hpp> #include <editeng/UnoForbiddenCharsTable.hxx> #include <editeng/forbiddencharacterstable.hxx> +#include <i18nlangtag/languagetag.hxx> #include <vcl/svapp.hxx> #include <editeng/unolingu.hxx> |