diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-06-29 22:13:45 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-07-10 09:51:15 +0200 |
commit | e77999fda551867e4fc199a489cf898821ef6d09 (patch) | |
tree | f07a690ebd8c02c83503b68461516b46cb8011dc /sd/source/ui/inc/filedlg.hxx | |
parent | 010264c506746d9e2185a6ee0312392d99d44885 (diff) |
tdf#42949 Fix IWYU warnings in sd/*/hxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
New IWYU and recent developments in f-u-i helped to identify
some non self contained files, those were fixed too.
Change-Id: I4b1b4fe59c572cdd969d26aac13a276d5aa6844c
Reviewed-on: https://gerrit.libreoffice.org/74981
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/source/ui/inc/filedlg.hxx')
-rw-r--r-- | sd/source/ui/inc/filedlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/inc/filedlg.hxx b/sd/source/ui/inc/filedlg.hxx index 36da05e13933..84f284a2e7e8 100644 --- a/sd/source/ui/inc/filedlg.hxx +++ b/sd/source/ui/inc/filedlg.hxx @@ -21,6 +21,7 @@ #define INCLUDED_SD_SOURCE_UI_INC_FILEDLG_HXX #include <vcl/errcode.hxx> +#include <vcl/weld.hxx> #include <memory> |