summaryrefslogtreecommitdiff
path: root/sd/source/filter/eppt/eppt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/filter/eppt/eppt.cxx')
-rw-r--r--sd/source/filter/eppt/eppt.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/eppt/eppt.cxx b/sd/source/filter/eppt/eppt.cxx
index 72bc751fa80b..d041683c61eb 100644
--- a/sd/source/filter/eppt/eppt.cxx
+++ b/sd/source/filter/eppt/eppt.cxx
@@ -122,7 +122,7 @@ void PPTWriter::exportPPTPre( const std::vector< com::sun::star::beans::Property
if ( !mpPicStrm )
mpPicStrm = mrStg->OpenSotStream( rtl::OUString( "Pictures" ) );
- const String sBaseURI( RTL_CONSTASCII_USTRINGPARAM( "BaseURI" ) );
+ const rtl::OUString sBaseURI( "BaseURI" );
std::vector< com::sun::star::beans::PropertyValue >::const_iterator aIter( rMediaData.begin() );
while( aIter != rMediaData.end() )
{
@@ -1310,7 +1310,7 @@ void PPTWriter::ImplWriteOLE( )
aOleExport.ExportOLEObject( xObj, *xTempStorage );
//TODO/MBA: testing
- String aPersistStream( String::CreateFromAscii( RTL_CONSTASCII_STRINGPARAM( SVEXT_PERSIST_STREAM ) ) );
+ rtl::OUString aPersistStream( SVEXT_PERSIST_STREAM );
SvMemoryStream aStream;
SvStorageRef xCleanStorage( new SvStorage( sal_False, aStream ) );
xTempStorage->CopyTo( xCleanStorage );