diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-11-12 20:55:41 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2018-11-19 09:38:53 +0100 |
commit | 492ea7e08571e466e37f870b7642a79df55c2e92 (patch) | |
tree | 902686cce366dc110cb46d8164b22658235c575e /editeng | |
parent | 50e644253f78ab002f180fb8e82ca181b95cb7ff (diff) |
tdf#42949 Fix IWYU warnings in include/vcl/[ab]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: If18c80fc64e55d797953e24e40e5d5e62bd9c625
Reviewed-on: https://gerrit.libreoffice.org/63453
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/editeng/editdbg.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/editdoc.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/editundo.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/edtspell.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/impedit2.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/impedit3.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/impedit4.cxx | 1 | ||||
-rw-r--r-- | editeng/source/editeng/textconv.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/frmitems.cxx | 1 | ||||
-rw-r--r-- | editeng/source/items/textitem.cxx | 1 | ||||
-rw-r--r-- | editeng/source/misc/hangulhanja.cxx | 1 | ||||
-rw-r--r-- | editeng/source/misc/svxacorr.cxx | 1 | ||||
-rw-r--r-- | editeng/source/misc/unolingu.cxx | 1 | ||||
-rw-r--r-- | editeng/source/outliner/outliner.cxx | 1 | ||||
-rw-r--r-- | editeng/source/outliner/outlobj.cxx | 1 | ||||
-rw-r--r-- | editeng/source/outliner/outlvw.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/unofored.cxx | 1 | ||||
-rw-r--r-- | editeng/source/uno/unoforou.cxx | 1 |
18 files changed, 18 insertions, 0 deletions
diff --git a/editeng/source/editeng/editdbg.cxx b/editeng/source/editeng/editdbg.cxx index 732f788ef677..a28974655149 100644 --- a/editeng/source/editeng/editdbg.cxx +++ b/editeng/source/editeng/editdbg.cxx @@ -54,6 +54,7 @@ #include "editdbg.hxx" #include <rtl/strbuf.hxx> +#include <osl/diagnose.h> #if defined( DBG_UTIL ) || ( OSL_DEBUG_LEVEL > 1 ) diff --git a/editeng/source/editeng/editdoc.cxx b/editeng/source/editeng/editdoc.cxx index 5881868ab5b4..cbe547d33dff 100644 --- a/editeng/source/editeng/editdoc.cxx +++ b/editeng/source/editeng/editdoc.cxx @@ -52,6 +52,7 @@ #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <svl/grabbagitem.hxx> #include <tools/stream.hxx> diff --git a/editeng/source/editeng/editundo.cxx b/editeng/source/editeng/editundo.cxx index f283524d328f..7147c3f4f6c9 100644 --- a/editeng/source/editeng/editundo.cxx +++ b/editeng/source/editeng/editundo.cxx @@ -22,6 +22,7 @@ #include "editundo.hxx" #include <editeng/editview.hxx> #include <editeng/editeng.hxx> +#include <osl/diagnose.h> static void lcl_DoSetSelection( EditView const * pView, sal_uInt16 nPara ) diff --git a/editeng/source/editeng/edtspell.cxx b/editeng/source/editeng/edtspell.cxx index 525918337381..db235d41d7d5 100644 --- a/editeng/source/editeng/edtspell.cxx +++ b/editeng/source/editeng/edtspell.cxx @@ -20,6 +20,7 @@ #include "impedit.hxx" #include <sal/log.hxx> +#include <osl/diagnose.h> #include <editeng/editview.hxx> #include <editeng/editeng.hxx> #include <edtspell.hxx> diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx index 6f3a8557e95c..0511f68bec09 100644 --- a/editeng/source/editeng/impedit2.cxx +++ b/editeng/source/editeng/impedit2.cxx @@ -55,6 +55,7 @@ #include <sal/log.hxx> +#include <osl/diagnose.h> #include <sot/exchange.hxx> #include <sot/formats.hxx> #include <svl/asiancfg.hxx> diff --git a/editeng/source/editeng/impedit3.cxx b/editeng/source/editeng/impedit3.cxx index 641adf60ea25..369b80def020 100644 --- a/editeng/source/editeng/impedit3.cxx +++ b/editeng/source/editeng/impedit3.cxx @@ -73,6 +73,7 @@ #include <comphelper/processfactory.hxx> #include <rtl/ustrbuf.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <comphelper/string.hxx> #include <comphelper/lok.hxx> #include <memory> diff --git a/editeng/source/editeng/impedit4.cxx b/editeng/source/editeng/impedit4.cxx index ab2d01aa225b..bf235228a05d 100644 --- a/editeng/source/editeng/impedit4.cxx +++ b/editeng/source/editeng/impedit4.cxx @@ -33,6 +33,7 @@ #include "editobj2.hxx" #include <i18nlangtag/lang.h> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <editxml.hxx> diff --git a/editeng/source/editeng/textconv.cxx b/editeng/source/editeng/textconv.cxx index 9b029cbdb4b4..7b544edafb3c 100644 --- a/editeng/source/editeng/textconv.cxx +++ b/editeng/source/editeng/textconv.cxx @@ -27,6 +27,7 @@ #include <editeng/langitem.hxx> #include <editeng/fontitem.hxx> #include "textconv.hxx" +#include <osl/diagnose.h> using namespace com::sun::star; diff --git a/editeng/source/items/frmitems.cxx b/editeng/source/items/frmitems.cxx index 3820048f4165..f21950827dd7 100644 --- a/editeng/source/items/frmitems.cxx +++ b/editeng/source/items/frmitems.cxx @@ -46,6 +46,7 @@ #include <com/sun/star/drawing/ShadingPattern.hpp> #include <com/sun/star/graphic/XGraphic.hpp> +#include <osl/diagnose.h> #include <i18nutil/unicode.hxx> #include <unotools/ucbstreamhelper.hxx> #include <limits.h> diff --git a/editeng/source/items/textitem.cxx b/editeng/source/items/textitem.cxx index 1763dc69be5d..b3912754cbe4 100644 --- a/editeng/source/items/textitem.cxx +++ b/editeng/source/items/textitem.cxx @@ -26,6 +26,7 @@ #include <math.h> #include <rtl/math.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <unotools/fontdefs.hxx> #include <vcl/outdev.hxx> #include <vcl/unohelp.hxx> diff --git a/editeng/source/misc/hangulhanja.cxx b/editeng/source/misc/hangulhanja.cxx index a3999205d579..10ee91d48623 100644 --- a/editeng/source/misc/hangulhanja.cxx +++ b/editeng/source/misc/hangulhanja.cxx @@ -36,6 +36,7 @@ #include <vcl/stdtext.hxx> #include <unotools/charclass.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <editeng/edtdlg.hxx> #include <editeng/unolingu.hxx> diff --git a/editeng/source/misc/svxacorr.cxx b/editeng/source/misc/svxacorr.cxx index f5f1c9077853..e05f20b21992 100644 --- a/editeng/source/misc/svxacorr.cxx +++ b/editeng/source/misc/svxacorr.cxx @@ -27,6 +27,7 @@ #include <i18nlangtag/mslangid.hxx> #include <i18nutil/transliteration.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <sot/storinfo.hxx> diff --git a/editeng/source/misc/unolingu.cxx b/editeng/source/misc/unolingu.cxx index a53d8337f033..5841f4def1a7 100644 --- a/editeng/source/misc/unolingu.cxx +++ b/editeng/source/misc/unolingu.cxx @@ -52,6 +52,7 @@ #include <svtools/strings.hrc> #include <unotools/resmgr.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> using namespace ::comphelper; using namespace ::linguistic; diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx index 60d0c10b1395..342e5878889f 100644 --- a/editeng/source/outliner/outliner.cxx +++ b/editeng/source/outliner/outliner.cxx @@ -52,6 +52,7 @@ #include <svl/itempool.hxx> #include <libxml/xmlwriter.h> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <o3tl/make_unique.hxx> // calculate if it's RTL or not diff --git a/editeng/source/outliner/outlobj.cxx b/editeng/source/outliner/outlobj.cxx index 5ecfaf6409f5..20fc608328ab 100644 --- a/editeng/source/outliner/outlobj.cxx +++ b/editeng/source/outliner/outlobj.cxx @@ -31,6 +31,7 @@ #include <vcl/bitmap.hxx> #include <tools/stream.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <o3tl/cow_wrapper.hxx> #include <libxml/xmlwriter.h> diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx index 1a211d87b02f..98ca96a18fe7 100644 --- a/editeng/source/outliner/outlvw.cxx +++ b/editeng/source/outliner/outlvw.cxx @@ -45,6 +45,7 @@ #include <svl/eitem.hxx> #include <editeng/editstat.hxx> #include <sal/log.hxx> +#include <osl/diagnose.h> #include <o3tl/make_unique.hxx> using namespace ::com::sun::star; diff --git a/editeng/source/uno/unofored.cxx b/editeng/source/uno/unofored.cxx index 3b4b4decd54c..ea83a1ddf4fa 100644 --- a/editeng/source/uno/unofored.cxx +++ b/editeng/source/uno/unofored.cxx @@ -19,6 +19,7 @@ #include <algorithm> +#include <osl/diagnose.h> #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 84ecb7a0cddd..af0918a799c4 100644 --- a/editeng/source/uno/unoforou.cxx +++ b/editeng/source/uno/unoforou.cxx @@ -19,6 +19,7 @@ #include <algorithm> +#include <osl/diagnose.h> #include <svl/style.hxx> #include <com/sun/star/i18n/WordType.hpp> |