[Libreoffice-commits] core.git: include/unotools
krishna keshav
princy.krishnakeshav at gmail.com
Thu Jun 9 07:09:57 UTC 2016
include/unotools/progresshandlerwrap.hxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1d38894b1a21ce475165f55b7a358801a2563c1d
Author: krishna keshav <princy.krishnakeshav at gmail.com>
Date: Wed Jun 8 21:51:40 2016 +0530
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 at libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/unotools/progresshandlerwrap.hxx b/include/unotools/progresshandlerwrap.hxx
index 8afd861..d6da3c9 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;
More information about the Libreoffice-commits
mailing list