[Libreoffice-commits] core.git: sd/source

Caolán McNamara caolanm at redhat.com
Wed Mar 18 10:24:14 PDT 2015


 sd/source/ui/unoidl/randomnode.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8a5069cbaacf8a78ee66d6d8f2a46daefe1bec56
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Mar 18 17:23:38 2015 +0000

    and this is why hundreds of odps and ppts fail to load
    
    Change-Id: I93a2d04a8e8d6d12651747598172e1254835b888

diff --git a/sd/source/ui/unoidl/randomnode.cxx b/sd/source/ui/unoidl/randomnode.cxx
index c9647c0..05a460f 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());


More information about the Libreoffice-commits mailing list