summaryrefslogtreecommitdiffstats
path: root/dtrans/source/win32/dtobj/FetcList.cxx
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-06-01 09:39:35 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-06-01 09:41:50 -0500
commitdf9ecb71c7b2622a082849b556dba5008d271b6a (patch)
tree3b111d581fdddc854ffb8b28fd86b7561ca16be2 /dtrans/source/win32/dtobj/FetcList.cxx
parenttargeted string re-work (diff)
downloadcore-df9ecb71c7b2622a082849b556dba5008d271b6a.tar.gz
core-df9ecb71c7b2622a082849b556dba5008d271b6a.zip
targeted string re-work
Change-Id: I44518bb1b464bb0b458c0b5f1c249ef160ea3b26
Diffstat (limited to 'dtrans/source/win32/dtobj/FetcList.cxx')
-rw-r--r--dtrans/source/win32/dtobj/FetcList.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dtrans/source/win32/dtobj/FetcList.cxx b/dtrans/source/win32/dtobj/FetcList.cxx
index 3599da875e08..0083861b30e2 100644
--- a/dtrans/source/win32/dtobj/FetcList.cxx
+++ b/dtrans/source/win32/dtobj/FetcList.cxx
@@ -281,7 +281,7 @@ void SAL_CALL CFormatRegistrar::RegisterFormats(
aFormatEtcContainer.addFormatEtc( fetc );
// and HTML Format
- OUString htmlFormat( RTL_CONSTASCII_USTRINGPARAM("HTML Format") );
+ OUString htmlFormat( "HTML Format" );
aFormatEtcContainer.addFormatEtc(
m_DataFormatTranslator.getFormatEtcForClipformatName( htmlFormat ) );
}
@@ -359,8 +359,7 @@ OUString SAL_CALL CFormatRegistrar::getCharsetFromDataFlavor( const DataFlavor&
try
{
Reference< XMimeContentTypeFactory > xMimeFac(
- m_SrvMgr->createInstance( OUString(RTL_CONSTASCII_USTRINGPARAM( \
- "com.sun.star.datatransfer.MimeContentTypeFactory" )) ), UNO_QUERY );
+ m_SrvMgr->createInstance( OUString( "com.sun.star.datatransfer.MimeContentTypeFactory" ) ), UNO_QUERY );
if( xMimeFac.is( ) )
{