https://bugs.documentfoundation.org/show_bug.cgi?id=148806

--- Comment #13 from Justin L <[email protected]> ---
DOCX: in terms of sending DOCUMENT OPEN to VBA, all the plumbing looks to be in
place. The only problem is an exception in 
mxVbaEvents.set( ooo::vba::createVBAUnoAPIServiceWithArgs(
   mpDocShell, "com.sun.star.script.vba.VBATextEventProcessor" , aArgs )
because no hasServiceName("com.sun.star.script.vba.VBATextEventProcessor")

Somehow we need this?
extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface*
Writer_SwVbaEventsHelper_get_implementation(
    css::uno::XComponentContext* context, css::uno::Sequence<css::uno::Any>
const& args)
{
    return cppu::acquire(new SwVbaEventsHelper(args, context));
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to