summaryrefslogtreecommitdiff
path: root/i18npool/source/search
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:17:31 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:43 +0200
commitb347e5da870d8a4fa8e6e093165fea7dc21dae79 (patch)
tree5f22eb3d0987dd3d33652c60ea25273fc714fc3f /i18npool/source/search
parent07b4791dc8d0a8b1144f6c619b7aa6f7af8bb5de (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: I3f7f71f05db09219f0de3ec14bdb56bd16fb0c8d
Diffstat (limited to 'i18npool/source/search')
-rw-r--r--i18npool/source/search/textsearch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/search/textsearch.cxx b/i18npool/source/search/textsearch.cxx
index 060450947998..07cceb039868 100644
--- a/i18npool/source/search/textsearch.cxx
+++ b/i18npool/source/search/textsearch.cxx
@@ -1052,7 +1052,7 @@ SearchResult TextSearch::ApproxSrchFrwrd( const OUString& searchStr,
Boundary aWBnd = xBreak->getWordBoundary( searchStr, startPos,
aSrchPara.Locale,
- WordType::ANYWORD_IGNOREWHITESPACES, sal_True );
+ WordType::ANYWORD_IGNOREWHITESPACES, true );
do
{
@@ -1097,7 +1097,7 @@ SearchResult TextSearch::ApproxSrchBkwrd( const OUString& searchStr,
Boundary aWBnd = xBreak->getWordBoundary( searchStr, startPos,
aSrchPara.Locale,
- WordType::ANYWORD_IGNOREWHITESPACES, sal_True );
+ WordType::ANYWORD_IGNOREWHITESPACES, true );
do
{