diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-10 21:58:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-11 11:10:38 +0100 |
commit | 7488e1107c461b529c1c8771fd98488588fe8645 (patch) | |
tree | 2721584cfb32bd13f00cf0b9a17a5a58eb22d4fd /tools/source | |
parent | 35c83a7f4f84cb708b534c77d7344e8abb4539f9 (diff) |
ditch unused ByteString using code
Diffstat (limited to 'tools/source')
-rw-r--r-- | tools/source/generic/config.cxx | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx index 7df9dd8b2c52..1cf709464903 100644 --- a/tools/source/generic/config.cxx +++ b/tools/source/generic/config.cxx @@ -1079,15 +1079,6 @@ void Config::WriteKey( const ByteString& rKey, const ByteString& rStr ) // ----------------------------------------------------------------------- -void Config::WriteKey( const ByteString& rKey, const UniString& rValue, rtl_TextEncoding eEncoding ) -{ - if ( mpData->mbIsUTF8BOM ) - eEncoding = RTL_TEXTENCODING_UTF8; - WriteKey( rKey, ByteString( rValue, eEncoding ) ); -} - -// ----------------------------------------------------------------------- - void Config::DeleteKey( const ByteString& rKey ) { // Config-Daten evt. updaten |