diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-12-26 01:11:42 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-07 09:13:14 +0100 |
commit | 6256797dacfafaa573a67643440a3fe4e8128dca (patch) | |
tree | 73bb6fb0ba68a3dc15858d3161e20c3e9e0fd921 /editeng | |
parent | 892a5cfe557edb405ec0037676f02a1c24dd76ec (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I98f49765c6b74808dcbd692e0f375dd2848fcfd4
Reviewed-on: https://gerrit.libreoffice.org/65614
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/accessibility/AccessibleImageBullet.cxx | 1 | ||||
-rw-r--r-- | editeng/source/accessibility/AccessibleStaticTextBase.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/impedit.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/bulitem.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/flditem.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/numitem.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/svxfont.cxx | 1 | ||||
-rw-r--r-- | editeng/source/misc/hangulhanja.cxx | 1 | ||||
-rw-r--r-- | editeng/source/outliner/outlvw.cxx | 1 | ||||
-rw-r--r-- | editeng/source/rtf/svxrtf.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/unoedprx.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/unofield.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/unofored.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/unoforou.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/unonrule.cxx | 1 |
15 files changed, 15 insertions, 0 deletions
diff --git a/editeng/source/accessibility/AccessibleImageBullet.cxx b/editeng/source/accessibility/AccessibleImageBullet.cxx index 89f97dde5e42..84dbdfcf22cd 100644 --- a/editeng/source/accessibility/AccessibleImageBullet.cxx +++ b/editeng/source/accessibility/AccessibleImageBullet.cxx @@ -18,6 +18,7 @@ */ #include <tools/gen.hxx> +#include <tools/debug.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <rtl/ustring.hxx> diff --git a/editeng/source/accessibility/AccessibleStaticTextBase.cxx b/editeng/source/accessibility/AccessibleStaticTextBase.cxx index f8fd3c1a7b24..73a93f210326 100644 --- a/editeng/source/accessibility/AccessibleStaticTextBase.cxx +++ b/editeng/source/accessibility/AccessibleStaticTextBase.cxx @@ -28,6 +28,7 @@ #include <algorithm> #include <functional> #include <osl/mutex.hxx> +#include <tools/debug.hxx> #include <vcl/window.hxx> #include <vcl/svapp.hxx> #include <comphelper/sequence.hxx> diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx index 66cf4b6a347f..fea76c05896f 100644 --- a/editeng/source/editeng/impedit.cxx +++ b/editeng/source/editeng/impedit.cxx @@ -32,6 +32,7 @@ #include <com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp> #include <editeng/flditem.hxx> #include <svl/intitem.hxx> +#include <vcl/inputctx.hxx> #include <vcl/transfer.hxx> #include <sot/exchange.hxx> #include <sot/formats.hxx> diff --git a/editeng/source/items/bulitem.cxx b/editeng/source/items/bulitem.cxx index 23fa148496bf..04c844e99bdd 100644 --- a/editeng/source/items/bulitem.cxx +++ b/editeng/source/items/bulitem.cxx @@ -23,6 +23,7 @@ #include <editeng/bulletitem.hxx> #include <tools/tenccvt.hxx> +#include <tools/debug.hxx> #include <vcl/dibtools.hxx> #define BULITEM_VERSION (sal_uInt16(2)) diff --git a/editeng/source/items/flditem.cxx b/editeng/source/items/flditem.cxx index ca06b8af1532..91a1b340ffb6 100644 --- a/editeng/source/items/flditem.cxx +++ b/editeng/source/items/flditem.cxx @@ -29,6 +29,7 @@ #include <editeng/unonames.hxx> #include <tools/tenccvt.hxx> +#include <tools/debug.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/text/XTextContent.hpp> diff --git a/editeng/source/items/numitem.cxx b/editeng/source/items/numitem.cxx index 1236c787d6fa..6510a6d0dafa 100644 --- a/editeng/source/items/numitem.cxx +++ b/editeng/source/items/numitem.cxx @@ -44,6 +44,7 @@ #include <comphelper/processfactory.hxx> #include <tools/mapunit.hxx> #include <tools/stream.hxx> +#include <tools/debug.hxx> #include <unotools/configmgr.hxx> #include <libxml/xmlwriter.h> #include <editeng/unonrule.hxx> diff --git a/editeng/source/items/svxfont.cxx b/editeng/source/items/svxfont.cxx index 3f4807869aee..2f9119a0f143 100644 --- a/editeng/source/items/svxfont.cxx +++ b/editeng/source/items/svxfont.cxx @@ -19,6 +19,7 @@ #include <vcl/outdev.hxx> #include <vcl/print.hxx> +#include <tools/debug.hxx> #include <tools/gen.hxx> #include <tools/poly.hxx> #include <unotools/charclass.hxx> diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx index 10ee91d48623..c55900b8c340 100644 --- a/editeng/source/misc/hangulhanja.cxx +++ b/editeng/source/misc/hangulhanja.cxx @@ -37,6 +37,7 @@ #include <unotools/charclass.hxx> #include <sal/log.hxx> #include <osl/diagnose.h> +#include <tools/debug.hxx> #include <editeng/edtdlg.hxx> #include <editeng/unolingu.hxx> diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx index 98ca96a18fe7..c061a039a67a 100644 --- a/editeng/source/outliner/outlvw.cxx +++ b/editeng/source/outliner/outlvw.cxx @@ -41,6 +41,7 @@ #include <editeng/eeitem.hxx> #include <editeng/numitem.hxx> #include <vcl/window.hxx> +#include <vcl/event.hxx> #include <svl/itemset.hxx> #include <svl/eitem.hxx> #include <editeng/editstat.hxx> diff --git a/editeng/source/rtf/svxrtf.cxx b/editeng/source/rtf/svxrtf.cxx index 639aee2825d5..380cf5d1cc86 100644 --- a/editeng/source/rtf/svxrtf.cxx +++ b/editeng/source/rtf/svxrtf.cxx @@ -25,6 +25,7 @@ #include <svtools/rtftoken.h> #include <svl/itempool.hxx> #include <i18nlangtag/languagetag.hxx> +#include <tools/debug.hxx> #include <comphelper/string.hxx> diff --git a/editeng/source/uno/unoedprx.cxx b/editeng/source/uno/unoedprx.cxx index 1929777c2f26..35784061f501 100644 --- a/editeng/source/uno/unoedprx.cxx +++ b/editeng/source/uno/unoedprx.cxx @@ -28,6 +28,7 @@ #include <algorithm> #include <vcl/window.hxx> #include <vcl/svapp.hxx> +#include <tools/debug.hxx> // Project-local header diff --git a/editeng/source/uno/unofield.cxx b/editeng/source/uno/unofield.cxx index b703f6333bc0..de977939f430 100644 --- a/editeng/source/uno/unofield.cxx +++ b/editeng/source/uno/unofield.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/lang/NoSupportException.hpp> #include <com/sun/star/beans/PropertyAttribute.hpp> #include <vcl/svapp.hxx> +#include <tools/debug.hxx> #include <editeng/eeitem.hxx> #include <editeng/flditem.hxx> diff --git a/editeng/source/uno/unofored.cxx b/editeng/source/uno/unofored.cxx index ea83a1ddf4fa..889b7b7b4420 100644 --- a/editeng/source/uno/unofored.cxx +++ b/editeng/source/uno/unofored.cxx @@ -20,6 +20,7 @@ #include <algorithm> #include <osl/diagnose.h> +#include <tools/debug.hxx> #include <editeng/eeitem.hxx> #include <com/sun/star/i18n/WordType.hpp> diff --git a/editeng/source/uno/unoforou.cxx b/editeng/source/uno/unoforou.cxx index af0918a799c4..da0de656a2ad 100644 --- a/editeng/source/uno/unoforou.cxx +++ b/editeng/source/uno/unoforou.cxx @@ -20,6 +20,7 @@ #include <algorithm> #include <osl/diagnose.h> +#include <tools/debug.hxx> #include <svl/style.hxx> #include <com/sun/star/i18n/WordType.hpp> diff --git a/editeng/source/uno/unonrule.cxx b/editeng/source/uno/unonrule.cxx index ea7b262523f7..27dbecfe9108 100644 --- a/editeng/source/uno/unonrule.cxx +++ b/editeng/source/uno/unonrule.cxx @@ -28,6 +28,7 @@ #include <vcl/graph.hxx> #include <vcl/GraphicObject.hxx> #include <vcl/GraphicLoader.hxx> +#include <tools/debug.hxx> #include <editeng/brushitem.hxx> #include <editeng/unoprnms.hxx> |