diff options
Diffstat (limited to 'linguistic/source/thesdsp.hxx')
-rw-r--r-- | linguistic/source/thesdsp.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/linguistic/source/thesdsp.hxx b/linguistic/source/thesdsp.hxx index 40832d8053b4..bd1523349d0c 100644 --- a/linguistic/source/thesdsp.hxx +++ b/linguistic/source/thesdsp.hxx @@ -32,8 +32,7 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/linguistic2/XThesaurus.hpp> -#include <cppuhelper/implbase1.hxx> -#include <cppuhelper/implbase5.hxx> +#include <cppuhelper/implbase.hxx> #include <cppuhelper/interfacecontainer.h> #include <osl/mutex.hxx> @@ -46,7 +45,7 @@ class ThesaurusDispatcher : - public cppu::WeakImplHelper1 + public cppu::WeakImplHelper < ::com::sun::star::linguistic2::XThesaurus >, |