summaryrefslogtreecommitdiff
path: root/linguistic/source/dicimp.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-03-04 09:22:29 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-03-04 11:23:58 +0000
commitbef4b0dd6e638c1288c8855b514418e10ae19545 (patch)
treeedfae52bf48a544e6b0395b899b798305144dc57 /linguistic/source/dicimp.hxx
parent23e572f47548c5465ccf588750fd614b59404f40 (diff)
DBG_ASSERT->SAL_WARN_IF
Change-Id: I33c82b9f8ca992d24966211b010675744934d5cb
Diffstat (limited to 'linguistic/source/dicimp.hxx')
-rw-r--r--linguistic/source/dicimp.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/dicimp.hxx b/linguistic/source/dicimp.hxx
index 012f3fdd656c..8ad6a69d0ff3 100644
--- a/linguistic/source/dicimp.hxx
+++ b/linguistic/source/dicimp.hxx
@@ -76,7 +76,7 @@ class DictionaryNeo :
sal_Bool bSimilarOnly = sal_False);
sal_Bool seekEntry(const ::rtl::OUString &rWord, sal_Int32 *pPos,
sal_Bool bSimilarOnly = sal_False);
- sal_Bool isSorted();
+ bool isSorted();
sal_Bool addEntry_Impl(const ::com::sun::star::uno::Reference<
::com::sun::star::linguistic2::XDictionaryEntry > xDicEntry,