summaryrefslogtreecommitdiff
path: root/include/unotools
diff options
context:
space:
mode:
authorkrishna keshav <princy.krishnakeshav@gmail.com>2016-06-08 21:51:40 +0530
committerStephan Bergmann <sbergman@redhat.com>2016-06-09 07:09:34 +0000
commit1d38894b1a21ce475165f55b7a358801a2563c1d (patch)
tree3a47821ef5f12a0b5dc50a6b673a880881572f86 /include/unotools
parenta43529886fa994c3afd466c11623dfc66060252a (diff)
tdf#88206 Change uses of cppu::WeakImplHelper*
removed <cppuhelper/implbase1.hxx> Change-Id: If54eb2fb64be1884ba058858da0d220bbce673f1 Reviewed-on: https://gerrit.libreoffice.org/26074 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/unotools')
-rw-r--r--include/unotools/progresshandlerwrap.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/progresshandlerwrap.hxx b/include/unotools/progresshandlerwrap.hxx
index 8afd861be2e8..d6da3c9dc62a 100644
--- a/include/unotools/progresshandlerwrap.hxx
+++ b/include/unotools/progresshandlerwrap.hxx
@@ -21,14 +21,14 @@
#define INCLUDED_UNOTOOLS_PROGRESSHANDLERWRAP_HXX
#include <unotools/unotoolsdllapi.h>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/ucb/XProgressHandler.hpp>
namespace utl
{
-class UNOTOOLS_DLLPUBLIC ProgressHandlerWrap : public ::cppu::WeakImplHelper1< css::ucb::XProgressHandler >
+class UNOTOOLS_DLLPUBLIC ProgressHandlerWrap : public ::cppu::WeakImplHelper< css::ucb::XProgressHandler >
{
css::uno::Reference< css::task::XStatusIndicator > m_xStatusIndicator;