From 8a5069cbaacf8a78ee66d6d8f2a46daefe1bec56 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 18 Mar 2015 17:23:38 +0000 Subject: and this is why hundreds of odps and ppts fail to load Change-Id: I93a2d04a8e8d6d12651747598172e1254835b888 --- sd/source/ui/unoidl/randomnode.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 const &) { return cppu::acquire(new sd::RandomAnimationNode()); -- cgit