diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-12 13:07:11 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-12 13:08:45 +0100 |
commit | 657b42d7ebc9cf73a47aa9c9200706ee164a679c (patch) | |
tree | 2d47f468d3b1379a542a14754dd6bfa52e5de2b4 /animations/source | |
parent | 230a02dbb5b83ff4af1a31489e340f1fabb46096 (diff) |
native-code: animcore_component_getFactory -> ctors
Change-Id: Ife39c5114f946244691c72c9defa8854fdf8a1b6
Diffstat (limited to 'animations/source')
-rw-r--r-- | animations/source/animcore/animcore.component | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animations/source/animcore/animcore.component b/animations/source/animcore/animcore.component index c6c4cce72eb1..2f490aa0ae06 100644 --- a/animations/source/animcore/animcore.component +++ b/animations/source/animcore/animcore.component @@ -20,7 +20,7 @@ <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="animcore::Animate" - constructor="com_sun_star_animations_Animate_get_implementation">> + constructor="com_sun_star_animations_Animate_get_implementation"> <service name="com.sun.star.animations.Animate"/> </implementation> <implementation name="animcore::AnimateColor" |