summaryrefslogtreecommitdiff
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
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>
-rw-r--r--include/ucbhelper/activedatasink.hxx4
-rw-r--r--include/ucbhelper/activedatastreamer.hxx4
-rw-r--r--include/ucbhelper/commandenvironment.hxx4
-rw-r--r--include/ucbhelper/fd_inputstream.hxx4
-rw-r--r--include/ucbhelper/interceptedinteraction.hxx4
5 files changed, 10 insertions, 10 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;
diff --git a/include/ucbhelper/activedatastreamer.hxx b/include/ucbhelper/activedatastreamer.hxx
index 4516c3bab2e6..618aaf73e172 100644
--- a/include/ucbhelper/activedatastreamer.hxx
+++ b/include/ucbhelper/activedatastreamer.hxx
@@ -21,7 +21,7 @@
#define INCLUDED_UCBHELPER_ACTIVEDATASTREAMER_HXX
#include <com/sun/star/io/XActiveDataStreamer.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
namespace ucbhelper
{
@@ -34,7 +34,7 @@ namespace ucbhelper
*/
class ActiveDataStreamer :
- public cppu::WeakImplHelper1< css::io::XActiveDataStreamer >
+ public cppu::WeakImplHelper< css::io::XActiveDataStreamer >
{
css::uno::Reference< css::io::XStream > m_xStream;
diff --git a/include/ucbhelper/commandenvironment.hxx b/include/ucbhelper/commandenvironment.hxx
index dff68b1ed8aa..c11e448aa1ff 100644
--- a/include/ucbhelper/commandenvironment.hxx
+++ b/include/ucbhelper/commandenvironment.hxx
@@ -22,7 +22,7 @@
#include <com/sun/star/ucb/XCommandEnvironment.hpp>
#include <ucbhelper/ucbhelperdllapi.h>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <memory>
namespace ucbhelper
@@ -35,7 +35,7 @@ struct CommandEnvironment_Impl;
* be used to supply environments to commands executed by UCB contents.
*/
class UCBHELPER_DLLPUBLIC CommandEnvironment :
- public cppu::WeakImplHelper1< css::ucb::XCommandEnvironment >
+ public cppu::WeakImplHelper< css::ucb::XCommandEnvironment >
{
std::unique_ptr<CommandEnvironment_Impl> m_pImpl;
diff --git a/include/ucbhelper/fd_inputstream.hxx b/include/ucbhelper/fd_inputstream.hxx
index b0b12e64afc9..a80d6615fcf4 100644
--- a/include/ucbhelper/fd_inputstream.hxx
+++ b/include/ucbhelper/fd_inputstream.hxx
@@ -25,14 +25,14 @@
#include <osl/file.h>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/io/XSeekable.hpp>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
#include <cppuhelper/basemutex.hxx>
#include <ucbhelper/ucbhelperdllapi.h>
namespace ucbhelper
{
- typedef ::cppu::WeakImplHelper2<
+ typedef cppu::WeakImplHelper<
css::io::XInputStream,
css::io::XSeekable > FdInputStream_Base;
diff --git a/include/ucbhelper/interceptedinteraction.hxx b/include/ucbhelper/interceptedinteraction.hxx
index 72d6bd380243..6a723f541a9b 100644
--- a/include/ucbhelper/interceptedinteraction.hxx
+++ b/include/ucbhelper/interceptedinteraction.hxx
@@ -25,7 +25,7 @@
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/task/XInteractionRequest.hpp>
-#include <cppuhelper/implbase1.hxx>
+#include <cppuhelper/implbase.hxx>
#include <ucbhelper/ucbhelperdllapi.h>
@@ -40,7 +40,7 @@ namespace ucbhelper{
only
- or as base class if interactions must be modified.
*/
-class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper1< css::task::XInteractionHandler >
+class UCBHELPER_DLLPUBLIC InterceptedInteraction : public ::cppu::WeakImplHelper< css::task::XInteractionHandler >
{
// types