diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 14:21:25 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 21:49:25 -0400 |
commit | 98c408356cffbf48fad596168399143e17321555 (patch) | |
tree | 33cadb7b0f238923f975cbf8f544e85b762b473b /sc/source/ui/app | |
parent | 73f66a092c16cf96f87cae14442cef8d8fd3a0ae (diff) |
Use ScCellValue instead of ScBaseCell in ScCellIterator.
But of course such migration has to be done in gradual steps. For now,
ScCellIterator supports both methods.
Change-Id: I40cd8969b05598fe20916e43a5537217e824d418
Diffstat (limited to 'sc/source/ui/app')
-rw-r--r-- | sc/source/ui/app/transobj.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/app/transobj.cxx b/sc/source/ui/app/transobj.cxx index 71046f43acb2..b98c05527b2a 100644 --- a/sc/source/ui/app/transobj.cxx +++ b/sc/source/ui/app/transobj.cxx @@ -62,6 +62,7 @@ #include "dociter.hxx" #include "cellsuno.hxx" #include "stringutil.hxx" +#include "formulaiter.hxx" using namespace com::sun::star; |