summaryrefslogtreecommitdiff
path: root/include/editeng
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 /include/editeng
parent63a4219e6992ad089c7612da0da2f668c89de3fd (diff)
editeng: sal_Bool->bool
Change-Id: Ie2c8bf805461d61de2dfa2658160fd612959932c
Diffstat (limited to 'include/editeng')
-rw-r--r--include/editeng/forbiddencharacterstable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/forbiddencharacterstable.hxx b/include/editeng/forbiddencharacterstable.hxx
index 1068cdfffd37..d5fbc90290a5 100644
--- a/include/editeng/forbiddencharacterstable.hxx
+++ b/include/editeng/forbiddencharacterstable.hxx
@@ -46,7 +46,7 @@ public:
~SvxForbiddenCharactersTable() {}
Map& GetMap() { return maMap; }
- const com::sun::star::i18n::ForbiddenCharacters* GetForbiddenCharacters( sal_uInt16 nLanguage, sal_Bool bGetDefault );
+ const com::sun::star::i18n::ForbiddenCharacters* GetForbiddenCharacters( sal_uInt16 nLanguage, bool bGetDefault );
void SetForbiddenCharacters( sal_uInt16 nLanguage , const com::sun::star::i18n::ForbiddenCharacters& );
void ClearForbiddenCharacters( sal_uInt16 nLanguage );
};