diff options
Diffstat (limited to 'linguistic/source/lngsvcmgr.hxx')
-rw-r--r-- | linguistic/source/lngsvcmgr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linguistic/source/lngsvcmgr.hxx b/linguistic/source/lngsvcmgr.hxx index c135ad6279fd..1d43f1646996 100644 --- a/linguistic/source/lngsvcmgr.hxx +++ b/linguistic/source/lngsvcmgr.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_LINGUISTIC_SOURCE_LNGSVCMGR_HXX #define INCLUDED_LINGUISTIC_SOURCE_LNGSVCMGR_HXX -#include <cppuhelper/implbase3.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.h> @@ -55,7 +55,7 @@ namespace com { namespace sun { namespace star { namespace linguistic2 { class LngSvcMgr : - public cppu::WeakImplHelper3 + public cppu::WeakImplHelper < com::sun::star::linguistic2::XLinguServiceManager2, com::sun::star::lang::XServiceInfo, |