summaryrefslogtreecommitdiff
path: root/framework/inc/recording/dispatchrecorder.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/recording/dispatchrecorder.hxx')
-rw-r--r--framework/inc/recording/dispatchrecorder.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/recording/dispatchrecorder.hxx b/framework/inc/recording/dispatchrecorder.hxx
index abe2c91ab627..143d882844e8 100644
--- a/framework/inc/recording/dispatchrecorder.hxx
+++ b/framework/inc/recording/dispatchrecorder.hxx
@@ -41,12 +41,12 @@
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/RuntimeException.hpp>
#include <com/sun/star/script/XTypeConverter.hpp>
-#include <cppuhelper/implbase3.hxx>
+#include <cppuhelper/implbase.hxx>
namespace framework{
class DispatchRecorder
- : public ::cppu::WeakImplHelper3<
+ : public ::cppu::WeakImplHelper<
css::lang::XServiceInfo
, css::frame::XDispatchRecorder
, css::container::XIndexReplace >