Kaydet (Commit) 043e3785 authored tarafından Alexander Wilms's avatar Alexander Wilms Kaydeden (comit) Caolán McNamara

Remove visual noise from io

Change-Id: I46f8c4f793596b0e6feb2db7b9302b9b6eb9644b
Reviewed-on: https://gerrit.libreoffice.org/8273Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 2a42d5ec
......@@ -48,7 +48,7 @@ using namespace ::com::sun::star::registry;
namespace io_TextInputStream
{
//===========================================================================
// Implementation XTextInputStream
typedef WeakImplHelper2< XTextInputStream2, XServiceInfo > TextInputStreamHelper;
......@@ -145,7 +145,7 @@ void OTextInputStream::implResizeBuffer( void )
}
//===========================================================================
// XTextInputStream
OUString OTextInputStream::readLine( )
......@@ -379,7 +379,7 @@ void OTextInputStream::setEncoding( const OUString& Encoding )
mEncoding = Encoding;
}
//===========================================================================
// XInputStream
sal_Int32 OTextInputStream::readBytes( Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead )
......@@ -413,7 +413,7 @@ void OTextInputStream::closeInput( )
}
//===========================================================================
// XActiveDataSink
void OTextInputStream::setInputStream( const Reference< XInputStream >& aStream )
......
......@@ -48,7 +48,7 @@ using namespace ::com::sun::star::registry;
namespace io_TextOutputStream
{
//===========================================================================
// Implementation XTextOutputStream
typedef WeakImplHelper2< XTextOutputStream2, XServiceInfo > TextOutputStreamHelper;
......@@ -159,7 +159,7 @@ Sequence<sal_Int8> OTextOutputStream::implConvert( const OUString& rSource )
}
//===========================================================================
// XTextOutputStream
void OTextOutputStream::writeString( const OUString& aString )
......@@ -192,7 +192,7 @@ void OTextOutputStream::setEncoding( const OUString& Encoding )
mEncoding = Encoding;
}
//===========================================================================
// XOutputStream
void OTextOutputStream::writeBytes( const Sequence< sal_Int8 >& aData )
throw(NotConnectedException, BufferSizeExceededException, IOException, RuntimeException)
......@@ -226,7 +226,7 @@ void OTextOutputStream::checkOutputStream()
}
//===========================================================================
// XActiveDataSource
void OTextOutputStream::setOutputStream( const Reference< XOutputStream >& aStream )
......
......@@ -472,9 +472,9 @@ Sequence<OUString> OMarkableOutputStream_getSupportedServiceNames(void)
//
// XMarkableInputStream
//
class OMarkableInputStream :
......
......@@ -23,8 +23,7 @@
// Expands the dll-names depending on the actual environment.
// Example : testcomponent com.sun.star.io.Pipe stm
//
// Therefor the testcode must exist in teststm and the testservice must be named test.com.sun.star.io.Pipe
//
// Therefore the testcode must exist in teststm and the testservice must be named test.com.sun.star.io.Pipe
#include <stdio.h>
#include <com/sun/star/registry/XImplementationRegistration.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment