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/inc | |
parent | d6bf32bab10e1bb115aea0c6e5d6ac1753760fe7 (diff) |
refresh unused code list
Diffstat (limited to 'tools/inc')
-rw-r--r-- | tools/inc/tools/stream.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx index d63b7d3c3059..e0a55099cf6e 100644 --- a/tools/inc/tools/stream.hxx +++ b/tools/inc/tools/stream.hxx @@ -415,8 +415,6 @@ public: /// Read a line of Unicode if eSrcCharSet==RTL_TEXTENCODING_UNICODE, /// otherwise read a line of Bytecode and convert from eSrcCharSet sal_Bool ReadUniOrByteStringLine( String& rStr, rtl_TextEncoding eSrcCharSet ); - /// Write a sequence of Unicode characters - sal_Bool WriteUnicodeText( const String& rStr ); /// Write a sequence of Unicode characters if eDestCharSet==RTL_TEXTENCODING_UNICODE, /// otherwise write a sequence of Bytecodes converted to eDestCharSet sal_Bool WriteUnicodeOrByteText( const String& rStr, rtl_TextEncoding eDestCharSet ); |