diff options
author | Frank Schönheit <fs@openoffice.org> | 2000-11-17 08:20:40 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2000-11-17 08:20:40 +0000 |
commit | 5ed181d2cf96f6a15b56cad5d11139a2da6efe1f (patch) | |
tree | 38753ac716873ee23c809c3200e938421acde905 /svx/source | |
parent | a5e7153620fb9f772fc45e57e5ac56bbd230882f (diff) |
TextSearch is in the utl namespace now
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/form/fmsrcimp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/form/fmsrcimp.cxx b/svx/source/form/fmsrcimp.cxx index bc7601a32c35..c580a2048407 100644 --- a/svx/source/form/fmsrcimp.cxx +++ b/svx/source/form/fmsrcimp.cxx @@ -2,9 +2,9 @@ * * $RCSfile: fmsrcimp.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: fs $ $Date: 2000-11-17 08:45:22 $ + * last change: $Author: fs $ $Date: 2000-11-17 09:19:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -707,7 +707,7 @@ INLINE_METHOD FmSearchEngine::SEARCH_RESULT FmSearchEngine::SearchRegularApprox( } aParam.searchString = strExpression; buildApplicationLocale(aParam.Locale); - TextSearch aLocalEngine(aParam); + ::utl::TextSearch aLocalEngine(aParam); #else SearchParam aParam(strExpression, m_bRegular ? SearchParam::SRCH_REGEXP : SearchParam::SRCH_LEVDIST, m_bCase, sal_False, sal_False); if (m_bLevenshtein) |