diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2019-04-24 22:48:26 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-04-27 17:45:17 +0200 |
commit | 38ef4990bf34d7c7a7079e3b65af43656bb1845a (patch) | |
tree | 3de0a31dd9d5a03df0571ce5b83bc38400b35d84 /starmath | |
parent | 9d3912d4afc09b3b36701044493a4ea8e0d0ca47 (diff) |
tdf#42949 Fix IWYU warnings in include/svx/[a-D]*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I9770343f31f882427c9ae13e363b59cd1fb47e98
Reviewed-on: https://gerrit.libreoffice.org/71295
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/dialog.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index fd7d7f4061cb..a5c68d223ae9 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -27,6 +27,7 @@ #include <svl/intitem.hxx> #include <svl/stritem.hxx> #include <vcl/combobox.hxx> +#include <vcl/event.hxx> #include <vcl/svapp.hxx> #include <vcl/virdev.hxx> #include <vcl/weld.hxx> |