[Libreoffice] [PUSHED] Replaced createFromAscii with RTL_CONSTASCII_USTRINGPARAM in /dbaccess/source/ in base repo

Santiago Alessandri salessandri at nasel.com.ar
Fri Nov 12 03:18:35 PST 2010


Oops, missed that ones, sry! Won't happen in the next patch =)

On Fri, Nov 12, 2010 at 4:20 AM, David Tardon <dtardon at redhat.com> wrote:

> 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.
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>



-- 
----
Santiago Alessandri
Forensic Analyst, Co-Founder.
Nasel Corporation
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20101112/70136e55/attachment.html>


More information about the LibreOffice mailing list