summaryrefslogtreecommitdiff
path: root/sc/inc/queryparam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/queryparam.hxx')
-rw-r--r--sc/inc/queryparam.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/queryparam.hxx b/sc/inc/queryparam.hxx
index c1748637c30b..dba6c530d62c 100644
--- a/sc/inc/queryparam.hxx
+++ b/sc/inc/queryparam.hxx
@@ -20,6 +20,7 @@
#ifndef INCLUDED_SC_INC_QUERYPARAM_HXX
#define INCLUDED_SC_INC_QUERYPARAM_HXX
+#include <unotools/textsearch.hxx>
#include "global.hxx"
#include "types.hxx"
@@ -39,11 +40,11 @@ class SharedStringPool;
struct ScQueryParamBase
{
+ utl::SearchParam::SearchType eSearchType;
bool bHasHeader;
bool bByRow;
bool bInplace;
bool bCaseSens;
- bool bRegExp;
bool bDuplicate;
bool mbRangeLookup; ///< for spreadsheet functions like MATCH, LOOKUP, HLOOKUP, VLOOKUP