diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-01-13 23:21:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-16 10:21:55 +0000 |
commit | 9d4d7272507c6a9c7ede239df9243103fce46dbf (patch) | |
tree | 14cb447b4583c11d946c1086ef90f9829ddfb436 /tools | |
parent | d3bda969c6a126cfa2742b9adba142cb7f316d56 (diff) |
force users of ReadByteStringLine to explictly denote encoding
Diffstat (limited to 'tools')
-rw-r--r-- | tools/inc/tools/stream.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/inc/tools/stream.hxx b/tools/inc/tools/stream.hxx index 4f06610e2f00..0205d2c81fd5 100644 --- a/tools/inc/tools/stream.hxx +++ b/tools/inc/tools/stream.hxx @@ -384,7 +384,6 @@ public: sal_Bool WriteLines( const ByteString& rStr ); sal_Bool ReadByteStringLine( String& rStr, rtl_TextEncoding eSrcCharSet ); - sal_Bool ReadByteStringLine( String& rStr ) { return ReadByteStringLine( rStr, GetStreamCharSet()); } sal_Bool WriteByteStringLine( const String& rStr, rtl_TextEncoding eDestCharSet ); sal_Bool WriteByteStringLine( const String& rStr ) { return WriteByteStringLine( rStr, GetStreamCharSet()); } |