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
Context
- OUString and UNO_LB_UNO · Ricardo Montania
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.