On 05/18/2014 11:30 AM, julien2412 wrote:
I noticed there are a lot of "Reference" without prefix.
Is there a way to be sure it's ok to replace these occurences by
cppu::UnoType... ?

cppu::getCppuType((<rtl::Reference<T>>*)0) does not make sense, so you can be pretty sure that an occurrence of cppu::getCppuType((<Reference<T>>*)0) does denote cppu::getCppuType((<css::uno::Reference<T>>*)0) and you can replace that with cppu::UnoType<T>::get().

Stephan
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to