summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objmisc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/objmisc.cxx')
-rw-r--r--sfx2/source/doc/objmisc.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/doc/objmisc.cxx b/sfx2/source/doc/objmisc.cxx
index c49b980423..98ded9fdf3 100644
--- a/sfx2/source/doc/objmisc.cxx
+++ b/sfx2/source/doc/objmisc.cxx
@@ -1781,11 +1781,10 @@ void SfxHeaderAttributes_Impl::SetAttribute( const SvKeyValue& rKV )
}
else if( rKV.GetKey().CompareIgnoreCaseToAscii( "content-type" ) == COMPARE_EQUAL )
{
- ::rtl::OString sContent = ::rtl::OUStringToOString( aValue, RTL_TEXTENCODING_ASCII_US );
- ByteString sType, sSubType;
+ String sType, sSubType;
INetContentTypeParameterList aParameters;
- if( INetContentTypes::parse( sContent, sType, sSubType, &aParameters ) )
+ if (INetContentTypes::parse(aValue, sType, sSubType, &aParameters))
{
const INetContentTypeParameter * pCharset = aParameters.find("charset");
if (pCharset != 0)