Re: lo master debug build aborts on OUString NULL check in strtmpl.hxx/newFromStr

2022-08-13 Thread Noel Grandin
OUString cannot be NULL. Possibly you mean empty? For which there is an isEmpty() method.

lo master debug build aborts on OUString NULL check in strtmpl.hxx/newFromStr

2022-08-13 Thread Oliver Brinzing
Hi, with lo master debug build: OUString x; OUString test = ((x==NULL) || (x.getLenght()==0) ) ? OUString("a") : OUString("b"); will abort lo: template void newFromStr( IMPL_RTL_STRINGDATA** ppThis, const