diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-28 15:52:57 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-28 17:03:56 -0400 |
commit | 0106deffedee8345a0fafcae0a86b6f52fad8c45 (patch) | |
tree | 664b02eb0ba59a54b59bab910ac119efad49d095 /sc/source/ui/docshell | |
parent | 428b0aeceecbccb7558a246eda090ececd28d7c5 (diff) |
Remove some headers in cell.hxx.
Change-Id: Ic99967a3ef6a35ca4fc465054e0d4de512cafb43
Diffstat (limited to 'sc/source/ui/docshell')
-rw-r--r-- | sc/source/ui/docshell/docfunc.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/docshell/impex.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/docshell/tablink.cxx | 3 |
3 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/ui/docshell/docfunc.cxx b/sc/source/ui/docshell/docfunc.cxx index 09e571c870a8..fbdfdc07e8a8 100644 --- a/sc/source/ui/docshell/docfunc.cxx +++ b/sc/source/ui/docshell/docfunc.cxx @@ -82,6 +82,7 @@ #include "dpobject.hxx" #include "stringutil.hxx" #include "cellvalue.hxx" +#include "tokenarray.hxx" #include <memory> #include <basic/basmgr.hxx> diff --git a/sc/source/ui/docshell/impex.cxx b/sc/source/ui/docshell/impex.cxx index a08787bc8509..4aa8b99d629c 100644 --- a/sc/source/ui/docshell/impex.cxx +++ b/sc/source/ui/docshell/impex.cxx @@ -49,6 +49,7 @@ #include "docpool.hxx" #include "stringutil.hxx" #include "cellvalue.hxx" +#include "tokenarray.hxx" #include "globstr.hrc" #include <vcl/svapp.hxx> diff --git a/sc/source/ui/docshell/tablink.cxx b/sc/source/ui/docshell/tablink.cxx index 4de384acc760..8077cd34795a 100644 --- a/sc/source/ui/docshell/tablink.cxx +++ b/sc/source/ui/docshell/tablink.cxx @@ -43,8 +43,7 @@ #include "formula/opcode.hxx" #include "formulacell.hxx" #include "formulaiter.hxx" - -using ::rtl::OUString; +#include "tokenarray.hxx" struct TableLink_Impl { |