patch for postgresql driver

Noel Grandin noelgrandin at gmail.com
Tue Apr 16 11:25:30 PDT 2013


On Tue, Apr 16, 2013 at 6:36 PM, Wols Lists <antlists at youngman.org.uk> wrote:
>
> I need to force some type of type conversion - basically from "const
> char *" to "const rtl::OUString&", I presume.

You can either call
   matchIgnoreAsciiCase( OUString ( p ) )
or
   matchIgnoreAsciiCase( p, strlen(p) )


More information about the LibreOffice mailing list