diff options
-rw-r--r-- | i18npool/source/search/textsearch.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/search/textsearch.cxx b/i18npool/source/search/textsearch.cxx index 682cab353452..d2568e15bf64 100644 --- a/i18npool/source/search/textsearch.cxx +++ b/i18npool/source/search/textsearch.cxx @@ -708,7 +708,7 @@ void TextSearch::RESrchPrepare( const ::com::sun::star::util::SearchOptions& rOp (rOptions.transliterateFlags & SIMPLE_TRANS_MASK) ? sSrchStr : ((rOptions.transliterateFlags & COMPLEX_TRANS_MASK) ? sSrchStr2 : rOptions.searchString); - sal_uInt32 nIcuSearchFlags = UREGEX_UWORD; // request UAX#29 unicode capbility + sal_uInt32 nIcuSearchFlags = UREGEX_UWORD; // request UAX#29 unicode capability // map com::sun::star::util::SearchFlags to ICU uregex.h flags // TODO: REG_EXTENDED, REG_NOT_BEGINOFLINE, REG_NOT_ENDOFLINE // REG_NEWLINE is neither properly defined nor used anywhere => not implemented |