From 15cbc3e54aba11fb742bef513fab6bd2d16e7aac Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 16 Oct 2013 15:31:41 +0200 Subject: Unwind useless comphelper::ByteSequence typedef Change-Id: I59317a0d591eac188fa01636031e907357038c29 --- comphelper/source/streaming/seqstream.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comphelper/source/streaming') diff --git a/comphelper/source/streaming/seqstream.cxx b/comphelper/source/streaming/seqstream.cxx index 242af3a39b4c..bfc9ec59e531 100644 --- a/comphelper/source/streaming/seqstream.cxx +++ b/comphelper/source/streaming/seqstream.cxx @@ -33,7 +33,8 @@ using namespace ::osl; //--------------------------------------------------------------------------------------------- //------------------------------------------------------------------ -SequenceInputStream::SequenceInputStream(const ByteSequence& rData) +SequenceInputStream::SequenceInputStream( + css::uno::Sequence const & rData) : m_aData(rData) , m_nPos(0) { -- cgit