summaryrefslogtreecommitdiff
path: root/tools/source/stream
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-24 21:36:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-25 15:37:19 +0000
commit39e54d04804d1d8ad0d0dc10aad8ef89c2ff1e40 (patch)
treeec155ff205ced22506792bb2ca92a946830b0080 /tools/source/stream
parent0c5ed3541bd857060b046dace291bb7e971dcc73 (diff)
move ugly WriteLines out of SvStream to beside sole user
Diffstat (limited to 'tools/source/stream')
-rw-r--r--tools/source/stream/stream.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx
index 0e899050fced..db84400b77f9 100644
--- a/tools/source/stream/stream.cxx
+++ b/tools/source/stream/stream.cxx
@@ -932,21 +932,6 @@ sal_Bool SvStream::WriteLine(const rtl::OString& rStr)
/*************************************************************************
|*
-|* Stream::WriteLines()
-|*
-*************************************************************************/
-
-sal_Bool SvStream::WriteLines( const ByteString& rStr )
-{
- ByteString aStr( rStr );
- aStr.ConvertLineEnd( eLineDelimiter );
- Write( aStr.GetBuffer(), aStr.Len() );
- endl( *this );
- return (sal_Bool)(nError == SVSTREAM_OK);
-}
-
-/*************************************************************************
-|*
|* Stream::WriteUniOrByteChar()
|*
*************************************************************************/