[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Wed May 22 18:00:06 PDT 2013
sc/source/core/data/column2.cxx | 36 ++++++++++++++++++------------------
sc/source/core/data/column3.cxx | 18 +++++++++---------
2 files changed, 27 insertions(+), 27 deletions(-)
New commits:
commit 310c20adc13a4b10d9de66272611198e364f6a6c
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Wed May 22 21:00:56 2013 -0400
Re-org the headers a bit. In column?.cxx, column.hxx must be the first.
Change-Id: I5014c06a8dd8335b5dd5c127f86a59331d54af88
diff --git a/sc/source/core/data/column2.cxx b/sc/source/core/data/column2.cxx
index e43b84b..344d4f4 100644
--- a/sc/source/core/data/column2.cxx
+++ b/sc/source/core/data/column2.cxx
@@ -17,25 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "scitems.hxx"
-#include <editeng/eeitem.hxx>
-
-#include <svx/algitem.hxx>
-#include <editeng/editobj.hxx>
-#include <editeng/editstat.hxx>
-#include <editeng/emphasismarkitem.hxx>
-#include <editeng/fhgtitem.hxx>
-#include <editeng/forbiddencharacterstable.hxx>
-#include <svx/rotmodit.hxx>
-#include <editeng/scripttypeitem.hxx>
-#include <editeng/unolingu.hxx>
-#include <editeng/justifyitem.hxx>
-#include <svl/zforlist.hxx>
-#include <svl/broadcast.hxx>
-#include <svl/listeneriter.hxx>
-#include <vcl/outdev.hxx>
-
#include "column.hxx"
+#include "scitems.hxx"
#include "cell.hxx"
#include "formulacell.hxx"
#include "document.hxx"
@@ -62,6 +45,23 @@
#include <math.h>
+#include <editeng/eeitem.hxx>
+
+#include <svx/algitem.hxx>
+#include <editeng/editobj.hxx>
+#include <editeng/editstat.hxx>
+#include <editeng/emphasismarkitem.hxx>
+#include <editeng/fhgtitem.hxx>
+#include <editeng/forbiddencharacterstable.hxx>
+#include <svx/rotmodit.hxx>
+#include <editeng/scripttypeitem.hxx>
+#include <editeng/unolingu.hxx>
+#include <editeng/justifyitem.hxx>
+#include <svl/zforlist.hxx>
+#include <svl/broadcast.hxx>
+#include <svl/listeneriter.hxx>
+#include <vcl/outdev.hxx>
+
#include <boost/scoped_ptr.hpp>
#if DEBUG_COLUMN_STORAGE
diff --git a/sc/source/core/data/column3.cxx b/sc/source/core/data/column3.cxx
index 60eb8e3..2341261 100644
--- a/sc/source/core/data/column3.cxx
+++ b/sc/source/core/data/column3.cxx
@@ -17,17 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <boost/scoped_ptr.hpp>
-
-#include <mdds/flat_segment_tree.hpp>
-
-#include <sfx2/objsh.hxx>
-#include <svl/zforlist.hxx>
-#include <svl/zformat.hxx>
-#include <svl/broadcast.hxx>
+#include "column.hxx"
#include "scitems.hxx"
-#include "column.hxx"
#include "cell.hxx"
#include "formulacell.hxx"
#include "document.hxx"
@@ -53,6 +45,14 @@
#include <com/sun/star/i18n/LocaleDataItem.hpp>
+#include <boost/scoped_ptr.hpp>
+
+#include <mdds/flat_segment_tree.hpp>
+
+#include <sfx2/objsh.hxx>
+#include <svl/zforlist.hxx>
+#include <svl/zformat.hxx>
+#include <svl/broadcast.hxx>
#include <cstdio>
using ::com::sun::star::i18n::LocaleDataItem;
More information about the Libreoffice-commits
mailing list