summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-06-30 22:24:25 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-06-30 22:31:34 +0200
commit20e08a185c1a7b932668c82539ff69e607f46b5e (patch)
tree9adf77e40a31dda649c4ddbaab6c3089d6c49995 /sw
parentcab1be926902086fe4ffaedc486ab03c3c1f394f (diff)
sorted include declarations in sw/source/core/attr
Change-Id: I3517f642a102f0f060b9c4de7c433da2e04ce63b
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/attr/calbck.cxx2
-rw-r--r--sw/source/core/attr/cellatr.cxx14
-rw-r--r--sw/source/core/attr/format.cxx8
-rw-r--r--sw/source/core/attr/hints.cxx4
-rw-r--r--sw/source/core/attr/swatrset.cxx22
5 files changed, 25 insertions, 25 deletions
diff --git a/sw/source/core/attr/calbck.cxx b/sw/source/core/attr/calbck.cxx
index 6b39fed3878d..44373ed95c03 100644
--- a/sw/source/core/attr/calbck.cxx
+++ b/sw/source/core/attr/calbck.cxx
@@ -26,8 +26,8 @@
*
************************************************************************/
-#include <hintids.hxx> // contains RES_.. IDs
#include <frame.hxx>
+#include <hintids.hxx> // contains RES_.. IDs
#include <hints.hxx>
#include <swcache.hxx> // mba: get rid of that dependency
#include <swfntcch.hxx> // mba: get rid of that dependency
diff --git a/sw/source/core/attr/cellatr.cxx b/sw/source/core/attr/cellatr.cxx
index a294f6cdc54c..71641d3a804c 100644
--- a/sw/source/core/attr/cellatr.cxx
+++ b/sw/source/core/attr/cellatr.cxx
@@ -26,18 +26,18 @@
*
************************************************************************/
-#include <float.h>
-#include <rtl/math.hxx>
-#include <hintids.hxx>
-#include <cellatr.hxx>
#include <calc.hxx>
-#include <format.hxx>
+#include <cellatr.hxx>
#include <doc.hxx>
-#include <swtable.hxx>
-#include <node.hxx>
+#include <float.h>
+#include <format.hxx>
+#include <hintids.hxx>
#include <hints.hxx>
+#include <node.hxx>
#include <rolbck.hxx>
+#include <rtl/math.hxx>
#include <switerator.hxx>
+#include <swtable.hxx>
// -----------------
// SwTblBoxNumFormat
diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx
index f8db561cfb8d..083b92383ecb 100644
--- a/sw/source/core/attr/format.cxx
+++ b/sw/source/core/attr/format.cxx
@@ -26,15 +26,15 @@
*
************************************************************************/
-#include <hintids.hxx>
+#include <doc.hxx>
+#include <fmtcolfunc.hxx>
#include <frame.hxx>
#include <format.hxx>
+#include <hintids.hxx>
#include <hints.hxx>
-#include <doc.hxx>
#include <paratr.hxx>
-#include <swcache.hxx>
-#include <fmtcolfunc.hxx>
#include <rtl/strbuf.hxx>
+#include <swcache.hxx>
TYPEINIT1( SwFmt, SwClient );
diff --git a/sw/source/core/attr/hints.cxx b/sw/source/core/attr/hints.cxx
index 7efe5ea24eb9..a510b14bd7a8 100644
--- a/sw/source/core/attr/hints.cxx
+++ b/sw/source/core/attr/hints.cxx
@@ -26,12 +26,12 @@
*
************************************************************************/
-#include <hints.hxx>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <editeng/scripttypeitem.hxx>
#include <hintids.hxx>
-#include <swtypes.hxx>
+#include <hints.hxx>
#include <ndtxt.hxx>
+#include <swtypes.hxx>
SwFmtChg::SwFmtChg( SwFmt* pFmt )
: SwMsgPoolItem( RES_FMT_CHG ), pChangedFmt( pFmt )
diff --git a/sw/source/core/attr/swatrset.cxx b/sw/source/core/attr/swatrset.cxx
index a761aebc1952..8eb1dafd57f1 100644
--- a/sw/source/core/attr/swatrset.cxx
+++ b/sw/source/core/attr/swatrset.cxx
@@ -26,24 +26,24 @@
*
************************************************************************/
-#include <hintids.hxx>
-#include <svl/whiter.hxx>
+#include <cellatr.hxx>
+#include <charfmt.hxx>
+#include <cmdid.h>
+#include <doc.hxx>
#include <editeng/colritem.hxx>
#include <editeng/brshitem.hxx>
#include <editeng/bolnitem.hxx>
#include <editeng/boxitem.hxx>
-#include <svx/xtable.hxx>
#include <fmtpdsc.hxx>
-#include <pagedesc.hxx>
-#include <charfmt.hxx>
-#include <doc.hxx>
-#include <node.hxx>
-#include <paratr.hxx>
-#include <cellatr.hxx>
-#include <cmdid.h>
+#include <hintids.hxx>
#include <istyleaccess.hxx>
-#include <numrule.hxx>
#include <list.hxx>
+#include <node.hxx>
+#include <numrule.hxx>
+#include <pagedesc.hxx>
+#include <paratr.hxx>
+#include <svl/whiter.hxx>
+#include <svx/xtable.hxx>
// ----------
// SwAttrPool