summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/dumpfilter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/inc/dumpfilter.hxx')
-rw-r--r--sw/source/core/inc/dumpfilter.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/core/inc/dumpfilter.hxx b/sw/source/core/inc/dumpfilter.hxx
index e15967b51f63..f13dc85534bc 100644
--- a/sw/source/core/inc/dumpfilter.hxx
+++ b/sw/source/core/inc/dumpfilter.hxx
@@ -14,7 +14,7 @@
#include <com/sun/star/document/XExporter.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
-#include <cppuhelper/implbase4.hxx>
+#include <cppuhelper/implbase.hxx>
namespace sw {
@@ -22,7 +22,7 @@ namespace sw {
document as XML. This filter should be mostly be used for testing
purpose.
*/
- class LayoutDumpFilter : public cppu::WeakImplHelper4
+ class LayoutDumpFilter : public cppu::WeakImplHelper
<
com::sun::star::document::XFilter,
com::sun::star::document::XExporter,