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 /sw/source/ui | |
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 'sw/source/ui')
-rw-r--r-- | sw/source/ui/dbui/createaddresslistdialog.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/dbui/selectdbtabledialog.cxx | 1 | ||||
-rw-r--r-- | sw/source/ui/misc/glosbib.cxx | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sw/source/ui/dbui/createaddresslistdialog.cxx b/sw/source/ui/dbui/createaddresslistdialog.cxx index 08cc3f6d897c..590d208d0d63 100644 --- a/sw/source/ui/dbui/createaddresslistdialog.cxx +++ b/sw/source/ui/dbui/createaddresslistdialog.cxx @@ -21,6 +21,7 @@ #include <cstddef> +#include <osl/diagnose.h> #include <swtypes.hxx> #include "createaddresslistdialog.hxx" #include "customizeaddresslistdialog.hxx" diff --git a/sw/source/ui/dbui/selectdbtabledialog.cxx b/sw/source/ui/dbui/selectdbtabledialog.cxx index 5573d8bb2bf9..29d8770f8585 100644 --- a/sw/source/ui/dbui/selectdbtabledialog.cxx +++ b/sw/source/ui/dbui/selectdbtabledialog.cxx @@ -22,6 +22,7 @@ #include "dbtablepreviewdialog.hxx" #include <svtools/simptabl.hxx> #include <vcl/treelistentry.hxx> +#include <osl/diagnose.h> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdb/XQueriesSupplier.hpp> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/sw/source/ui/misc/glosbib.cxx b/sw/source/ui/misc/glosbib.cxx index 5066f1eadbce..3e8d9a3f7bde 100644 --- a/sw/source/ui/misc/glosbib.cxx +++ b/sw/source/ui/misc/glosbib.cxx @@ -27,6 +27,7 @@ #include <unotools/tempfile.hxx> #include <unotools/pathoptions.hxx> #include <vcl/treelistentry.hxx> +#include <osl/diagnose.h> #include <swtypes.hxx> #include <glosbib.hxx> |