summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno/swdetect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uno/swdetect.hxx')
-rw-r--r--sw/source/ui/uno/swdetect.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/uno/swdetect.hxx b/sw/source/ui/uno/swdetect.hxx
index d2138626fabe..0d1f2bb2d4e8 100644
--- a/sw/source/ui/uno/swdetect.hxx
+++ b/sw/source/ui/uno/swdetect.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/uno/Reference.h>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
@@ -51,7 +51,7 @@ namespace com
class SfxMedium;
class SfxFilter;
-class SwFilterDetect : public ::cppu::WeakImplHelper2< css::document::XExtendedFilterDetection, css::lang::XServiceInfo >
+class SwFilterDetect : public ::cppu::WeakImplHelper< css::document::XExtendedFilterDetection, css::lang::XServiceInfo >
{
public:
SwFilterDetect();