summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/statusbaritem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/statusbaritem.hxx')
-rw-r--r--framework/inc/uielement/statusbaritem.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uielement/statusbaritem.hxx b/framework/inc/uielement/statusbaritem.hxx
index e05cd37ded3c..fe86779b6493 100644
--- a/framework/inc/uielement/statusbaritem.hxx
+++ b/framework/inc/uielement/statusbaritem.hxx
@@ -20,7 +20,7 @@
#define INCLUDED_FRAMEWORK_INC_UIELEMENT_STATUSBARITEM_HXX
#include <com/sun/star/ui/XStatusbarItem.hpp>
-#include <cppuhelper/compbase1.hxx>
+#include <cppuhelper/compbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <vcl/vclptr.hxx>
@@ -31,7 +31,7 @@ namespace framework
struct AddonStatusbarItemData;
-typedef cppu::WeakComponentImplHelper1< com::sun::star::ui::XStatusbarItem > StatusbarItem_Base;
+typedef cppu::WeakComponentImplHelper< com::sun::star::ui::XStatusbarItem > StatusbarItem_Base;
class StatusbarItem : protected cppu::BaseMutex,
public StatusbarItem_Base