From 98c408356cffbf48fad596168399143e17321555 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Fri, 22 Mar 2013 14:21:25 -0400 Subject: 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 --- sc/source/ui/unoobj/cellsuno.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sc/source/ui/unoobj') diff --git a/sc/source/ui/unoobj/cellsuno.cxx b/sc/source/ui/unoobj/cellsuno.cxx index 4ee76daf2582..a64feb1a448f 100644 --- a/sc/source/ui/unoobj/cellsuno.cxx +++ b/sc/source/ui/unoobj/cellsuno.cxx @@ -120,6 +120,7 @@ #include "formula/grammar.hxx" #include "editeng/escapementitem.hxx" #include "stringutil.hxx" +#include "formulaiter.hxx" #include #include -- cgit