diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-01-17 23:46:35 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-01-23 09:22:08 +0100 |
commit | eaeabd78585c185e58f62be49e5888ef78d94793 (patch) | |
tree | 876426b3f782712de0f590123bca0785d61fa49b /sw/source/ui/fldui/inpdlg.cxx | |
parent | 13bc1ec30c5adf05ff987c25634b845bab7bc4ae (diff) |
tdf#42949 Fix IWYU warnings in sw/source/ui/[c-u]*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Icf4e6f8ea7c751c8d068dbde50ea1b4726d565d5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87004
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/ui/fldui/inpdlg.cxx')
-rw-r--r-- | sw/source/ui/fldui/inpdlg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/fldui/inpdlg.cxx b/sw/source/ui/fldui/inpdlg.cxx index d073b4a0215d..a1cbc81dd78a 100644 --- a/sw/source/ui/fldui/inpdlg.cxx +++ b/sw/source/ui/fldui/inpdlg.cxx @@ -19,13 +19,11 @@ #include <tools/lineend.hxx> #include <unotools/charclass.hxx> -#include <editeng/unolingu.hxx> #include <wrtsh.hxx> #include <fldbas.hxx> #include <expfld.hxx> #include <usrfld.hxx> #include <inpdlg.hxx> -#include <fldmgr.hxx> // edit field-insert SwFieldInputDlg::SwFieldInputDlg(weld::Widget *pParent, SwWrtShell &rS, |