diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-07-28 13:42:18 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-08-05 10:56:39 +0200 |
commit | d5d994789fcbbe327828424cae8c840beaea856f (patch) | |
tree | 610a5dbc1b85eac9743afaa20951997e7f7ee149 /sw/source/ui/fmtui | |
parent | 1e18f94ff38124716de36315e7ba45de5bbb86e8 (diff) |
tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[l-z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ie1c889bb9bd74b0d2bd859dad4c85a209db750a3
Reviewed-on: https://gerrit.libreoffice.org/76503
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/ui/fmtui')
-rw-r--r-- | sw/source/ui/fmtui/tmpdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/fmtui/tmpdlg.cxx b/sw/source/ui/fmtui/tmpdlg.cxx index 276e6dc2848c..9794d9b76a7d 100644 --- a/sw/source/ui/fmtui/tmpdlg.cxx +++ b/sw/source/ui/fmtui/tmpdlg.cxx @@ -26,6 +26,7 @@ #include <sfx2/htmlmode.hxx> #include <svtools/htmlcfg.hxx> #include <svl/cjkoptions.hxx> +#include <vcl/svapp.hxx> #include <numpara.hxx> #include <fmtclds.hxx> #include <swtypes.hxx> |