summaryrefslogtreecommitdiff
path: root/sc/inc/confuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/confuno.hxx')
-rw-r--r--sc/inc/confuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/confuno.hxx b/sc/inc/confuno.hxx
index f0551e0abdc4..1252f59acf7c 100644
--- a/sc/inc/confuno.hxx
+++ b/sc/inc/confuno.hxx
@@ -24,11 +24,11 @@
#include <svl/lstner.hxx>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
class ScDocShell;
-class ScDocumentConfiguration : public cppu::WeakImplHelper2<
+class ScDocumentConfiguration : public cppu::WeakImplHelper<
com::sun::star::beans::XPropertySet,
com::sun::star::lang::XServiceInfo>,
public SfxListener