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>
This commit is contained in:
committed by
Noel Grandin
parent
b83c4ea54c
commit
e00d41f76d
@@ -23,7 +23,7 @@
|
||||
#include <uno/mapping.hxx>
|
||||
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
#include <cppuhelper/implbase.hxx>
|
||||
#include <cppuhelper/implementationentry.hxx>
|
||||
#include <cppuhelper/supportsservice.hxx>
|
||||
|
||||
@@ -53,7 +53,7 @@ namespace io_TextInputStream
|
||||
#define INITIAL_UNICODE_BUFFER_CAPACITY 0x100
|
||||
#define READ_BYTE_COUNT 0x100
|
||||
|
||||
class OTextInputStream : public WeakImplHelper2< XTextInputStream2, XServiceInfo >
|
||||
class OTextInputStream : public WeakImplHelper< XTextInputStream2, XServiceInfo >
|
||||
{
|
||||
Reference< XInputStream > mxStream;
|
||||
|
||||
|
Reference in New Issue
Block a user