sc/inc/lookupcache.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d37950cb1678b1560e1c2ca17c38caa7a008df87 Author: Kohei Yoshida <kohei.yosh...@suse.com> Date: Wed Nov 16 15:43:29 2011 -0500 This header doesn't need to include queryparam.hxx. diff --git a/sc/inc/lookupcache.hxx b/sc/inc/lookupcache.hxx index d70b1b5..b99ee68 100644 --- a/sc/inc/lookupcache.hxx +++ b/sc/inc/lookupcache.hxx @@ -31,7 +31,6 @@ #include "address.hxx" #include "global.hxx" -#include "queryparam.hxx" #include "formula/token.hxx" #include <svl/listener.hxx> #include <tools/string.hxx> @@ -39,6 +38,7 @@ #include <boost/unordered_map.hpp> class ScDocument; +struct ScQueryEntry; /** Lookup cache for one range used with interpreter functions such as VLOOKUP and MATCH. Caches query for a specific row and the resulting address looked _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits