Date: prev next · Thread: first prev next last
2014 Archives by date, by thread · List index


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

--- Comment #52 from Stephan Bergmann <sbergman@redhat.com> ---
(In reply to comment #51)
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

Yes, looks like all those derivatives of PopupMenuToolbarController erroneously
fail to inherit from XServiceInfo.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.