summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdibrow.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/svdibrow.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/svdibrow.cxx')
-rw-r--r--svx/source/svdraw/svdibrow.cxx51
1 files changed, 26 insertions, 25 deletions
diff --git a/svx/source/svdraw/svdibrow.cxx b/svx/source/svdraw/svdibrow.cxx
index bd465e57d635..a915915c9157 100644
--- a/svx/source/svdraw/svdibrow.cxx
+++ b/svx/source/svdraw/svdibrow.cxx
@@ -17,42 +17,43 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <editeng/eeitem.hxx>
-
-#include "svdibrow.hxx"
-
#include <stdlib.h>
-#include <editeng/flditem.hxx>
+#include "editeng/fontitem.hxx"
+#include "svdibrow.hxx"
+#include <editeng/charscaleitem.hxx>
+#include <editeng/colritem.hxx>
#include <editeng/editdata.hxx>
-#include <svx/svdpool.hxx>
+#include <editeng/eeitem.hxx>
+#include <editeng/fhgtitem.hxx>
+#include <editeng/flditem.hxx>
+#include <svl/flagitem.hxx>
+#include <svl/ptitem.hxx>
+#include <svl/rectitem.hxx>
+#include <svl/rngitem.hxx>
+#include <svl/whiter.hxx>
+
+#include <svx/sdrpaintwindow.hxx>
#include <svx/svdattr.hxx>
-#include <svx/svdattrx.hxx>
+#include <svx/svdpool.hxx>
#include <svx/svdview.hxx>
+#include <svx/sxcaitm.hxx>
+#include <svx/sxcecitm.hxx>
+#include <svx/sxcikitm.hxx>
+#include <svx/sxcllitm.hxx>
+#include <svx/sxekitm.hxx>
+#include <svx/sxelditm.hxx>
+#include <svx/sxfiitm.hxx>
#include <svx/xenum.hxx>
-#include <svx/xlineit0.hxx>
-#include <svx/xlnstwit.hxx>
-#include <svx/xlnedwit.hxx>
#include <svx/xfillit0.hxx>
#include <svx/xflbmtit.hxx>
-#include <svx/xtextit0.hxx>
#include <svx/xflbstit.hxx>
#include <svx/xflbtoxy.hxx>
#include <svx/xftshit.hxx>
-#include <editeng/colritem.hxx>
-
-
-#include "editeng/fontitem.hxx"
-#include <editeng/fhgtitem.hxx>
-
-#include <editeng/charscaleitem.hxx>
-#include <svl/whiter.hxx>
-#include <svl/flagitem.hxx>
-#include <svl/ptitem.hxx>
-#include <svl/rectitem.hxx>
-
-#include <svl/rngitem.hxx>
-#include <svx/sdrpaintwindow.hxx>
+#include <svx/xlineit0.hxx>
+#include <svx/xlnedwit.hxx>
+#include <svx/xlnstwit.hxx>
+#include <svx/xtextit0.hxx>
////////////////////////////////////////////////////////////////////////////////////////////////////