diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-09-08 00:09:24 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-09-19 09:24:01 +0200 |
commit | 71ef762f21ada8c25aad2183065478171e985e8c (patch) | |
tree | 9fe775ae7905c342273d144d94dc4e36e752ac51 /svtools/source/dialogs | |
parent | 10b457143a2848611ff4fd91c1e74ce8ba975e4e (diff) |
tdf#42949 Fix IWYU warnings in svtools/
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ifc70900022efcd089c0874bd46e0aacaef0efb72
Reviewed-on: https://gerrit.libreoffice.org/78767
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r-- | svtools/source/dialogs/ServerDetailsControls.cxx | 3 | ||||
-rw-r--r-- | svtools/source/dialogs/addresstemplate.cxx | 5 | ||||
-rw-r--r-- | svtools/source/dialogs/colrdlg.cxx | 3 | ||||
-rw-r--r-- | svtools/source/dialogs/insdlg.cxx | 1 |
4 files changed, 0 insertions, 12 deletions
diff --git a/svtools/source/dialogs/ServerDetailsControls.cxx b/svtools/source/dialogs/ServerDetailsControls.cxx index e63aeae088cc..02d5d8ae2816 100644 --- a/svtools/source/dialogs/ServerDetailsControls.cxx +++ b/svtools/source/dialogs/ServerDetailsControls.cxx @@ -17,16 +17,13 @@ #include <com/sun/star/sdbc/XRow.hpp> #include <comphelper/processfactory.hxx> -#include <officecfg/Office/Common.hxx> #include <rtl/uri.hxx> #include <ucbhelper/content.hxx> #include <ucbhelper/commandenvironment.hxx> #include <tools/diagnose_ex.h> -#include <toolkit/helper/vclunohelper.hxx> #include <svtools/PlaceEditDialog.hxx> #include <svtools/ServerDetailsControls.hxx> -#include <sal/log.hxx> #include <config_oauth2.h> diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx index a443516cd4ef..b2c730ff47f0 100644 --- a/svtools/source/dialogs/addresstemplate.cxx +++ b/svtools/source/dialogs/addresstemplate.cxx @@ -28,15 +28,11 @@ #include <unotools/configitem.hxx> #include <vcl/stdtext.hxx> #include <vcl/svapp.hxx> -#include <vcl/waitobj.hxx> -#include <vcl/settings.hxx> #include <vcl/weld.hxx> #include <sal/log.hxx> #include <osl/diagnose.h> -#include <toolkit/helper/vclunohelper.hxx> #include <com/sun/star/util/AliasProgrammaticPair.hpp> #include <com/sun/star/ui/dialogs/AddressBookSourcePilot.hpp> -#include <com/sun/star/awt/XWindow.hpp> #include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/sdb/DatabaseContext.hpp> @@ -47,7 +43,6 @@ #include <com/sun/star/task/InteractionHandler.hpp> #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> -#include <com/sun/star/sdb/CommandType.hpp> #include <svl/filenotation.hxx> #include <tools/urlobj.hxx> #include <algorithm> diff --git a/svtools/source/dialogs/colrdlg.cxx b/svtools/source/dialogs/colrdlg.cxx index 2608690b413e..ea448ffd86e2 100644 --- a/svtools/source/dialogs/colrdlg.cxx +++ b/svtools/source/dialogs/colrdlg.cxx @@ -19,15 +19,12 @@ #include <com/sun/star/awt/XWindow.hpp> -#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/beans/XPropertyAccess.hpp> #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/cui/ColorPicker.hpp> #include <comphelper/processfactory.hxx> -#include <toolkit/helper/vclunohelper.hxx> - #include <svtools/colrdlg.hxx> #include <vcl/weld.hxx> #include <osl/diagnose.h> diff --git a/svtools/source/dialogs/insdlg.cxx b/svtools/source/dialogs/insdlg.cxx index 291d3cd92fd9..2ae9eb66dc9a 100644 --- a/svtools/source/dialogs/insdlg.cxx +++ b/svtools/source/dialogs/insdlg.cxx @@ -27,7 +27,6 @@ #include <sal/macros.h> #include <com/sun/star/lang/XMultiServiceFactory.hpp> -#include <com/sun/star/beans/PropertyValue.hpp> #include <com/sun/star/configuration/theDefaultProvider.hpp> #include <comphelper/processfactory.hxx> #include <comphelper/propertysequence.hxx> |