summaryrefslogtreecommitdiff
path: root/include/linguistic/hyphdta.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/linguistic/hyphdta.hxx')
-rw-r--r--include/linguistic/hyphdta.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linguistic/hyphdta.hxx b/include/linguistic/hyphdta.hxx
index c080f47677ae..14768ca9700b 100644
--- a/include/linguistic/hyphdta.hxx
+++ b/include/linguistic/hyphdta.hxx
@@ -22,14 +22,14 @@
#include <com/sun/star/linguistic2/XHyphenatedWord.hpp>
#include <com/sun/star/linguistic2/XPossibleHyphens.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <linguistic/lngdllapi.h>
namespace linguistic
{
class HyphenatedWord :
- public cppu::WeakImplHelper1
+ public cppu::WeakImplHelper
<
::com::sun::star::linguistic2::XHyphenatedWord
>
@@ -76,7 +76,7 @@ public:
class PossibleHyphens :
- public cppu::WeakImplHelper1
+ public cppu::WeakImplHelper
<
::com::sun::star::linguistic2::XPossibleHyphens
>