summaryrefslogtreecommitdiff
path: root/tools/source/stream/stream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/stream/stream.cxx')
-rw-r--r--tools/source/stream/stream.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx
index b9232183358b..d2de88e44d3e 100644
--- a/tools/source/stream/stream.cxx
+++ b/tools/source/stream/stream.cxx
@@ -1656,7 +1656,7 @@ sal_uInt64 SvMemoryStream::GetSize()
void SvMemoryStream::SetBuffer( void* pNewBuf, std::size_t nCount,
std::size_t nEOF )
{
- SetBufferSize( 0 ); // Buffering in der Basisklasse initialisieren
+ SetBufferSize( 0 ); // Init buffering in the base class
Seek( 0 );
if( bOwnsData )
{