On Tue, Apr 16, 2013 at 6:36 PM, Wols Lists <antli...@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) )
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to