Remove visual noise from io

Change-Id: I46f8c4f793596b0e6feb2db7b9302b9b6eb9644b
Reviewed-on: https://gerrit.libreoffice.org/8273
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Alexander Wilms
2014-02-25 19:07:42 +01:00
committed by Caolán McNamara
parent 2a42d5ec29
commit 043e378521
4 changed files with 11 additions and 12 deletions

View File

@@ -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 )