From ff85e8319a263e428ce53f7758092475b953afba Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 30 Jan 2013 14:46:50 +0200 Subject: fdo#46808, convert io::TextInputStream service to new style Change-Id: Ida4abdd6587399aa8ade88af672bcb23ab7ea0f1 --- io/source/TextInputStream/TextInputStream.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'io') diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index a2fe77425d9c..0a3e9035808f 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -25,14 +25,13 @@ #include #include -#include +#include #include #include #include -#include -#include +#include #include @@ -54,7 +53,7 @@ namespace io_TextInputStream //=========================================================================== // Implementation XTextInputStream -typedef WeakImplHelper3< XTextInputStream, XActiveDataSink, XServiceInfo > TextInputStreamHelper; +typedef WeakImplHelper2< XTextInputStream2, XServiceInfo > TextInputStreamHelper; #define INITIAL_UNICODE_BUFFER_CAPACITY 0x100 #define READ_BYTE_COUNT 0x100 -- cgit v1.2.3