summaryrefslogtreecommitdiff
path: root/oox/source/ppt/timeanimvaluecontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/timeanimvaluecontext.cxx')
-rw-r--r--oox/source/ppt/timeanimvaluecontext.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/timeanimvaluecontext.cxx b/oox/source/ppt/timeanimvaluecontext.cxx
index bb59518e8ffc..cfae1ceb7db3 100644
--- a/oox/source/ppt/timeanimvaluecontext.cxx
+++ b/oox/source/ppt/timeanimvaluecontext.cxx
@@ -60,8 +60,8 @@ namespace oox { namespace ppt {
{
mbInValue = true;
TimeAnimationValue val;
- val.msFormula = rAttribs.getString( XML_fmla, rtl::OUString() );
- val.msTime = rAttribs.getString( XML_tm, rtl::OUString() );
+ val.msFormula = rAttribs.getString( XML_fmla, OUString() );
+ val.msTime = rAttribs.getString( XML_tm, OUString() );
maTavList.push_back( val );
return this;
}