diff options
Diffstat (limited to 'starmath/source/edit.cxx')
-rw-r--r-- | starmath/source/edit.cxx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/starmath/source/edit.cxx b/starmath/source/edit.cxx index 6f69f52539aa..06c7397694b9 100644 --- a/starmath/source/edit.cxx +++ b/starmath/source/edit.cxx @@ -47,19 +47,19 @@ #include <vcl/menu.hxx> -#include <svx/editview.hxx> -#include <svx/editeng.hxx> -#include <svx/editstat.hxx> -#include <svx/eeitem.hxx> +#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 <svx/fhgtitem.hxx> -#include <svx/wghtitem.hxx> -#include <svx/lrspitem.hxx> +#include <editeng/fhgtitem.hxx> +#include <editeng/wghtitem.hxx> +#include <editeng/lrspitem.hxx> #include <svl/itemset.hxx> -#include <svx/fontitem.hxx> +#include <editeng/fontitem.hxx> #include <sfx2/viewfrm.hxx> #include "edit.hxx" |