summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-14 21:47:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-15 12:22:49 +0000
commitace8398c5782caf6c5d9066b8e67afa652448954 (patch)
tree0ef5e5199564a6d66edb24f14c297f549ba45fcf
parent4d9293660776b6d97289cf7a1bf8f6be7ad05649 (diff)
drop unused ReadCString with hidden StreamCharSet monstrosity
-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 0ad95857ad7a..bf884a13ddbd 100644
--- a/tools/inc/tools/stream.hxx
+++ b/tools/inc/tools/stream.hxx
@@ -390,7 +390,6 @@ public:
/// convert the BytString with the given encoding to a String
sal_Bool ReadCString( ByteString& rStr );
sal_Bool ReadCString( String& rStr, rtl_TextEncoding eToEncode );
- sal_Bool ReadCString( String& rStr ) { return ReadCString( rStr, GetStreamCharSet()); }
sal_Bool ReadLine( ByteString& rStr );
sal_Bool ReadLine( rtl::OString& rStr );