[Bug 54938] Adapt supportsService implementations to cppu::supportsService
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Oct 21 19:01:58 CEST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=54938
--- Comment #5 from Marcos Souza <marcos.souza.org at gmail.com> ---
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 on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20131021/1f13d842/attachment.html>
More information about the LibreOffice
mailing list