summaryrefslogtreecommitdiff
path: root/sc/inc/funcuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/funcuno.hxx')
-rw-r--r--sc/inc/funcuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/funcuno.hxx b/sc/inc/funcuno.hxx
index abbd31f549d8..d267c2a12bf2 100644
--- a/sc/inc/funcuno.hxx
+++ b/sc/inc/funcuno.hxx
@@ -23,7 +23,7 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/sheet/XFunctionAccess.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
-#include <cppuhelper/implbase3.hxx>
+#include <cppuhelper/implbase.hxx>
#include <svl/lstner.hxx>
class ScDocument;
@@ -52,7 +52,7 @@ public:
void Clear();
};
-class ScFunctionAccess : public cppu::WeakImplHelper3<
+class ScFunctionAccess : public cppu::WeakImplHelper<
com::sun::star::sheet::XFunctionAccess,
com::sun::star::beans::XPropertySet,
com::sun::star::lang::XServiceInfo>,