summaryrefslogtreecommitdiffstats
path: root/oox/source/ppt/timenodelistcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/timenodelistcontext.cxx')
-rw-r--r--oox/source/ppt/timenodelistcontext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/timenodelistcontext.cxx b/oox/source/ppt/timenodelistcontext.cxx
index 51594fe7c22d..3247f15c5d95 100644
--- a/oox/source/ppt/timenodelistcontext.cxx
+++ b/oox/source/ppt/timenodelistcontext.cxx
@@ -277,7 +277,7 @@ namespace oox { namespace ppt {
double fMediaTime = ::rtl::math::stringToDouble( aMediaTime, (sal_Unicode)('.'), (sal_Unicode)(','), &eStatus, NULL );
if( eStatus == rtl_math_ConversionStatus_Ok )
{
- aParamValue.Name = CREATE_OUSTRING("MediaTime");
+ aParamValue.Name = "MediaTime";
aParamValue.Value <<= fMediaTime;
}
nCommand = EffectCommands::PLAY;
@@ -296,7 +296,7 @@ namespace oox { namespace ppt {
if( nCommand == EffectCommands::CUSTOM )
{
OSL_TRACE("OOX: CmdTimeNodeContext::endFastElement(), unknown command!");
- aParamValue.Name = CREATE_OUSTRING("UserDefined");
+ aParamValue.Name = "UserDefined";
aParamValue.Value <<= msCommand;
}
if( aParamValue.Value.hasValue() )