Kaydet (Commit) 7488e110 authored tarafından Caolán McNamara's avatar Caolán McNamara

ditch unused ByteString using code

üst 35c83a7f
......@@ -74,7 +74,6 @@ public:
UniString ReadKey( const ByteString& rKey, rtl_TextEncoding eEncoding ) const;
ByteString ReadKey( const ByteString& rKey, const ByteString& rDefault ) const;
void WriteKey( const ByteString& rKey, const ByteString& rValue );
void WriteKey( const ByteString& rKey, const UniString& rValue, rtl_TextEncoding eEncoding );
void DeleteKey( const ByteString& rKey );
ByteString GetKeyName( sal_uInt16 nKey ) const;
ByteString ReadKey( sal_uInt16 nKey ) const;
......
......@@ -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
......
......@@ -136,7 +136,6 @@ CommunicationLinkList::Insert(CommunicationLink const*&, unsigned short&)
CommunicationLinkList::Insert(CommunicationLink const**, unsigned short)
CommunicationLinkList::Insert(CommunicationLinkList const*, unsigned short, unsigned short)
CommunicationLinkList::Remove(CommunicationLink const*&, unsigned short)
Config::WriteKey(ByteString const&, String const&, unsigned short)
Container::GetObjectPtr(unsigned long)
Container::GetPos(void const*, unsigned long, unsigned char) const
Container::Insert(void*, void*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment