summaryrefslogtreecommitdiff
path: root/sd/workben/custompanel
diff options
context:
space:
mode:
Diffstat (limited to 'sd/workben/custompanel')
-rw-r--r--sd/workben/custompanel/ctp_panel.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/workben/custompanel/ctp_panel.hxx b/sd/workben/custompanel/ctp_panel.hxx
index 8fa084c92efc..0de2e9881bd4 100644
--- a/sd/workben/custompanel/ctp_panel.hxx
+++ b/sd/workben/custompanel/ctp_panel.hxx
@@ -27,7 +27,7 @@
#include <com/sun/star/drawing/framework/XResourceId.hpp>
#include <com/sun/star/awt/XPaintListener.hpp>
-#include <cppuhelper/compbase3.hxx>
+#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <boost/scoped_ptr.hpp>
@@ -36,7 +36,7 @@ namespace sd { namespace colortoolpanel
{
// class SingleColorPanel
- typedef ::cppu::WeakComponentImplHelper3 < ::com::sun::star::drawing::framework::XView
+ typedef ::cppu::WeakComponentImplHelper < ::com::sun::star::drawing::framework::XView
, ::com::sun::star::ui::XToolPanel
, ::com::sun::star::awt::XPaintListener
> SingleColorPanel_Base;