diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-09-01 13:57:49 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-09-01 18:25:48 +0200 |
commit | d290ae119d773be95038ea779f4d432b65886fb6 (patch) | |
tree | c3c5b2e982799cab51c73205f9aaef2ffa7b31f6 | |
parent | 121e73ec461553279db12b6fcfc18f593983d1a5 (diff) |
sw: sort includes in editsh.hxx
Change-Id: I74181ccf42e86bc6b65056199e6102bc05518a34
-rw-r--r-- | sw/inc/editsh.hxx | 30 |
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; |