summaryrefslogtreecommitdiff
path: root/io/source/TextInputStream/TextInputStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/TextInputStream/TextInputStream.cxx')
-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 )