[Libreoffice-commits] .: sc/inc
Kohei Yoshida
kohei at kemper.freedesktop.org
Wed Nov 16 12:44:18 PST 2011
sc/inc/lookupcache.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d37950cb1678b1560e1c2ca17c38caa7a008df87
Author: Kohei Yoshida <kohei.yoshida at 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
More information about the Libreoffice-commits
mailing list