[Libreoffice-commits] .: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 20 03:59:49 PDT 2012
sw/source/core/unocore/unodraw.cxx | 18 ------------------
1 file changed, 18 deletions(-)
New commits:
commit 21359dc87000c65665e49652d1c255e679817787
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Thu Sep 20 13:01:04 2012 +0200
sw: drop unused includes in unodraw
Change-Id: I2cae970f532c3441a7ec7c8318987ea343aaf1cd
diff --git a/sw/source/core/unocore/unodraw.cxx b/sw/source/core/unocore/unodraw.cxx
index 43546dd..2e37dd6 100644
--- a/sw/source/core/unocore/unodraw.cxx
+++ b/sw/source/core/unocore/unodraw.cxx
@@ -27,17 +27,13 @@
************************************************************************/
-#include <swtypes.hxx>
#include <cmdid.h>
-#include <unomid.h>
#include <unodraw.hxx>
#include <unocoll.hxx>
#include <unoframe.hxx>
#include <unoparagraph.hxx>
#include <unotextrange.hxx>
-#include <unoprnms.hxx>
-#include <editeng/unoprnms.hxx>
#include <svx/svditer.hxx>
#include <swunohelper.hxx>
#include <doc.hxx>
@@ -48,9 +44,7 @@
#include <docsh.hxx>
#include <unomap.hxx>
#include <unoport.hxx>
-#include <unocrsr.hxx>
#include <TextCursorHelper.hxx>
-#include <swundo.hxx>
#include <dflyobj.hxx>
#include <ndtxt.hxx>
#include <svx/svdview.hxx>
@@ -58,7 +52,6 @@
#include <dcontact.hxx>
#include <svx/fmglob.hxx>
#include <fmtornt.hxx>
-#include <fmtanchr.hxx>
#include <fmtsrnd.hxx>
#include <fmtfollowtextflow.hxx>
#include <rootfrm.hxx>
@@ -66,26 +59,15 @@
#include <editeng/ulspitem.hxx>
#include <svx/shapepropertynotifier.hxx>
#include <crstate.hxx>
-#include <osl/mutex.hxx>
#include <comphelper/extract.hxx>
#include <comphelper/stl_types.hxx>
#include <comphelper/makesequence.hxx>
-#include <comphelper/servicehelper.hxx>
#include <svx/scene3d.hxx>
-#include <com/sun/star/beans/PropertyAttribute.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 <com/sun/star/text/TextContentAnchorType.hpp>
-#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <com/sun/star/drawing/PointSequence.hpp>
-#include <vcl/svapp.hxx>
-#include <list>
-#include <iterator>
#include <switerator.hxx>
using ::rtl::OUString;
More information about the Libreoffice-commits
mailing list