diff options
Diffstat (limited to 'sc/inc/eventuno.hxx')
-rw-r--r-- | sc/inc/eventuno.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/eventuno.hxx b/sc/inc/eventuno.hxx index db7e160ecec0..7b6eda52b253 100644 --- a/sc/inc/eventuno.hxx +++ b/sc/inc/eventuno.hxx @@ -22,14 +22,14 @@ #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/container/XNameReplace.hpp> -#include <cppuhelper/implbase2.hxx> +#include <cppuhelper/implbase.hxx> #include <svl/lstner.hxx> #include "global.hxx" class ScDocShell; -class ScSheetEventsObj : public cppu::WeakImplHelper2< +class ScSheetEventsObj : public cppu::WeakImplHelper< com::sun::star::container::XNameReplace, com::sun::star::lang::XServiceInfo>, public SfxListener |