OUString and UNO_LB_UNO

Ricardo Montania ricardo at linuxafundo.com.br
Mon Sep 3 17:33:13 PDT 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120903/5098cd51/attachment-0001.html>


More information about the LibreOffice mailing list