summaryrefslogtreecommitdiffstats
path: root/animations/source/animcore/animcore.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-03-11 16:50:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-03-11 18:27:36 +0100
commit6d97df009dc9cf733781643b00911e5324e1a6f5 (patch)
tree91a8e1c2f46215ed67af5b9bad0723bc5c28f0a8 /animations/source/animcore/animcore.cxx
parentanimations: convert animcore.component to constructor usage (diff)
downloadcore-6d97df009dc9cf733781643b00911e5324e1a6f5.tar.gz
core-6d97df009dc9cf733781643b00911e5324e1a6f5.zip
Clean up previous commit
...and fix AnimationNode::getSupportedServiceNames Change-Id: I199bc5a58174873794f082b149352359918bfc6b
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: