diff options
Diffstat (limited to 'linguistic/inc/iprcache.hxx')
-rw-r--r-- | linguistic/inc/iprcache.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/inc/iprcache.hxx b/linguistic/inc/iprcache.hxx index 855fde7998dd..5e56a13db643 100644 --- a/linguistic/inc/iprcache.hxx +++ b/linguistic/inc/iprcache.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_LINGUISTIC_INC_IPRCACHE_HXX #define INCLUDED_LINGUISTIC_INC_IPRCACHE_HXX -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include <com/sun/star/uno/Reference.h> #include <com/sun/star/document/XEventListener.hpp> @@ -51,7 +51,7 @@ protected: class FlushListener : - public cppu::WeakImplHelper2 + public cppu::WeakImplHelper < ::com::sun::star::linguistic2::XDictionaryListEventListener, ::com::sun::star::beans::XPropertyChangeListener |