summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-01-13 23:24:50 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-16 10:21:55 +0000
commit4abfd463edd482389d83d75fe223a4a26aed7cb1 (patch)
treecb2930a37b98195ece54d77c6b19b6eb393fffbf /tools
parent9d4d7272507c6a9c7ede239df9243103fce46dbf (diff)
force users of WriteByteStringLine 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 0205d2c81fd5..e96f3e14f022 100644
--- a/tools/inc/tools/stream.hxx
+++ b/tools/inc/tools/stream.hxx
@@ -385,7 +385,6 @@ public:
sal_Bool ReadByteStringLine( String& rStr, rtl_TextEncoding eSrcCharSet );
sal_Bool WriteByteStringLine( const String& rStr, rtl_TextEncoding eDestCharSet );
- sal_Bool WriteByteStringLine( const String& rStr ) { return WriteByteStringLine( rStr, GetStreamCharSet()); }
/// Switch to no endian swapping and write 0xfeff
sal_Bool StartWritingUnicodeText();