On Fri, Apr 06, 2012 at 09:15:41AM -0300, Olivier Hallot 
<olivier.hal...@alta.org.br> wrote:
> Also, please confirm if I get it right:
> 
> - rtl::OUString aOUstring = OUString("foo");
> + rtl::OUString aOUString = "foo";

Or even, the shorter and more C++-ish:

rtl::OUString aOUString("foo");
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to