summaryrefslogtreecommitdiff
path: root/starmath/source/edit.cxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2017-08-02 09:07:31 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-08-03 09:18:44 +0200
commit1a68c13518a4fd7e87098dccf4e1df3b36b57469 (patch)
tree013f380aced37a1fa5fd7a74c3d2f9e18439eb31 /starmath/source/edit.cxx
parent0b725f98d64f2413d064e487ca7869ac258e6c4e (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/edit.cxx')
-rw-r--r--starmath/source/edit.cxx14
1 files changed, 1 insertions, 13 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx
index a499763b10ba..92abbe35f997 100644
--- a/starmath/source/edit.cxx
+++ b/starmath/source/edit.cxx
@@ -18,13 +18,8 @@
*/
#include <com/sun/star/accessibility/XAccessible.hpp>
-#include <com/sun/star/accessibility/AccessibleEventObject.hpp>
-#include <com/sun/star/accessibility/AccessibleEventId.hpp>
-#include <com/sun/star/accessibility/AccessibleStateType.hpp>
-#include <toolkit/helper/vclunohelper.hxx>
#include "starmath.hrc"
-#include "strings.hrc"
#include "helpids.h"
#include <vcl/menu.hxx>
@@ -33,17 +28,10 @@
#include <editeng/editview.hxx>
#include <editeng/editeng.hxx>
#include <editeng/editstat.hxx>
-#include <editeng/eeitem.hxx>
#include <sfx2/dispatch.hxx>
-#include <svl/intitem.hxx>
-#include <svl/itempool.hxx>
#include <svl/stritem.hxx>
-#include <editeng/fhgtitem.hxx>
-#include <editeng/wghtitem.hxx>
-#include <editeng/lrspitem.hxx>
-#include <svl/itemset.hxx>
-#include <editeng/fontitem.hxx>
#include <sfx2/viewfrm.hxx>
+#include <svx/AccessibleTextHelper.hxx>
#include "edit.hxx"
#include "view.hxx"