diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 17:23:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-18 17:23:38 +0000 |
commit | 8a5069cbaacf8a78ee66d6d8f2a46daefe1bec56 (patch) | |
tree | cde6598aac43b07b84ed9b691f5ef9db321117fe | |
parent | cb4a8ec096564339dd0592c6782f85886d3ecb85 (diff) |
and this is why hundreds of odps and ppts fail to load
Change-Id: I93a2d04a8e8d6d12651747598172e1254835b888
-rw-r--r-- | sd/source/ui/unoidl/randomnode.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/randomnode.cxx b/sd/source/ui/unoidl/randomnode.cxx index c9647c0408d6..05a460f967b2 100644 --- a/sd/source/ui/unoidl/randomnode.cxx +++ b/sd/source/ui/unoidl/randomnode.cxx @@ -570,7 +570,7 @@ Sequence< OUString > RandomAnimationNode::getSupportedServiceNames(void) throw(s } extern "C" SAL_DLLPUBLIC_EXPORT ::com::sun::star::uno::XInterface* SAL_CALL -com_sun_star_comp_embed_MSOLEObjectSystemCreator_get_implementation(::com::sun::star::uno::XComponentContext*, +RandomAnimationNode_get_implementation(::com::sun::star::uno::XComponentContext*, ::com::sun::star::uno::Sequence<css::uno::Any> const &) { return cppu::acquire(new sd::RandomAnimationNode()); |