diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-25 07:58:34 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-25 15:37:20 +0000 |
commit | 905b84557d8ccbdba07f0a82a89f382db08fc0d9 (patch) | |
tree | faa75a00d10758bc864f0bf20cd5093969f50db1 /tools/source/stream | |
parent | d6bf32bab10e1bb115aea0c6e5d6ac1753760fe7 (diff) |
refresh unused code list
Diffstat (limited to 'tools/source/stream')
-rw-r--r-- | tools/source/stream/stream.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/source/stream/stream.cxx b/tools/source/stream/stream.cxx index db84400b77f9..fd5a579a8bde 100644 --- a/tools/source/stream/stream.cxx +++ b/tools/source/stream/stream.cxx @@ -885,18 +885,6 @@ sal_Size write_uInt16s_FromOUString(SvStream& rStrm, const rtl::OUString& rStr, return nWritten; } -/************************************************************************* -|* -|* Stream::WriteUnicodeText() -|* -*************************************************************************/ - -sal_Bool SvStream::WriteUnicodeText( const String& rStr ) -{ - write_uInt16s_FromOUString(*this, rStr, rStr.Len()); - return nError == SVSTREAM_OK; -} - sal_Bool SvStream::WriteUnicodeOrByteText( const String& rStr, rtl_TextEncoding eDestCharSet ) { if ( eDestCharSet == RTL_TEXTENCODING_UNICODE ) |