Kaydet (Commit) 21359dc8 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: drop unused includes in unodraw

Change-Id: I2cae970f532c3441a7ec7c8318987ea343aaf1cd
üst 540ab389
...@@ -27,17 +27,13 @@ ...@@ -27,17 +27,13 @@
************************************************************************/ ************************************************************************/
#include <swtypes.hxx>
#include <cmdid.h> #include <cmdid.h>
#include <unomid.h>
#include <unodraw.hxx> #include <unodraw.hxx>
#include <unocoll.hxx> #include <unocoll.hxx>
#include <unoframe.hxx> #include <unoframe.hxx>
#include <unoparagraph.hxx> #include <unoparagraph.hxx>
#include <unotextrange.hxx> #include <unotextrange.hxx>
#include <unoprnms.hxx>
#include <editeng/unoprnms.hxx>
#include <svx/svditer.hxx> #include <svx/svditer.hxx>
#include <swunohelper.hxx> #include <swunohelper.hxx>
#include <doc.hxx> #include <doc.hxx>
...@@ -48,9 +44,7 @@ ...@@ -48,9 +44,7 @@
#include <docsh.hxx> #include <docsh.hxx>
#include <unomap.hxx> #include <unomap.hxx>
#include <unoport.hxx> #include <unoport.hxx>
#include <unocrsr.hxx>
#include <TextCursorHelper.hxx> #include <TextCursorHelper.hxx>
#include <swundo.hxx>
#include <dflyobj.hxx> #include <dflyobj.hxx>
#include <ndtxt.hxx> #include <ndtxt.hxx>
#include <svx/svdview.hxx> #include <svx/svdview.hxx>
...@@ -58,7 +52,6 @@ ...@@ -58,7 +52,6 @@
#include <dcontact.hxx> #include <dcontact.hxx>
#include <svx/fmglob.hxx> #include <svx/fmglob.hxx>
#include <fmtornt.hxx> #include <fmtornt.hxx>
#include <fmtanchr.hxx>
#include <fmtsrnd.hxx> #include <fmtsrnd.hxx>
#include <fmtfollowtextflow.hxx> #include <fmtfollowtextflow.hxx>
#include <rootfrm.hxx> #include <rootfrm.hxx>
...@@ -66,26 +59,15 @@ ...@@ -66,26 +59,15 @@
#include <editeng/ulspitem.hxx> #include <editeng/ulspitem.hxx>
#include <svx/shapepropertynotifier.hxx> #include <svx/shapepropertynotifier.hxx>
#include <crstate.hxx> #include <crstate.hxx>
#include <osl/mutex.hxx>
#include <comphelper/extract.hxx> #include <comphelper/extract.hxx>
#include <comphelper/stl_types.hxx> #include <comphelper/stl_types.hxx>
#include <comphelper/makesequence.hxx> #include <comphelper/makesequence.hxx>
#include <comphelper/servicehelper.hxx>
#include <svx/scene3d.hxx> #include <svx/scene3d.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/drawing/XDrawPageSupplier.hpp> #include <com/sun/star/drawing/XDrawPageSupplier.hpp>
#include <com/sun/star/text/HoriOrientation.hpp>
#include <com/sun/star/text/VertOrientation.hpp>
#include <basegfx/numeric/ftools.hxx>
#include <algorithm>
#include <fmtwrapinfluenceonobjpos.hxx> #include <fmtwrapinfluenceonobjpos.hxx>
#include <com/sun/star/text/TextContentAnchorType.hpp> #include <com/sun/star/text/TextContentAnchorType.hpp>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx> #include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <com/sun/star/drawing/PointSequence.hpp> #include <com/sun/star/drawing/PointSequence.hpp>
#include <vcl/svapp.hxx>
#include <list>
#include <iterator>
#include <switerator.hxx> #include <switerator.hxx>
using ::rtl::OUString; using ::rtl::OUString;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment