From 3099c70b11c7e5b80fe4dbe3dc99171fb38c6fc2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 17 Mar 2015 12:25:11 +0100 Subject: Fix various XServiceInfo implementations ...to match what is recorded in the .component files Change-Id: Ie548cd37872d3b8540222201afaac73040e65c8f --- animations/source/animcore/animcore.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'animations/source') 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 getSupportedServiceNames_SEQ() { Sequence aRet(1); - aRet.getArray()[0] = "com.sun.star.animations.SequenceTimContainer"; + aRet.getArray()[0] = "com.sun.star.animations.SequenceTimeContainer"; return aRet; } -- cgit v1.2.3