diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-03-23 13:17:16 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-03-28 10:27:23 +0100 |
commit | 1d39c5aa7bd6419060ed10d9fbdc2a643000f363 (patch) | |
tree | af83df9344cef3dcdb0ed2708332411594969568 /svx/source/form/fmvwimp.cxx | |
parent | 6f41502b82fa108246b7547d9da3c6bf6b42f72f (diff) |
tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I6e97c7ed6c0211dfafee83b9bdbea672e415fc49
Reviewed-on: https://gerrit.libreoffice.org/69715
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'svx/source/form/fmvwimp.cxx')
-rw-r--r-- | svx/source/form/fmvwimp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/form/fmvwimp.cxx b/svx/source/form/fmvwimp.cxx index a2ae47c50013..9441bf32fc7d 100644 --- a/svx/source/form/fmvwimp.cxx +++ b/svx/source/form/fmvwimp.cxx @@ -79,6 +79,7 @@ #include <unotools/moduleoptions.hxx> #include <tools/diagnose_ex.h> #include <sal/log.hxx> +#include <vcl/svapp.hxx> #include <vcl/stdtext.hxx> #include <connectivity/dbtools.hxx> |