Re: OUString and UNO_LB_UNO

2012-09-04 Thread Stephan Bergmann
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 +

OUString and UNO_LB_UNO

2012-09-04 Thread Ricardo Montania
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