Hi everyone. I've received a suggestion about the change from my patch:

(...)
Remove "RTL_CONSTASCII_USTRINGPARAM". Like this:

- -    binaryUno_(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_LB_UNO))),
+    binaryUno_(OUString(UNO_LB_UNO)),

or

+    binaryUno_(UNO_LB_UNO),
if UNO_LB_UNO is a valid type to OUString (check)
(...)


How can I check? Just recompile the module or dbg is necessary?

Thanks.

-- 
Ricardo Montania Prado de Campos
http://www.linuxafundo.com.br
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to