On 09/04/2012 02:33 AM, Ricardo Montania wrote:
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
+
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 val