diff options
Diffstat (limited to 'include/linguistic/lngprophelp.hxx')
-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 ce618d448ac5..75780566766c 100644 --- a/include/linguistic/lngprophelp.hxx +++ b/include/linguistic/lngprophelp.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_LINGUISTIC_LNGPROPHELP_HXX #define INCLUDED_LINGUISTIC_LNGPROPHELP_HXX -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.h> #include <com/sun/star/beans/XPropertyChangeListener.hpp> #include <com/sun/star/beans/PropertyValues.hpp> @@ -49,7 +49,7 @@ namespace linguistic #define AE_SPELLCHECKER 1 #define AE_HYPHENATOR 2 -typedef cppu::WeakImplHelper2 +typedef cppu::WeakImplHelper < ::com::sun::star::beans::XPropertyChangeListener, ::com::sun::star::linguistic2::XLinguServiceEventBroadcaster |