diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/ui/shells/drwtxtex.cxx | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/sw/source/ui/shells/drwtxtex.cxx b/sw/source/ui/shells/drwtxtex.cxx index 23a466b54208..c95ad7e64c1c 100644 --- a/sw/source/ui/shells/drwtxtex.cxx +++ b/sw/source/ui/shells/drwtxtex.cxx @@ -85,23 +85,23 @@ #include <vcl/window.hxx> #include <editeng/editview.hxx> #include <vcl/outdev.hxx> -#include <svx/hyznitem.hxx> -#include <svx/kernitem.hxx> -#include <svx/langitem.hxx> -#include <svx/lspcitem.hxx> -#include <svx/orphitem.hxx> -#include <svx/outliner.hxx> -#include <svx/postitem.hxx> -#include <svx/scripttypeitem.hxx> -#include <svx/shdditem.hxx> -#include <svx/spltitem.hxx> +#include <editeng/hyznitem.hxx> +#include <editeng/kernitem.hxx> +#include <editeng/langitem.hxx> +#include <editeng/lspcitem.hxx> +#include <editeng/orphitem.hxx> +#include <editeng/outliner.hxx> +#include <editeng/postitem.hxx> +#include <editeng/scripttypeitem.hxx> +#include <editeng/shdditem.hxx> +#include <editeng/spltitem.hxx> #include <svx/svdoutl.hxx> #include <svx/svdview.hxx> -#include <svx/udlnitem.hxx> -#include <svx/unolingu.hxx> -#include <svx/wghtitem.hxx> -#include <svx/widwitem.hxx> -#include <svx/writingmodeitem.hxx> +#include <editeng/udlnitem.hxx> +#include <editeng/unolingu.hxx> +#include <editeng/wghtitem.hxx> +#include <editeng/widwitem.hxx> +#include <editeng/writingmodeitem.hxx> #include <tools/shl.hxx> #include <vcl/msgbox.hxx> #include <vcl/outdev.hxx> |