diff options
author | Herbert Dürr <hdu@apache.org> | 2012-01-23 12:56:08 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2012-01-23 12:56:08 +0000 |
commit | 669e1b35f314861186204bd928338aeeb081d93f (patch) | |
tree | c7f6979ed36d091dca7c6119078ad24a116b6582 /i18npool | |
parent | f90b21329dd1d9950b6dc90ac498426919a1010b (diff) |
fix minor typo in comment
Diffstat (limited to 'i18npool')
-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 |