summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/printhelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/printhelper.hxx')
-rw-r--r--sfx2/source/doc/printhelper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/printhelper.hxx b/sfx2/source/doc/printhelper.hxx
index ef4e31d2bd03..0eb1242f1d45 100644
--- a/sfx2/source/doc/printhelper.hxx
+++ b/sfx2/source/doc/printhelper.hxx
@@ -32,13 +32,13 @@
#include <com/sun/star/uno/Any.hxx>
#include <com/sun/star/lang/XInitialization.hpp>
#include <osl/mutex.hxx>
-#include <cppuhelper/implbase3.hxx>
+#include <cppuhelper/implbase.hxx>
struct IMPL_PrintListener_DataContainer;
class SfxViewShell;
class SfxPrinter;
-class SfxPrintHelper : public cppu::WeakImplHelper3
+class SfxPrintHelper : public cppu::WeakImplHelper
< com::sun::star::view::XPrintable
, com::sun::star::view::XPrintJobBroadcaster
, com::sun::star::lang::XInitialization >