diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-16 15:43:29 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-16 15:44:09 -0500 |
commit | d37950cb1678b1560e1c2ca17c38caa7a008df87 (patch) | |
tree | 83f5c32356266a07b177702e9a0efb0ff0079cee /sc/inc | |
parent | 2fc7e56a6ce702645f9147a4ea2ec6fb85398380 (diff) |
This header doesn't need to include queryparam.hxx.
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/lookupcache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/lookupcache.hxx b/sc/inc/lookupcache.hxx index d70b1b5d6dea..b99ee6840ef4 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 |