summaryrefslogtreecommitdiff
path: root/framework/inc/dispatch/dispatchprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/dispatch/dispatchprovider.hxx')
-rw-r--r--framework/inc/dispatch/dispatchprovider.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/dispatch/dispatchprovider.hxx b/framework/inc/dispatch/dispatchprovider.hxx
index dadcfd3a3db2..4b2eb036e9b1 100644
--- a/framework/inc/dispatch/dispatchprovider.hxx
+++ b/framework/inc/dispatch/dispatchprovider.hxx
@@ -36,7 +36,7 @@
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weakref.hxx>
namespace framework{
@@ -76,7 +76,7 @@ enum EDispatchHelper
*/
class DispatchProvider : private TransactionBase ,
// interfaces
- public ::cppu::WeakImplHelper1< css::frame::XDispatchProvider >
+ public ::cppu::WeakImplHelper< css::frame::XDispatchProvider >
{
/* member */
private: