diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-14 22:31:33 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-15 11:17:24 +0200 |
commit | b4d36b5dcfc84b2aa8913ac69ad12077713cee84 (patch) | |
tree | dafa07a7290a7e913eeb3d7a23c4366d01fcf2d8 /fpicker/source/office | |
parent | c8c74a0b4ca6f3a3619f423b6548c80c52392ae0 (diff) |
remove some unused comphelper includes
and fix the fallout
Change-Id: I5d0c2040f57a3ac354a7e277592da31d09a5f359
Reviewed-on: https://gerrit.libreoffice.org/52894
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'fpicker/source/office')
-rw-r--r-- | fpicker/source/office/RemoteFilesDialog.cxx | 1 | ||||
-rw-r--r-- | fpicker/source/office/RemoteFilesDialog.hxx | 2 | ||||
-rw-r--r-- | fpicker/source/office/iodlg.hxx | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index 7753af6924d9..7cac02da7777 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -10,6 +10,7 @@ #include "RemoteFilesDialog.hxx" #include <fpsofficeResMgr.hxx> #include <strings.hrc> +#include <comphelper/docpasswordrequest.hxx> #include <comphelper/stillreadwriteinteraction.hxx> #include <bitmaps.hlst> diff --git a/fpicker/source/office/RemoteFilesDialog.hxx b/fpicker/source/office/RemoteFilesDialog.hxx index 33445bf41a3b..b2ffa7099f15 100644 --- a/fpicker/source/office/RemoteFilesDialog.hxx +++ b/fpicker/source/office/RemoteFilesDialog.hxx @@ -10,8 +10,6 @@ #ifndef INCLUDED_SVTOOLS_REMOTEFILESDIALOG_HXX #define INCLUDED_SVTOOLS_REMOTEFILESDIALOG_HXX -#include <comphelper/docpasswordrequest.hxx> - #include <svtools/autocmpledit.hxx> #include <svtools/foldertree.hxx> #include <svtools/place.hxx> diff --git a/fpicker/source/office/iodlg.hxx b/fpicker/source/office/iodlg.hxx index f3b96051a1e8..55d7270e09da 100644 --- a/fpicker/source/office/iodlg.hxx +++ b/fpicker/source/office/iodlg.hxx @@ -38,7 +38,6 @@ #include "asyncfilepicker.hxx" #include "OfficeControlAccess.hxx" #include "fpsmartcontent.hxx" -#include <comphelper/configuration.hxx> #include "fpdialogbase.hxx" #include <o3tl/typed_flags_set.hxx> |