summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
Diffstat (limited to 'animations')
-rw-r--r--animations/source/animcore/animcore.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx
index 9b804a929235..d3f0b870745a 100644
--- a/animations/source/animcore/animcore.cxx
+++ b/animations/source/animcore/animcore.cxx
@@ -523,7 +523,7 @@ OUString getImplementationName_PAR()
Sequence<OUString> getSupportedServiceNames_SEQ()
{
Sequence<OUString> aRet(1);
- aRet.getArray()[0] = "com.sun.star.animations.SequenceTimContainer";
+ aRet.getArray()[0] = "com.sun.star.animations.SequenceTimeContainer";
return aRet;
}