summaryrefslogtreecommitdiff
path: root/sc/inc/defltuno.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/defltuno.hxx')
-rw-r--r--sc/inc/defltuno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/defltuno.hxx b/sc/inc/defltuno.hxx
index 2f4bfd734c44..a0e04f0ebe85 100644
--- a/sc/inc/defltuno.hxx
+++ b/sc/inc/defltuno.hxx
@@ -24,12 +24,12 @@
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertyState.hpp>
-#include <cppuhelper/implbase3.hxx>
+#include <cppuhelper/implbase.hxx>
#include <svl/itemprop.hxx>
class ScDocShell;
-class ScDocDefaultsObj : public ::cppu::WeakImplHelper3<
+class ScDocDefaultsObj : public ::cppu::WeakImplHelper<
::com::sun::star::beans::XPropertySet,
::com::sun::star::beans::XPropertyState,
::com::sun::star::lang::XServiceInfo >,