Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


On Thu, Nov 11, 2010 at 06:03:31PM -0300, Santiago Alessandri wrote:
Hi!

I'm attaching the patch for changing the use of createFromAscii
with RTL_CONSTASCII_USTRINGPARAM in the directories:
/dbaccess/source/shared/
/dbaccess/source/ui/app/
/dbaccess/source/ui/browser/
/dbaccess/source/ui/control/
/dbaccess/source/ui/dlg/
/dbaccess/source/ui/misc/

from the base repository.

Released under LGPLv3+ / MPL.

-- 
Santiago Alessandri

I only changed lines like

rtl::OUString aFoo = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("blah"));

to

rtl::OUString aFoo(RTL_CONSTASCII_USTRINGPARAM("blah"));

, which is the form we prefer.


D.

Context


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.