diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2018-10-13 00:18:03 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-10-16 09:04:29 +0200 |
commit | 7dc9fb33db45c269fece6cfec993b124491c68f6 (patch) | |
tree | c9c585ff108bceb1e026a36e55fbb5633281f1b0 /sc/source/ui/attrdlg | |
parent | 2b920bdc12f3bf3a196ec0d6d59043a68e663e33 (diff) |
tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*
Also files starting with capital letters.
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ia79de45524315e2aaa1283ee6e42c54c9e14a31e
Reviewed-on: https://gerrit.libreoffice.org/61735
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sc/source/ui/attrdlg')
-rw-r--r-- | sc/source/ui/attrdlg/scdlgfact.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.cxx b/sc/source/ui/attrdlg/scdlgfact.cxx index a23634a41d7d..677a5dd2f518 100644 --- a/sc/source/ui/attrdlg/scdlgfact.cxx +++ b/sc/source/ui/attrdlg/scdlgfact.cxx @@ -75,6 +75,7 @@ #include <scres.hrc> #include <svx/dialogs.hrc> #include <sfx2/sfxdlg.hxx> +#include <conditio.hxx> IMPL_ABSTDLG_BASE(AbstractScImportAsciiDlg_Impl); IMPL_ABSTDLG_BASE(AbstractScAutoFormatDlg_Impl); |