diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-01-30 00:10:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-02-05 09:15:25 +0100 |
commit | 16ee4d434692387419e6493aefba4312b2d80a8c (patch) | |
tree | daaf55af20782ec2c68f03a56b83ac0ecc0049ed /fpicker | |
parent | 209f2fe0304114409434a3bf5f1e08c6613d83c0 (diff) |
tdf#42949 Fix IWYU warnings in include/svtools/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I937ed12f2a96943664087ddcdd035f1347e84a57
Reviewed-on: https://gerrit.libreoffice.org/67102
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/OfficeControlAccess.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/RemoteFilesDialog.cxx | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/fpicker/source/office/OfficeControlAccess.cxx b/fpicker/source/office/OfficeControlAccess.cxx index d9b6061ae0db..baf8f20f3b23 100644 --- a/fpicker/source/office/OfficeControlAccess.cxx +++ b/fpicker/source/office/OfficeControlAccess.cxx @@ -25,6 +25,7 @@ #include <com/sun/star/ui/dialogs/ControlActions.hpp> #include <sal/log.hxx> #include <osl/diagnose.h> +#include <vcl/button.hxx> #include <vcl/lstbox.hxx> #include <com/sun/star/uno/Sequence.hxx> #include <tools/urlobj.hxx> diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index be7666761946..d6184e0a2906 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -7,11 +7,16 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include <config_oauth2.h> + #include "RemoteFilesDialog.hxx" #include <fpsofficeResMgr.hxx> #include <strings.hrc> #include <comphelper/docpasswordrequest.hxx> #include <comphelper/stillreadwriteinteraction.hxx> +#include <com/sun/star/task/InteractionHandler.hpp> +#include <ucbhelper/commandenvironment.hxx> +#include <vcl/treelistentry.hxx> #include <bitmaps.hlst> class FileViewContainer : public vcl::Window |