summaryrefslogtreecommitdiff
path: root/include/linguistic/spelldta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/linguistic/spelldta.hxx')
-rw-r--r--include/linguistic/spelldta.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linguistic/spelldta.hxx b/include/linguistic/spelldta.hxx
index 3aa5d1e18793..9bdfe8334516 100644
--- a/include/linguistic/spelldta.hxx
+++ b/include/linguistic/spelldta.hxx
@@ -42,7 +42,7 @@ namespace linguistic
MergeProposalSeqs(
::com::sun::star::uno::Sequence< OUString > &rAlt1,
::com::sun::star::uno::Sequence< OUString > &rAlt2,
- sal_Bool bAllowDuplicates );
+ bool bAllowDuplicates );
void SeqRemoveNegEntries(
::com::sun::star::uno::Sequence< OUString > &rSeq,
@@ -50,7 +50,7 @@ void SeqRemoveNegEntries(
::com::sun::star::linguistic2::XSearchableDictionaryList > &rxDicList,
sal_Int16 nLanguage );
-sal_Bool SeqHasEntry(
+bool SeqHasEntry(
const ::com::sun::star::uno::Sequence< OUString > &rSeq,
const OUString &rTxt);