[Libreoffice-commits] core.git: Branch 'feature/formula-core-rework' - sc/source
Kohei Yoshida
kohei.yoshida at gmail.com
Wed Mar 27 18:25:31 PDT 2013
sc/source/core/data/cell.cxx | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
New commits:
commit 2c3a2985e863b443eae64b15ae61732b697da448
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Wed Mar 27 21:25:14 2013 -0400
Some header cleansup. Some headers are no longer needed.
Change-Id: I56fb26da04b03d0692837d4a05aacd2a793ee2ae
diff --git a/sc/source/core/data/cell.cxx b/sc/source/core/data/cell.cxx
index f732019..0dff21a 100644
--- a/sc/source/core/data/cell.cxx
+++ b/sc/source/core/data/cell.cxx
@@ -17,16 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <svl/zforlist.hxx>
+#include "cell.hxx"
#include "scitems.hxx"
#include "attrib.hxx"
-#include "cell.hxx"
#include "compiler.hxx"
#include "interpre.hxx"
#include "document.hxx"
-#include "scmatrix.hxx"
-#include "dociter.hxx"
#include "docoptio.hxx"
#include "rechead.hxx"
#include "rangenam.hxx"
@@ -36,16 +33,15 @@
#include "progress.hxx"
#include "editutil.hxx"
#include "recursionhelper.hxx"
-#include "postit.hxx"
#include "externalrefmgr.hxx"
#include "macromgr.hxx"
#include "dbdata.hxx"
#include "globalnames.hxx"
+#include "cellvalue.hxx"
-#include <editeng/editobj.hxx>
#include <svl/intitem.hxx>
-#include <editeng/flditem.hxx>
#include <svl/broadcast.hxx>
+#include <svl/zforlist.hxx>
using namespace formula;
// More or less arbitrary, of course all recursions must fit into available
More information about the Libreoffice-commits
mailing list