summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-09-01 13:57:49 +0200
committerMichael Stahl <mstahl@redhat.com>2015-09-01 18:25:48 +0200
commitd290ae119d773be95038ea779f4d432b65886fb6 (patch)
treec3c5b2e982799cab51c73205f9aaef2ffa7b31f6
parent121e73ec461553279db12b6fcfc18f593983d1a5 (diff)
sw: sort includes in editsh.hxx
Change-Id: I74181ccf42e86bc6b65056199e6102bc05518a34
-rw-r--r--sw/inc/editsh.hxx30
1 files changed, 17 insertions, 13 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index cf9740c02a20..bdab35792246 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -19,28 +19,32 @@
#ifndef INCLUDED_SW_INC_EDITSH_HXX
#define INCLUDED_SW_INC_EDITSH_HXX
-#include <com/sun/star/text/HoriOrientation.hpp>
-#include <com/sun/star/embed/XEmbeddedObject.hpp>
-#include <vcl/font.hxx>
-#include <editeng/swafopt.hxx>
-#include "swdllapi.h"
#include <crsrsh.hxx>
+
+#include <IMark.hxx>
+#include <charfmt.hxx>
+#include <fldupde.hxx>
+#include <frmfmt.hxx>
#include <itabenum.hxx>
#include <swdbdata.hxx>
-#include <com/sun/star/linguistic2/XSpellAlternatives.hpp>
-#include <com/sun/star/linguistic2/ProofreadingResult.hpp>
-#include <fldupde.hxx>
+#include <swdllapi.h>
+#include <swundo.hxx>
#include <tblenum.hxx>
-#include <IMark.hxx>
#include <tox.hxx>
-#include <frmfmt.hxx>
-#include <charfmt.hxx>
+#include <svtools/embedhlp.hxx>
+
+#include <editeng/swafopt.hxx>
+
+#include <vcl/font.hxx>
+
+#include <com/sun/star/embed/XEmbeddedObject.hpp>
+#include <com/sun/star/linguistic2/ProofreadingResult.hpp>
+#include <com/sun/star/linguistic2/XSpellAlternatives.hpp>
+#include <com/sun/star/text/HoriOrientation.hpp>
#include <memory>
#include <vector>
#include <set>
-#include <swundo.hxx>
-#include <svtools/embedhlp.hxx>
namespace tools { class PolyPolygon; }
class SwDoc;