diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-04-24 07:42:07 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-04-24 07:44:52 +0200 |
commit | b3fcbe7d2b163dbc7c6e68f6db214d3df47fda57 (patch) | |
tree | 799bf15cde8d6eb32dd32cece1d46ff122431a7f /xmlhelp | |
parent | 1f1f8ac4db7aa40f299a104927499e72d39fd932 (diff) |
do not export usage of CLucene headers outside of l10ntools
that'd require CLUCENE_CFLAGS everywhere where it's used, and it's not necessary
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx index 9ccd6f4d7290..ca333eaeaf8f 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx @@ -34,6 +34,7 @@ #include <com/sun/star/script/XInvocation.hpp> #include <l10ntools/HelpSearch.hxx> +#include <CLucene.h> #include <rtl/oustringostreaminserter.hxx> |