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

--- Comment #5 from Marcos Souza <[email protected]> ---
In reportdesign, I saw a lot of uses of comhelper::existsValue:

::sal_Bool SAL_CALL OToolboxController::supportsService( const OUString&
ServiceName ) throw (uno::RuntimeException)
{
    return
::comphelper::existsValue(ServiceName,getSupportedServiceNames_Static());
}

We want to remove this too and use cppuhelper::supportsService?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to