This header doesn't need to include queryparam.hxx.
This commit is contained in:
parent
2fc7e56a6c
commit
d37950cb16
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue