summaryrefslogtreecommitdiffstats
path: root/animations/source/animcore/animcore.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'animations/source/animcore/animcore.cxx')
-rw-r--r--animations/source/animcore/animcore.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/animations/source/animcore/animcore.cxx b/animations/source/animcore/animcore.cxx
index 1f6d43d2817a..9b804a929235 100644
--- a/animations/source/animcore/animcore.cxx
+++ b/animations/source/animcore/animcore.cxx
@@ -58,8 +58,6 @@
#include <algorithm>
#include <string.h>
-#include <factreg.hxx>
-
using ::osl::Mutex;
using ::osl::Guard;
using ::cppu::OInterfaceContainerHelper;
@@ -901,6 +899,8 @@ Sequence< OUString > AnimationNode::getSupportedServiceNames(void) throw(std::ex
return getSupportedServiceNames_ANIMATEMOTION();
case AnimationNodeType::TRANSITIONFILTER:
return getSupportedServiceNames_TRANSITIONFILTER();
+ case AnimationNodeType::ANIMATETRANSFORM:
+ return getSupportedServiceNames_ANIMATETRANSFORM();
case AnimationNodeType::AUDIO:
return getSupportedServiceNames_AUDIO();
case AnimationNodeType::COMMAND: