summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-13 23:21:48 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-16 10:21:55 +0000
commit9d4d7272507c6a9c7ede239df9243103fce46dbf (patch)
tree14cb447b4583c11d946c1086ef90f9829ddfb436 /tools
parentjust return a new string rather than pass by reference (diff)
downloadcore-9d4d7272507c6a9c7ede239df9243103fce46dbf.tar.gz
core-9d4d7272507c6a9c7ede239df9243103fce46dbf.zip
force users of ReadByteStringLine to explictly denote encoding
Diffstat (limited to 'tools')
-rw-r--r--tools/inc/tools/stream.hxx1
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()); }