summaryrefslogtreecommitdiff
path: root/linguistic/source/hyphdsp.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-20 17:17:53 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-20 17:25:44 +0200
commit99b05d1169646710c19c1c20953ed625cb967d9f (patch)
treef0e8b930e31f6eb237a0eafcbc00d93e41e67eef /linguistic/source/hyphdsp.cxx
parent0f1e0324312470340b3695c85385e51d1db21e67 (diff)
loplugin:salbool: Automatic rewrite of sal_False/True
Change-Id: Idd106e7ab94a7377807872d7742263225b22da28
Diffstat (limited to 'linguistic/source/hyphdsp.cxx')
-rw-r--r--linguistic/source/hyphdsp.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/linguistic/source/hyphdsp.cxx b/linguistic/source/hyphdsp.cxx
index 42c42e41d9e4..d9990d334eeb 100644
--- a/linguistic/source/hyphdsp.cxx
+++ b/linguistic/source/hyphdsp.cxx
@@ -316,7 +316,7 @@ Reference< XHyphenatedWord > SAL_CALL
if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() ))
{
xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale,
- sal_True, sal_False );
+ true, false );
}
if (xEntry.is())
@@ -452,7 +452,7 @@ Reference< XHyphenatedWord > SAL_CALL
if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() ))
{
xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale,
- sal_True, sal_False );
+ true, false );
}
if (xEntry.is())
@@ -577,7 +577,7 @@ Reference< XPossibleHyphens > SAL_CALL
if (GetDicList().is() && IsUseDicList( rProperties, GetPropSet() ))
{
xEntry = GetDicList()->queryDictionaryEntry( aChkWord, rLocale,
- sal_True, sal_False );
+ true, false );
}
if (xEntry.is())