diff options
author | Noel Grandin <noel@peralex.com> | 2014-04-15 08:48:53 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-04-15 09:02:34 +0200 |
commit | 86c280acb528048131d233d96ce95848c6acf683 (patch) | |
tree | 3ce31467c7d4f35d4e4cb9eda1fecbd7c6df2708 /include | |
parent | af047fc242c51d97477c109653a98749d2af335d (diff) |
linguistic: sal_Bool->bool
Change-Id: Ifed60967edd768b16cafba3c2293149610138213
Diffstat (limited to 'include')
-rw-r--r-- | include/linguistic/lngprophelp.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linguistic/lngprophelp.hxx b/include/linguistic/lngprophelp.hxx index e0fb2aac1a87..ae0d29db900a 100644 --- a/include/linguistic/lngprophelp.hxx +++ b/include/linguistic/lngprophelp.hxx @@ -342,11 +342,11 @@ public: sal_Int16 GetMinLeading() const; sal_Int16 GetMinTrailing() const; sal_Int16 GetMinWordLength() const; - sal_Bool addLinguServiceEventListener( + bool addLinguServiceEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XLinguServiceEventListener >& rxListener ) throw(::com::sun::star::uno::RuntimeException); - sal_Bool removeLinguServiceEventListener( + bool removeLinguServiceEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XLinguServiceEventListener >& rxListener ) throw(::com::sun::star::uno::RuntimeException); |