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 /dbaccess | |
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 'dbaccess')
24 files changed, 24 insertions, 0 deletions
diff --git a/dbaccess/source/ui/app/AppDetailPageHelper.cxx b/dbaccess/source/ui/app/AppDetailPageHelper.cxx index fe7eb6b9de7b..2402312fc12f 100644 --- a/dbaccess/source/ui/app/AppDetailPageHelper.cxx +++ b/dbaccess/source/ui/app/AppDetailPageHelper.cxx @@ -61,6 +61,7 @@ #include <vcl/commandinfoprovider.hxx> #include <vcl/waitobj.hxx> #include <vcl/settings.hxx> +#include <vcl/event.hxx> #include <toolkit/awt/vclxmenu.hxx> #include <tools/stream.hxx> #include <rtl/ustrbuf.hxx> diff --git a/dbaccess/source/ui/app/AppDetailView.cxx b/dbaccess/source/ui/app/AppDetailView.cxx index 81d7a32ed47b..e4c30fe5629e 100644 --- a/dbaccess/source/ui/app/AppDetailView.cxx +++ b/dbaccess/source/ui/app/AppDetailView.cxx @@ -31,6 +31,7 @@ #include <com/sun/star/util/URL.hpp> #include <core_resource.hxx> #include <listviewitems.hxx> +#include <vcl/event.hxx> #include <vcl/image.hxx> #include <vcl/mnemonic.hxx> #include <vcl/settings.hxx> diff --git a/dbaccess/source/ui/app/AppTitleWindow.cxx b/dbaccess/source/ui/app/AppTitleWindow.cxx index 9f18829c2c67..139b01a8533f 100644 --- a/dbaccess/source/ui/app/AppTitleWindow.cxx +++ b/dbaccess/source/ui/app/AppTitleWindow.cxx @@ -21,6 +21,7 @@ #include <core_resource.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> +#include <vcl/event.hxx> namespace dbaui { diff --git a/dbaccess/source/ui/browser/dataview.cxx b/dbaccess/source/ui/browser/dataview.cxx index 041315775a61..78ab9779d967 100644 --- a/dbaccess/source/ui/browser/dataview.cxx +++ b/dbaccess/source/ui/browser/dataview.cxx @@ -27,6 +27,7 @@ #include <svtools/acceleratorexecute.hxx> #include <svtools/imgdef.hxx> #include <tools/diagnose_ex.h> +#include <vcl/event.hxx> #include <vcl/fixed.hxx> #include <vcl/settings.hxx> diff --git a/dbaccess/source/ui/control/VertSplitView.cxx b/dbaccess/source/ui/control/VertSplitView.cxx index 4f44d180114e..337ccfe3aaec 100644 --- a/dbaccess/source/ui/control/VertSplitView.cxx +++ b/dbaccess/source/ui/control/VertSplitView.cxx @@ -21,6 +21,7 @@ #include <vcl/split.hxx> #include <vcl/settings.hxx> +#include <vcl/event.hxx> #include <osl/diagnose.h> #define SPLITTER_WIDTH 80 diff --git a/dbaccess/source/ui/control/dbtreelistbox.cxx b/dbaccess/source/ui/control/dbtreelistbox.cxx index 2ad783072f18..d2ed91fa0241 100644 --- a/dbaccess/source/ui/control/dbtreelistbox.cxx +++ b/dbaccess/source/ui/control/dbtreelistbox.cxx @@ -39,6 +39,7 @@ #include <toolkit/helper/vclunohelper.hxx> #include <vcl/svapp.hxx> #include <vcl/treelistentry.hxx> +#include <vcl/event.hxx> #include <memory> #include <o3tl/make_unique.hxx> diff --git a/dbaccess/source/ui/control/marktree.cxx b/dbaccess/source/ui/control/marktree.cxx index 54e19671afb9..1344b054cc85 100644 --- a/dbaccess/source/ui/control/marktree.cxx +++ b/dbaccess/source/ui/control/marktree.cxx @@ -21,6 +21,7 @@ #include <vcl/treelistentry.hxx> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> +#include <vcl/event.hxx> namespace dbaui { diff --git a/dbaccess/source/ui/control/opendoccontrols.cxx b/dbaccess/source/ui/control/opendoccontrols.cxx index a44eab8e1a3d..4b72452af67b 100644 --- a/dbaccess/source/ui/control/opendoccontrols.cxx +++ b/dbaccess/source/ui/control/opendoccontrols.cxx @@ -32,6 +32,7 @@ #include <vcl/graph.hxx> #include <vcl/help.hxx> #include <vcl/commandinfoprovider.hxx> +#include <vcl/event.hxx> #include <unotools/historyoptions.hxx> #include <comphelper/sequenceashashmap.hxx> #include <tools/urlobj.hxx> diff --git a/dbaccess/source/ui/control/sqledit.cxx b/dbaccess/source/ui/control/sqledit.cxx index c94c5335b8df..093755de63a6 100644 --- a/dbaccess/source/ui/control/sqledit.cxx +++ b/dbaccess/source/ui/control/sqledit.cxx @@ -34,6 +34,7 @@ #include <QueryDesignView.hxx> #include <vcl/settings.hxx> #include <cppuhelper/implbase.hxx> +#include <vcl/event.hxx> using namespace dbaui; diff --git a/dbaccess/source/ui/inc/paramdialog.hxx b/dbaccess/source/ui/inc/paramdialog.hxx index c962802e47f0..49ddf496de3c 100644 --- a/dbaccess/source/ui/inc/paramdialog.hxx +++ b/dbaccess/source/ui/inc/paramdialog.hxx @@ -23,6 +23,7 @@ #include "commontypes.hxx" #include <vcl/weld.hxx> +#include <vcl/timer.hxx> #include <com/sun/star/util/XNumberFormatter.hpp> #include <com/sun/star/container/XIndexAccess.hpp> diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx index aa1ca17714c3..9a9320a69fad 100644 --- a/dbaccess/source/ui/querydesign/JoinTableView.cxx +++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx @@ -35,6 +35,7 @@ #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <vcl/commandevent.hxx> +#include <vcl/event.hxx> #include <TableWindowData.hxx> #include <JAccess.hxx> #include <com/sun/star/accessibility/XAccessible.hpp> diff --git a/dbaccess/source/ui/querydesign/TableWindow.cxx b/dbaccess/source/ui/querydesign/TableWindow.cxx index c7be7a9d94f8..b43244dfa5d5 100644 --- a/dbaccess/source/ui/querydesign/TableWindow.cxx +++ b/dbaccess/source/ui/querydesign/TableWindow.cxx @@ -29,6 +29,7 @@ #include <vcl/wall.hxx> #include <vcl/settings.hxx> #include <vcl/commandevent.hxx> +#include <vcl/event.hxx> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> #include <com/sun/star/container/XNameAccess.hpp> diff --git a/dbaccess/source/ui/querydesign/TableWindowListBox.cxx b/dbaccess/source/ui/querydesign/TableWindowListBox.cxx index 43536d7925ab..54c06c8f0a3b 100644 --- a/dbaccess/source/ui/querydesign/TableWindowListBox.cxx +++ b/dbaccess/source/ui/querydesign/TableWindowListBox.cxx @@ -27,6 +27,7 @@ #include <com/sun/star/sdbc/XDatabaseMetaData.hpp> #include <vcl/svapp.hxx> #include <vcl/commandevent.hxx> +#include <vcl/event.hxx> using namespace dbaui; using namespace ::com::sun::star::sdbc; diff --git a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx index 8daf223ccddc..2414ea7b98f6 100644 --- a/dbaccess/source/ui/querydesign/TableWindowTitle.cxx +++ b/dbaccess/source/ui/querydesign/TableWindowTitle.cxx @@ -25,6 +25,7 @@ #include <vcl/menu.hxx> #include <vcl/settings.hxx> #include <vcl/commandevent.hxx> +#include <vcl/event.hxx> #include <stringconstants.hxx> #include <TableWindowListBox.hxx> #include <TableConnection.hxx> diff --git a/dbaccess/source/ui/querydesign/limitboxcontroller.cxx b/dbaccess/source/ui/querydesign/limitboxcontroller.cxx index f0145fe14301..eb083fbc0e4d 100644 --- a/dbaccess/source/ui/querydesign/limitboxcontroller.cxx +++ b/dbaccess/source/ui/querydesign/limitboxcontroller.cxx @@ -13,6 +13,7 @@ #include <com/sun/star/frame/XDispatchProvider.hpp> #include <com/sun/star/beans/PropertyValue.hpp> +#include <vcl/event.hxx> #include <vcl/svapp.hxx> #include <vcl/window.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx index 909c69af0261..572d8354683a 100644 --- a/dbaccess/source/ui/querydesign/querycontainerwindow.cxx +++ b/dbaccess/source/ui/querydesign/querycontainerwindow.cxx @@ -26,6 +26,7 @@ #include <stringconstants.hxx> #include <strings.hxx> #include <sfx2/sfxsids.hrc> +#include <vcl/event.hxx> #include <vcl/fixed.hxx> #include <UITools.hxx> #include <com/sun/star/beans/XPropertySet.hpp> diff --git a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx index 6b46690fb5b8..37b2f270ace7 100644 --- a/dbaccess/source/ui/relationdesign/RelationDesignView.cxx +++ b/dbaccess/source/ui/relationdesign/RelationDesignView.cxx @@ -22,6 +22,7 @@ #include <RelationController.hxx> #include <svl/undo.hxx> #include <vcl/svapp.hxx> +#include <vcl/event.hxx> #include <browserids.hxx> #include <connectivity/dbtools.hxx> #include <com/sun/star/sdbc/DataType.hpp> diff --git a/dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx b/dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx index 08585d56e11b..62d0f16c5314 100644 --- a/dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx +++ b/dbaccess/source/ui/tabledesign/TableDesignHelpBar.cxx @@ -20,6 +20,7 @@ #include <TableDesignHelpBar.hxx> #include <svtools/svmedit.hxx> #include <vcl/settings.hxx> +#include <vcl/event.hxx> #include <helpids.h> #include <memory> using namespace dbaui; diff --git a/dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx b/dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx index 731af987b629..8e80e52fb1a3 100644 --- a/dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx +++ b/dbaccess/source/ui/tabledesign/TableFieldDescWin.cxx @@ -22,6 +22,7 @@ #include <FieldDescriptions.hxx> #include <strings.hrc> #include <TableDesignHelpBar.hxx> +#include <vcl/event.hxx> #include <vcl/fixed.hxx> #include <vcl/settings.hxx> #include <helpids.h> diff --git a/dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx b/dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx index be42039bbe41..3a498049c7a7 100644 --- a/dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx +++ b/dbaccess/source/ui/uno/AdvancedSettingsDlg.cxx @@ -26,6 +26,7 @@ #include <comphelper/processfactory.hxx> #include <comphelper/proparrhlp.hxx> #include <toolkit/helper/vclunohelper.hxx> +#include <o3tl/make_unique.hxx> namespace dbaui { diff --git a/dbaccess/source/ui/uno/UserSettingsDlg.cxx b/dbaccess/source/ui/uno/UserSettingsDlg.cxx index fdc79695b726..760805897ab4 100644 --- a/dbaccess/source/ui/uno/UserSettingsDlg.cxx +++ b/dbaccess/source/ui/uno/UserSettingsDlg.cxx @@ -23,6 +23,7 @@ #include <UserAdminDlg.hxx> #include <comphelper/processfactory.hxx> #include <toolkit/helper/vclunohelper.hxx> +#include <o3tl/make_unique.hxx> using namespace dbaui; diff --git a/dbaccess/source/ui/uno/composerdialogs.cxx b/dbaccess/source/ui/uno/composerdialogs.cxx index c9b1973bb4a9..56593aefe9a6 100644 --- a/dbaccess/source/ui/uno/composerdialogs.cxx +++ b/dbaccess/source/ui/uno/composerdialogs.cxx @@ -31,6 +31,7 @@ #include <tools/diagnose_ex.h> #include <osl/diagnose.h> #include <vcl/svapp.hxx> +#include <o3tl/make_unique.hxx> extern "C" void createRegistryInfo_ComposerDialogs() { diff --git a/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx b/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx index 899a521eb5e9..4c7cc453cf7b 100644 --- a/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx +++ b/dbaccess/source/ui/uno/textconnectionsettings_uno.cxx @@ -35,6 +35,7 @@ #include <toolkit/helper/vclunohelper.hxx> #include <vcl/svapp.hxx> #include <cppuhelper/implbase.hxx> +#include <o3tl/make_unique.hxx> namespace dbaui { diff --git a/dbaccess/source/ui/uno/unosqlmessage.cxx b/dbaccess/source/ui/uno/unosqlmessage.cxx index 2fc5c0a0982a..c0ca52114eb2 100644 --- a/dbaccess/source/ui/uno/unosqlmessage.cxx +++ b/dbaccess/source/ui/uno/unosqlmessage.cxx @@ -28,6 +28,7 @@ #include <cppuhelper/typeprovider.hxx> #include <connectivity/dbexception.hxx> #include <vcl/svapp.hxx> +#include <o3tl/make_unique.hxx> using namespace dbaui; using namespace dbtools; |