summaryrefslogtreecommitdiff
path: root/oox/source/ppt/animationtypes.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/ppt/animationtypes.cxx')
-rw-r--r--oox/source/ppt/animationtypes.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/oox/source/ppt/animationtypes.cxx b/oox/source/ppt/animationtypes.cxx
index a79b0d6e0935..a6ba78872f76 100644
--- a/oox/source/ppt/animationtypes.cxx
+++ b/oox/source/ppt/animationtypes.cxx
@@ -31,7 +31,7 @@ using namespace ::com::sun::star::xml::sax;
namespace oox { namespace ppt {
// ST_TLTime
-Any GetTime( const ::rtl::OUString & val )
+Any GetTime( const OUString & val )
{
Any aDuration;
if( val.compareToAscii( "indefinite" ) == 0 )
@@ -47,7 +47,7 @@ Any GetTime( const ::rtl::OUString & val )
// ST_TLTimeAnimateValueTime
-Any GetTimeAnimateValueTime( const ::rtl::OUString & val )
+Any GetTimeAnimateValueTime( const OUString & val )
{
Any aPercent;
if( val.compareToAscii( "indefinite" ) == 0 )