summaryrefslogtreecommitdiff
path: root/io/source/TextInputStream
diff options
context:
space:
mode:
authorAlexander Wilms <f.alexander.wilms@gmail.com>2014-02-25 19:07:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-02-26 09:25:43 -0600
commit043e378521faecfcc09e0d7007de93882c50c461 (patch)
tree1c4d010026c81c92c6250599a0f4963471f55757 /io/source/TextInputStream
parent2a42d5ec2965451f8cb2e719d831f4b2722f51bb (diff)
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>
Diffstat (limited to 'io/source/TextInputStream')
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx
index 07379afe24f8..d6df3a2dc517 100644
--- a/io/source/TextInputStream/TextInputStream.cxx
+++ b/io/source/TextInputStream/TextInputStream.cxx
@@ -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 )