summaryrefslogtreecommitdiffstats
path: root/editeng/source/uno/UnoForbiddenCharsTable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source/uno/UnoForbiddenCharsTable.cxx')
-rw-r--r--editeng/source/uno/UnoForbiddenCharsTable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/uno/UnoForbiddenCharsTable.cxx b/editeng/source/uno/UnoForbiddenCharsTable.cxx
index 34c12d7082e3..0e39bc7cb9e3 100644
--- a/editeng/source/uno/UnoForbiddenCharsTable.cxx
+++ b/editeng/source/uno/UnoForbiddenCharsTable.cxx
@@ -65,7 +65,7 @@ sal_Bool SvxUnoForbiddenCharsTable::hasForbiddenCharacters( const lang::Locale&
SolarMutexGuard aGuard;
if(!mxForbiddenChars.is())
- return sal_False;
+ return false;
const LanguageType eLang = LanguageTag::convertToLanguageType( rLocale );
const ForbiddenCharacters* pForbidden = mxForbiddenChars->GetForbiddenCharacters( eLang, false );