Hi everyone. I've received a suggestion about the change from my patch:<br><br>(...)<br>Remove "RTL_CONSTASCII_USTRINGPARAM". Like this:<br>
<br>
- -    binaryUno_(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(UNO_LB_UNO))),<br><div id=":16">
+    binaryUno_(OUString(UNO_LB_UNO)),<br>
<br>or<br><br>
+    binaryUno_(UNO_LB_UNO),<br>if UNO_LB_UNO is a valid type to OUString (check)<br>(...)<br></div><br clear="all"><br>How can I check? Just recompile the module or dbg is necessary?<br><br>Thanks.<br><br>-- <br><div><font color="#666666">Ricardo Montania Prado de Campos</font><font color="#666666"><br>
</font></div><div><a href="http://www.linuxafundo.com.br" target="_blank"><font color="#666666">http://www.linuxafundo.com.br</font></a></div><div><font color="#666666"><br></font></div><div><br></div><br>