diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-07 18:43:32 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-04-08 11:55:43 +0200 |
commit | 4a6dc219fc0bb04f3e6a7f32344afcd058b38ebe (patch) | |
tree | da327f3364a1c55a226f8f2384832f7be32df635 /vbahelper/source | |
parent | a3ee61550e4308782d53265c4b1685aeb8bf0ed7 (diff) |
tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: Ib3252828385d1dc8faf48a428b1593199647a679
Reviewed-on: https://gerrit.libreoffice.org/70383
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'vbahelper/source')
-rw-r--r-- | vbahelper/source/vbahelper/vbahelper.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vbahelper/source/vbahelper/vbahelper.cxx b/vbahelper/source/vbahelper/vbahelper.cxx index 0c15bb670561..28459c87db78 100644 --- a/vbahelper/source/vbahelper/vbahelper.cxx +++ b/vbahelper/source/vbahelper/vbahelper.cxx @@ -47,6 +47,7 @@ #include <sfx2/viewfrm.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/app.hxx> +#include <sfx2/sfxsids.hrc> #include <svl/stritem.hxx> #include <svl/eitem.hxx> #include <svl/intitem.hxx> @@ -68,6 +69,7 @@ #include <sal/log.hxx> #include <toolkit/awt/vclxwindow.hxx> #include <toolkit/helper/vclunohelper.hxx> +#include <vcl/svapp.hxx> #include <vcl/window.hxx> #include <vcl/syswin.hxx> #include <tools/diagnose_ex.h> |