summaryrefslogtreecommitdiff
path: root/framework/inc/uielement/statusindicatorinterfacewrapper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/uielement/statusindicatorinterfacewrapper.hxx')
-rw-r--r--framework/inc/uielement/statusindicatorinterfacewrapper.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/inc/uielement/statusindicatorinterfacewrapper.hxx b/framework/inc/uielement/statusindicatorinterfacewrapper.hxx
index 02a54b7bdc73..9eb9535b16f8 100644
--- a/framework/inc/uielement/statusindicatorinterfacewrapper.hxx
+++ b/framework/inc/uielement/statusindicatorinterfacewrapper.hxx
@@ -29,14 +29,14 @@
#include <com/sun/star/lang/XComponent.hpp>
#include <rtl/ustring.hxx>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <vector>
namespace framework
{
-class StatusIndicatorInterfaceWrapper : public ::cppu::WeakImplHelper1< ::com::sun::star::task::XStatusIndicator>
+class StatusIndicatorInterfaceWrapper : public ::cppu::WeakImplHelper< ::com::sun::star::task::XStatusIndicator>
{
public:
StatusIndicatorInterfaceWrapper( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& rStatusIndicatorImpl );