https://bugs.documentfoundation.org/show_bug.cgi?id=103736

--- Comment #33 from Julien Nabet <serval2...@yahoo.fr> ---
In dbaccess/source/ui/querydesign/QueryDesignView.cxx, line 666 from
GenerateSelectList method I tried to change this line:
OUStringBuffer aTmpStr2( field->GetFunction());
to:
OUStringBuffer aTmpStr2(field->GetFunction().replaceAll(OUStringLiteral1(" "),
OUStringLiteral1(a0)));
to replace plain space by an unbreakable space, still the same result.
I'm stuck :-(

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to