summaryrefslogtreecommitdiff
path: root/framework/inc/recording/dispatchrecordersupplier.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/recording/dispatchrecordersupplier.hxx')
-rw-r--r--framework/inc/recording/dispatchrecordersupplier.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/recording/dispatchrecordersupplier.hxx b/framework/inc/recording/dispatchrecordersupplier.hxx
index 88ad6b6b7f8c..e924fa234e4d 100644
--- a/framework/inc/recording/dispatchrecordersupplier.hxx
+++ b/framework/inc/recording/dispatchrecordersupplier.hxx
@@ -33,7 +33,7 @@
#include <com/sun/star/util/URL.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
namespace framework{
@@ -44,7 +44,7 @@ namespace framework{
@threadsafe yes
*/
-class DispatchRecorderSupplier : public ::cppu::WeakImplHelper2<
+class DispatchRecorderSupplier : public ::cppu::WeakImplHelper<
css::lang::XServiceInfo ,
css::frame::XDispatchRecorderSupplier >
{