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 /svx/source | |
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 'svx/source')
-rw-r--r-- | svx/source/dialog/SpellDialogChildWindow.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/rubydialog.cxx | 1 | ||||
-rw-r--r-- | svx/source/dialog/svxbmpnumvalueset.cxx | 1 | ||||
-rw-r--r-- | svx/source/svdraw/svdattr.cxx | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/SvxColorValueSet.cxx | 1 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbxcolor.cxx | 1 | ||||
-rw-r--r-- | svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx | 1 | ||||
-rw-r--r-- | svx/source/xoutdev/xattr.cxx | 1 | ||||
-rw-r--r-- | svx/source/xoutdev/xattr2.cxx | 1 | ||||
-rw-r--r-- | svx/source/xoutdev/xtabbtmp.cxx | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/svx/source/dialog/SpellDialogChildWindow.cxx b/svx/source/dialog/SpellDialogChildWindow.cxx index 133230c55b55..51bd2fc6d26b 100644 --- a/svx/source/dialog/SpellDialogChildWindow.cxx +++ b/svx/source/dialog/SpellDialogChildWindow.cxx @@ -20,6 +20,7 @@ #include <svx/SpellDialogChildWindow.hxx> #include <svx/svxdlg.hxx> +#include <osl/diagnose.h> namespace svx { diff --git a/svx/source/dialog/rubydialog.cxx b/svx/source/dialog/rubydialog.cxx index 7d173aaa0974..8c8daa71a1ec 100644 --- a/svx/source/dialog/rubydialog.cxx +++ b/svx/source/dialog/rubydialog.cxx @@ -20,6 +20,7 @@ #include <memory> #include <sal/config.h> +#include <osl/diagnose.h> #include <o3tl/any.hxx> #include <svx/rubydialog.hxx> #include <sfx2/app.hxx> diff --git a/svx/source/dialog/svxbmpnumvalueset.cxx b/svx/source/dialog/svxbmpnumvalueset.cxx index 9753b897c5c1..11e494b6f6bc 100644 --- a/svx/source/dialog/svxbmpnumvalueset.cxx +++ b/svx/source/dialog/svxbmpnumvalueset.cxx @@ -17,6 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <osl/diagnose.h> #include <svx/dialmgr.hxx> #include <svx/strings.hrc> #include <i18nlangtag/mslangid.hxx> diff --git a/svx/source/svdraw/svdattr.cxx b/svx/source/svdraw/svdattr.cxx index 74ecec61ae71..6f7c594d6076 100644 --- a/svx/source/svdraw/svdattr.cxx +++ b/svx/source/svdraw/svdattr.cxx @@ -38,6 +38,7 @@ #include <editeng/editdata.hxx> #include <editeng/writingmodeitem.hxx> #include <editeng/charrotateitem.hxx> +#include <osl/diagnose.h> #include <i18nutil/unicode.hxx> #include <svl/solar.hrc> #include <tools/bigint.hxx> diff --git a/svx/source/tbxctrls/SvxColorValueSet.cxx b/svx/source/tbxctrls/SvxColorValueSet.cxx index 9e9546df1740..773dce6de000 100644 --- a/svx/source/tbxctrls/SvxColorValueSet.cxx +++ b/svx/source/tbxctrls/SvxColorValueSet.cxx @@ -22,6 +22,7 @@ #include <vcl/builderfactory.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> +#include <osl/diagnose.h> SvxColorValueSet::SvxColorValueSet(vcl::Window* _pParent, WinBits nWinStyle) : ValueSet(_pParent, nWinStyle) diff --git a/svx/source/tbxctrls/tbxcolor.cxx b/svx/source/tbxctrls/tbxcolor.cxx index ad2029bd7c53..7112f7dada98 100644 --- a/svx/source/tbxctrls/tbxcolor.cxx +++ b/svx/source/tbxctrls/tbxcolor.cxx @@ -22,6 +22,7 @@ #include <sfx2/viewfrm.hxx> #include <com/sun/star/beans/XPropertySet.hpp> #include <sal/log.hxx> +#include <osl/diagnose.h> namespace svx diff --git a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx index 1712a8f63781..a465dd9fed83 100644 --- a/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx +++ b/svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx @@ -35,6 +35,7 @@ #include <unotools/linguprops.hxx> #include <unotools/intlwrapper.hxx> #include <vcl/svapp.hxx> +#include <osl/diagnose.h> namespace textconversiondlgs diff --git a/svx/source/xoutdev/xattr.cxx b/svx/source/xoutdev/xattr.cxx index cafbe882ff37..fcb1b78e8bb7 100644 --- a/svx/source/xoutdev/xattr.cxx +++ b/svx/source/xoutdev/xattr.cxx @@ -38,6 +38,7 @@ #include <editeng/memberids.h> #include <tools/stream.hxx> #include <tools/mapunit.hxx> +#include <osl/diagnose.h> #include <svx/unoapi.hxx> #include <svl/style.hxx> diff --git a/svx/source/xoutdev/xattr2.cxx b/svx/source/xoutdev/xattr2.cxx index 3bf103d9469e..f81f42eaf6e0 100644 --- a/svx/source/xoutdev/xattr2.cxx +++ b/svx/source/xoutdev/xattr2.cxx @@ -21,6 +21,7 @@ #include <com/sun/star/drawing/LineCap.hpp> #include <com/sun/star/uno/Any.hxx> +#include <osl/diagnose.h> #include <i18nutil/unicode.hxx> #include <svx/strings.hrc> #include <svx/svxids.hrc> diff --git a/svx/source/xoutdev/xtabbtmp.cxx b/svx/source/xoutdev/xtabbtmp.cxx index 5123a0cf72f6..7a4990a404a5 100644 --- a/svx/source/xoutdev/xtabbtmp.cxx +++ b/svx/source/xoutdev/xtabbtmp.cxx @@ -19,6 +19,7 @@ #include <svx/XPropertyTable.hxx> +#include <osl/diagnose.h> #include <vcl/virdev.hxx> #include <svl/itemset.hxx> #include <sfx2/docfile.hxx> |