summaryrefslogtreecommitdiff
path: root/include/ucbhelper/activedatasink.hxx
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-12-06 17:40:04 +0100
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-12-07 06:40:52 +0000
commitad1f2e699ac3c2b9c3cea7d2d3589fbc3749fc0a (patch)
tree83ce3375dcb4ad38cd5736a4d507476a7c654203 /include/ucbhelper/activedatasink.hxx
parent43de0518bc1f0b7aa8d57132a11cae6fa411680f (diff)
tdf#88206 replace cppu::WeakImplHelper* in ucbhelper
Change-Id: Iaa48400372ad5a927914c5c93d21f4871ebf5c78 Reviewed-on: https://gerrit.libreoffice.org/31690 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/ucbhelper/activedatasink.hxx')
-rw-r--r--include/ucbhelper/activedatasink.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/activedatasink.hxx b/include/ucbhelper/activedatasink.hxx
index 3e6c3ba427fd..fda23bdce323 100644
--- a/include/ucbhelper/activedatasink.hxx
+++ b/include/ucbhelper/activedatasink.hxx
@@ -22,7 +22,7 @@
#include <com/sun/star/io/XActiveDataSink.hpp>
#include <ucbhelper/ucbhelperdllapi.h>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
namespace ucbhelper
{
@@ -34,7 +34,7 @@ namespace ucbhelper
*/
class UCBHELPER_DLLPUBLIC ActiveDataSink :
- public cppu::WeakImplHelper1< css::io::XActiveDataSink >
+ public cppu::WeakImplHelper< css::io::XActiveDataSink >
{
css::uno::Reference< css::io::XInputStream > m_xStream;