summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 15:52:57 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-03-28 17:03:56 -0400
commit0106deffedee8345a0fafcae0a86b6f52fad8c45 (patch)
tree664b02eb0ba59a54b59bab910ac119efad49d095 /sc/source/ui/unoobj
parent428b0aeceecbccb7558a246eda090ececd28d7c5 (diff)
Remove some headers in cell.hxx.
Change-Id: Ic99967a3ef6a35ca4fc465054e0d4de512cafb43
Diffstat (limited to 'sc/source/ui/unoobj')
-rw-r--r--sc/source/ui/unoobj/cellsuno.cxx1
-rw-r--r--sc/source/ui/unoobj/chart2uno.cxx1
-rw-r--r--sc/source/ui/unoobj/funcuno.cxx1
3 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx
index 5a9e6b28542d..2c0c2b71e361 100644
--- a/sc/source/ui/unoobj/cellsuno.cxx
+++ b/sc/source/ui/unoobj/cellsuno.cxx
@@ -121,6 +121,7 @@
#include "editeng/escapementitem.hxx"
#include "stringutil.hxx"
#include "formulaiter.hxx"
+#include "tokenarray.hxx"
#include <list>
#include <boost/scoped_ptr.hpp>
diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx
index e32ad531b22c..a3e6797452c2 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -36,6 +36,7 @@
#include "tokenuno.hxx"
#include "docsh.hxx"
#include "cellvalue.hxx"
+#include "tokenarray.hxx"
#include "formula/opcode.hxx"
diff --git a/sc/source/ui/unoobj/funcuno.cxx b/sc/source/ui/unoobj/funcuno.cxx
index 8594c631ddd3..558d17012067 100644
--- a/sc/source/ui/unoobj/funcuno.cxx
+++ b/sc/source/ui/unoobj/funcuno.cxx
@@ -43,6 +43,7 @@
#include "clipparam.hxx"
#include "dociter.hxx"
#include "stringutil.hxx"
+#include "tokenarray.hxx"
using namespace com::sun::star;