diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2017-08-02 09:07:31 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 09:18:44 +0200 |
commit | 1a68c13518a4fd7e87098dccf4e1df3b36b57469 (patch) | |
tree | 013f380aced37a1fa5fd7a74c3d2f9e18439eb31 /starmath/source/view.cxx | |
parent | 0b725f98d64f2413d064e487ca7869ac258e6c4e (diff) |
starmath: cleanup includes with iwyu
Change-Id: I6de145f8b59d3ebcbc0cb32df3f955c9ee738eeb
Reviewed-on: https://gerrit.libreoffice.org/40666
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r-- | starmath/source/view.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 13d162e9eccb..81ad79e51f70 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -18,10 +18,8 @@ */ #include <com/sun/star/accessibility/AccessibleEventId.hpp> -#include <com/sun/star/accessibility/AccessibleEventObject.hpp> #include <com/sun/star/accessibility/AccessibleStateType.hpp> #include <com/sun/star/accessibility/XAccessible.hpp> -#include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/frame/Desktop.hpp> #include <com/sun/star/frame/XFramesSupplier.hpp> #include <com/sun/star/container/XChild.hpp> @@ -30,7 +28,6 @@ #include <comphelper/storagehelper.hxx> #include <comphelper/string.hxx> #include <i18nutil/unicode.hxx> -#include <sfx2/app.hxx> #include <sfx2/dispatch.hxx> #include <sfx2/docfile.hxx> #include <sfx2/docfilt.hxx> @@ -42,16 +39,12 @@ #include <sfx2/printer.hxx> #include <sfx2/request.hxx> #include <svl/eitem.hxx> -#include <svl/intitem.hxx> #include <svl/itemset.hxx> #include <svl/poolitem.hxx> -#include <svl/ptitem.hxx> #include <svl/stritem.hxx> #include <svtools/transfer.hxx> #include <svtools/miscopt.hxx> -#include <svl/undo.hxx> #include <svl/whiter.hxx> -#include <svx/dialogs.hrc> #include <svx/zoomslideritem.hxx> #include <editeng/editeng.hxx> #include <editeng/editview.hxx> @@ -59,8 +52,6 @@ #include <sfx2/zoomitem.hxx> #include <vcl/decoview.hxx> #include <vcl/menu.hxx> -#include <vcl/msgbox.hxx> -#include <vcl/wrkwin.hxx> #include <vcl/settings.hxx> #include <unotools/streamwrap.hxx> |