diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-09 22:36:14 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-10 10:09:29 +0000 |
commit | e2f062ef7fdf80d9189b19cb396814976c73bf78 (patch) | |
tree | 31a65904ceb5e88c42ea936029e4fecf8d5eb8b2 /tools/inc | |
parent | b2b318cca726630486dfcad442ba61499c3c7c12 (diff) |
force users of horrific ReadUniOrByteStringLine to provide the charset
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 52ae39498154..2accc440a1c7 100644 --- a/tools/inc/tools/stream.hxx +++ b/tools/inc/tools/stream.hxx @@ -416,8 +416,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 ); - sal_Bool ReadUniOrByteStringLine( String& rStr ) - { return ReadUniOrByteStringLine( rStr, GetStreamCharSet() ); } /// Write a sequence of Unicode characters sal_Bool WriteUnicodeText( const String& rStr ); /// Write a sequence of Unicode characters if eDestCharSet==RTL_TEXTENCODING_UNICODE, |