summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 15:20:14 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 17:03:56 -0400
commit428b0aeceecbccb7558a246eda090ececd28d7c5 (patch)
treeb0121f061abab23e83d39860f45ff4d02f250628 /sc/source/filter/excel
parent3d6a7391466cf259127a9c3a9cd40a86fb85b719 (diff)
Move ScFormulaCell into its own header source files: formulacell.?xx.
Change-Id: I65f2cb12c06784b5bcf6c6a2fad773825b6c409c
Diffstat (limited to 'sc/source/filter/excel')
-rw-r--r--sc/source/filter/excel/excdoc.cxx2
-rw-r--r--sc/source/filter/excel/excform.cxx2
-rw-r--r--sc/source/filter/excel/excform8.cxx2
-rw-r--r--sc/source/filter/excel/excimp8.cxx2
-rw-r--r--sc/source/filter/excel/excrecds.cxx2
-rw-r--r--sc/source/filter/excel/impop.cxx2
-rw-r--r--sc/source/filter/excel/xehelper.cxx2
-rw-r--r--sc/source/filter/excel/xelink.cxx2
-rw-r--r--sc/source/filter/excel/xestream.cxx2
-rw-r--r--sc/source/filter/excel/xetable.cxx2
-rw-r--r--sc/source/filter/excel/xicontent.cxx2
-rw-r--r--sc/source/filter/excel/xilink.cxx2
-rw-r--r--sc/source/filter/excel/xipivot.cxx2
-rw-r--r--sc/source/filter/excel/xistyle.cxx2
14 files changed, 14 insertions, 14 deletions
diff --git a/sc/source/filter/excel/excdoc.cxx b/sc/source/filter/excel/excdoc.cxx
index 9598d5b651cb..5ac3c6063d29 100644
--- a/sc/source/filter/excel/excdoc.cxx
+++ b/sc/source/filter/excel/excdoc.cxx
@@ -31,7 +31,7 @@
#include <sfx2/objsh.hxx>
#include <rtl/ustring.hxx>
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "dociter.hxx"
#include "document.hxx"
#include "rangenam.hxx"
diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx
index 155fad900f1d..6aa95aebbd30 100644
--- a/sc/source/filter/excel/excform.cxx
+++ b/sc/source/filter/excel/excform.cxx
@@ -20,7 +20,7 @@
#include "excform.hxx"
#include <osl/endian.h>
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "document.hxx"
#include "rangenam.hxx"
#include "global.hxx"
diff --git a/sc/source/filter/excel/excform8.cxx b/sc/source/filter/excel/excform8.cxx
index ab8e950a57c1..5007456fcd36 100644
--- a/sc/source/filter/excel/excform8.cxx
+++ b/sc/source/filter/excel/excform8.cxx
@@ -19,7 +19,7 @@
#include "excform.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "document.hxx"
#include "rangenam.hxx"
#include "xltracer.hxx"
diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx
index 68ceed5238aa..59f93976b2e7 100644
--- a/sc/source/filter/excel/excimp8.cxx
+++ b/sc/source/filter/excel/excimp8.cxx
@@ -64,7 +64,7 @@
#include <boost/scoped_array.hpp>
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "document.hxx"
#include "patattr.hxx"
#include "docpool.hxx"
diff --git a/sc/source/filter/excel/excrecds.cxx b/sc/source/filter/excel/excrecds.cxx
index 495465879ac8..d788b2dfe914 100644
--- a/sc/source/filter/excel/excrecds.cxx
+++ b/sc/source/filter/excel/excrecds.cxx
@@ -56,7 +56,7 @@
#include "globstr.hrc"
#include "docpool.hxx"
#include "patattr.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "document.hxx"
#include "scextopt.hxx"
#include "attrib.hxx"
diff --git a/sc/source/filter/excel/impop.cxx b/sc/source/filter/excel/impop.cxx
index 152f03c45afc..b7ac26ce9d07 100644
--- a/sc/source/filter/excel/impop.cxx
+++ b/sc/source/filter/excel/impop.cxx
@@ -39,7 +39,7 @@
#include "tools/urlobj.hxx"
#include "docuno.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "document.hxx"
#include "rangenam.hxx"
#include "compiler.hxx"
diff --git a/sc/source/filter/excel/xehelper.cxx b/sc/source/filter/excel/xehelper.cxx
index ab53c4911ace..27821544c5c2 100644
--- a/sc/source/filter/excel/xehelper.cxx
+++ b/sc/source/filter/excel/xehelper.cxx
@@ -37,7 +37,7 @@
#include "document.hxx"
#include "docpool.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "editutil.hxx"
#include "patattr.hxx"
#include "xestyle.hxx"
diff --git a/sc/source/filter/excel/xelink.cxx b/sc/source/filter/excel/xelink.cxx
index 5f06be08f7bc..027a123b47ac 100644
--- a/sc/source/filter/excel/xelink.cxx
+++ b/sc/source/filter/excel/xelink.cxx
@@ -23,7 +23,7 @@
#include <unotools/collatorwrapper.hxx>
#include <svl/zforlist.hxx>
#include "document.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "scextopt.hxx"
#include "externalrefmgr.hxx"
diff --git a/sc/source/filter/excel/xestream.cxx b/sc/source/filter/excel/xestream.cxx
index 0198db842c4f..0f541b516baf 100644
--- a/sc/source/filter/excel/xestream.cxx
+++ b/sc/source/filter/excel/xestream.cxx
@@ -37,7 +37,7 @@
#include "xcl97rec.hxx"
#include "rangelst.hxx"
#include "compiler.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include <../../ui/inc/docsh.hxx>
#include <../../ui/inc/viewdata.hxx>
diff --git a/sc/source/filter/excel/xetable.cxx b/sc/source/filter/excel/xetable.cxx
index 06e70bb6af36..2366e7093c79 100644
--- a/sc/source/filter/excel/xetable.cxx
+++ b/sc/source/filter/excel/xetable.cxx
@@ -26,7 +26,7 @@
#include "document.hxx"
#include "dociter.hxx"
#include "olinetab.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "patattr.hxx"
#include "attrib.hxx"
#include "xehelper.hxx"
diff --git a/sc/source/filter/excel/xicontent.cxx b/sc/source/filter/excel/xicontent.cxx
index ecee9c8b16ab..542a3fe7b7f7 100644
--- a/sc/source/filter/excel/xicontent.cxx
+++ b/sc/source/filter/excel/xicontent.cxx
@@ -39,7 +39,7 @@
#include "stringutil.hxx"
#include "document.hxx"
#include "editutil.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "validat.hxx"
#include "patattr.hxx"
#include "docpool.hxx"
diff --git a/sc/source/filter/excel/xilink.cxx b/sc/source/filter/excel/xilink.cxx
index 15c80a5bf1b0..6b4d2c3aece2 100644
--- a/sc/source/filter/excel/xilink.cxx
+++ b/sc/source/filter/excel/xilink.cxx
@@ -19,7 +19,7 @@
#include "xilink.hxx"
#include "document.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "scextopt.hxx"
#include "tablink.hxx"
#include "xistream.hxx"
diff --git a/sc/source/filter/excel/xipivot.cxx b/sc/source/filter/excel/xipivot.cxx
index 95a73b6a081b..8ba8d0e69d73 100644
--- a/sc/source/filter/excel/xipivot.cxx
+++ b/sc/source/filter/excel/xipivot.cxx
@@ -30,7 +30,7 @@
#include <svl/intitem.hxx>
#include "document.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "dpsave.hxx"
#include "dpdimsave.hxx"
#include "dpobject.hxx"
diff --git a/sc/source/filter/excel/xistyle.cxx b/sc/source/filter/excel/xistyle.cxx
index 55e0087c1266..8dfbad4da192 100644
--- a/sc/source/filter/excel/xistyle.cxx
+++ b/sc/source/filter/excel/xistyle.cxx
@@ -48,7 +48,7 @@
#include "attrib.hxx"
#include "stlpool.hxx"
#include "stlsheet.hxx"
-#include "cell.hxx"
+#include "formulacell.hxx"
#include "globstr.hrc"
#include "attarray.hxx"
#include "xltracer.hxx"