https://bugs.freedesktop.org/show_bug.cgi?id=54938

--- Comment #51 from Alexandre Vicenzi <vicenzi.alexan...@gmail.com> ---
Stephan,

And about this case? 

WizardsToolbarController doesn't inherit from XServiceInfo too, and I get some
problems when I tried to add XServiceInfo.

css::uno::Sequence<OUString>
WizardsToolbarController::getSupportedServiceNames()
throw (css::uno::RuntimeException)
{
    css::uno::Sequence< OUString > aRet(1);
    OUString* pArray = aRet.getArray();
    pArray[0] = "com.sun.star.frame.ToolbarController";
    return aRet;
}

in framework/source/uielement/popuptoolbarcontroller.cxx

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to