summaryrefslogtreecommitdiff
path: root/oox/source/ppt/customshowlistcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/customshowlistcontext.cxx')
-rw-r--r--oox/source/ppt/customshowlistcontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ppt/customshowlistcontext.cxx b/oox/source/ppt/customshowlistcontext.cxx
index c5684f190882..eb7d255480d7 100644
--- a/oox/source/ppt/customshowlistcontext.cxx
+++ b/oox/source/ppt/customshowlistcontext.cxx
@@ -56,7 +56,7 @@ CustomShowContext::~CustomShowContext( )
switch( aElementToken )
{
case PPT_TOKEN( sld ) :
- mrCustomShow.maSldLst.push_back( rAttribs.getString( R_TOKEN( id ), rtl::OUString() ) );
+ mrCustomShow.maSldLst.push_back( rAttribs.getString( R_TOKEN( id ), OUString() ) );
return this;
default:
break;