Hi Wols,

On Tue, 2013-04-16 at 21:03 +0100, Wols Lists wrote:
>             if( args[i].Name.matchIgnoreAsciiCase( OUString(
> keyword_list[j]), strlen( keyword_list[j] )))
>             {

        I guess that a different matchIgnoreAsciiCase call is happening and/or
the OUString constructor is confused :-)

-if( args[i].Name.matchIgnoreAsciiCase( OUString(keyword_list[j]), strlen( 
keyword_list[j] )))
+if( args[i].Name.matchIgnoreAsciiCase( OUString(keyword_list[j], strlen( 
keyword_list[j] ))))

        Or somesuch, or use matchIgnoreAsciiCaseL instead - which might be 
better.

        HTH !

                Michael.
            
-- 
michael.me...@suse.com  <><, Pseudo Engineer, itinerant idiot

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to