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/view/tabvwsha.cxx | |
parent | 428b0aeceecbccb7558a246eda090ececd28d7c5 (diff) |
Remove some headers in cell.hxx.
Change-Id: Ic99967a3ef6a35ca4fc465054e0d4de512cafb43
Diffstat (limited to 'sc/source/ui/view/tabvwsha.cxx')
-rw-r--r-- | sc/source/ui/view/tabvwsha.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/view/tabvwsha.cxx b/sc/source/ui/view/tabvwsha.cxx index 45e2c38920e0..43a04a41bfea 100644 --- a/sc/source/ui/view/tabvwsha.cxx +++ b/sc/source/ui/view/tabvwsha.cxx @@ -51,6 +51,7 @@ #include "compiler.hxx" #include "markdata.hxx" #include "cellvalue.hxx" +#include "tokenarray.hxx" sal_Bool ScTabViewShell::GetFunction( String& rFuncStr, sal_uInt16 nErrCode ) { |