summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdoedge.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-06-29 23:41:02 +0200
committerBosdonnat Cedric <cedric.bosdonnat@free.fr>2013-07-02 08:55:04 +0000
commit10c6cb238f0ae5d5969ffd0012bf23305ac5894f (patch)
treec1e0cb83eaf016fe7a66ba8f7d29021811b668d6 /svx/source/svdraw/svdoedge.cxx
parent060989945b811604c81948b50ad51ffdf136754c (diff)
fdo#62699 drop pass-through header svx/svdattrx.hxx
includes some sorting of the includes Change-Id: Iba41991552674f76b902dbc7b4b3ada992aee69e Reviewed-on: https://gerrit.libreoffice.org/4626 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'svx/source/svdraw/svdoedge.cxx')
-rw-r--r--svx/source/svdraw/svdoedge.cxx45
1 files changed, 24 insertions, 21 deletions
diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx
index d30350b89bdc..6c3eaa1983cb 100644
--- a/svx/source/svdraw/svdoedge.cxx
+++ b/svx/source/svdraw/svdoedge.cxx
@@ -17,33 +17,36 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
-#include <svx/svdoedge.hxx>
-#include <svx/xpool.hxx>
-#include <svx/xpoly.hxx>
-#include <svx/svdattrx.hxx>
-#include <svx/svdpool.hxx>
-#include <svx/svdmodel.hxx>
-#include <svx/svdpage.hxx>
-#include <svx/svdpagv.hxx>
-#include <svx/svdview.hxx>
-#include <svx/svddrag.hxx>
-#include <svx/svddrgv.hxx>
#include "svddrgm1.hxx"
-#include <svx/svdhdl.hxx>
-#include <svx/svdtrans.hxx>
-#include <svx/svdetc.hxx>
#include "svx/svdglob.hxx" // StringCache
#include "svx/svdstr.hrc" // the object's name
-#include <svl/style.hxx>
-#include <svl/smplhint.hxx>
-#include <editeng/eeitem.hxx>
-#include <svx/sdr/properties/connectorproperties.hxx>
-#include <svx/sdr/contact/viewcontactofsdredgeobj.hxx>
+
+#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
-#include <basegfx/matrix/b2dhommatrix.hxx>
+#include <editeng/eeitem.hxx>
+#include <svl/smplhint.hxx>
+#include <svl/style.hxx>
+
+#include <svx/sdr/contact/viewcontactofsdredgeobj.hxx>
+#include <svx/sdr/properties/connectorproperties.hxx>
#include <svx/sdrhittesthelper.hxx>
+#include <svx/svddrag.hxx>
+#include <svx/svddrgv.hxx>
+#include <svx/svdetc.hxx>
+#include <svx/svdhdl.hxx>
+#include <svx/svdmodel.hxx>
+#include <svx/svdoedge.hxx>
+#include <svx/svdpage.hxx>
+#include <svx/svdpagv.hxx>
+#include <svx/svdpool.hxx>
+#include <svx/svdtrans.hxx>
+#include <svx/svdview.hxx>
+#include <svx/sxekitm.hxx>
+#include <svx/sxelditm.hxx>
+#include <svx/sxenditm.hxx>
+#include <svx/xpoly.hxx>
+#include <svx/xpool.hxx>
////////////////////////////////////////////////////////////////////////////////////////////////////