summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorThomas Lange [tl] <tl@openoffice.org>2010-03-01 12:00:01 +0100
committerThomas Lange [tl] <tl@openoffice.org>2010-03-01 12:00:01 +0100
commit40ce8f33c47d06fd1fd8dc2ba866e15e09cf6cf1 (patch)
tree00a9b01486765ad05010e03aa779021fe5d057df /sw
parentdde2e41414ae1179b4f5d568c2cbd03a1c911fae (diff)
cws tl74: include statements fixed
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/shells/drwtxtex.cxx30
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>