summaryrefslogtreecommitdiff
path: root/editeng/source/misc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-21 11:57:56 +0200
committerNoel Grandin <noel@peralex.com>2014-02-21 12:19:25 +0200
commitdb0222881be20744c071be451d77a7dc4a0dbb56 (patch)
treeb421d2cb5ae7b55d47351b0ca18dd3a79106c726 /editeng/source/misc
parent63a4219e6992ad089c7612da0da2f668c89de3fd (diff)
editeng: sal_Bool->bool
Change-Id: Ie2c8bf805461d61de2dfa2658160fd612959932c
Diffstat (limited to 'editeng/source/misc')
-rw-r--r--editeng/source/misc/forbiddencharacterstable.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/misc/forbiddencharacterstable.cxx b/editeng/source/misc/forbiddencharacterstable.cxx
index 44f51b2faaa4..56bdbe80d1af 100644
--- a/editeng/source/misc/forbiddencharacterstable.cxx
+++ b/editeng/source/misc/forbiddencharacterstable.cxx
@@ -30,7 +30,7 @@ SvxForbiddenCharactersTable::SvxForbiddenCharactersTable( const ::com::sun::star
m_xContext = rxContext;
}
-const com::sun::star::i18n::ForbiddenCharacters* SvxForbiddenCharactersTable::GetForbiddenCharacters( sal_uInt16 nLanguage, sal_Bool bGetDefault )
+const com::sun::star::i18n::ForbiddenCharacters* SvxForbiddenCharactersTable::GetForbiddenCharacters( sal_uInt16 nLanguage, bool bGetDefault )
{
com::sun::star::i18n::ForbiddenCharacters* pForbiddenCharacters = NULL;
Map::iterator it = maMap.find( nLanguage );