summaryrefslogtreecommitdiffstats
path: root/io/source/connector/connector.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-08-19 10:15:06 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-08-19 07:48:50 +0000
commite00d41f76d6cae3a93c112117af01287eb003e0e (patch)
tree7aaa27f9051ae58fc0aea9d094b19a59a37e0641 /io/source/connector/connector.hxx
parentvcl: document VCL_DOUBLEBUFFERING_ENABLE (diff)
downloadcore-e00d41f76d6cae3a93c112117af01287eb003e0e.tar.gz
core-e00d41f76d6cae3a93c112117af01287eb003e0e.zip
io: tdf#88206 replace cppu::WeakImplHelper* etc.
with the variadic variants. Change-Id: Iad03db6b729a785ab8b29a69943fa45f5a36b21b Reviewed-on: https://gerrit.libreoffice.org/17849 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'io/source/connector/connector.hxx')
-rw-r--r--io/source/connector/connector.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/io/source/connector/connector.hxx b/io/source/connector/connector.hxx
index fe059bd4a8d0..820d9b730c6e 100644
--- a/io/source/connector/connector.hxx
+++ b/io/source/connector/connector.hxx
@@ -20,8 +20,7 @@
#ifndef INCLUDED_IO_SOURCE_CONNECTOR_CONNECTOR_HXX
#define INCLUDED_IO_SOURCE_CONNECTOR_CONNECTOR_HXX
-#include <cppuhelper/implbase1.hxx>
-#include <cppuhelper/implbase2.hxx>
+#include <cppuhelper/implbase.hxx>
#include <com/sun/star/connection/XConnection.hpp>
#include <com/sun/star/connection/XConnectionBroadcaster.hpp>
@@ -57,7 +56,7 @@ namespace stoc_connector
XStreamListener_hash_set;
class PipeConnection :
- public ::cppu::WeakImplHelper1< ::com::sun::star::connection::XConnection >
+ public ::cppu::WeakImplHelper< ::com::sun::star::connection::XConnection >
{
public:
@@ -86,7 +85,7 @@ namespace stoc_connector
};
class SocketConnection :
- public ::cppu::WeakImplHelper2< ::com::sun::star::connection::XConnection, ::com::sun::star::connection::XConnectionBroadcaster >
+ public ::cppu::WeakImplHelper< ::com::sun::star::connection::XConnection, ::com::sun::star::connection::XConnectionBroadcaster >
{
public: