On Fri, 2010-10-29 at 11:59 +0100, Caolán McNamara wrote:
> On Fri, 2010-10-29 at 09:52 +0200, Cedric Bosdonnat wrote:
> > The problem here is to get a C string from them: here are some examples:
> >  * from OUString:
> >     rtl::OUStringToOString( sOUStr, RTL_TEXTENCODING_UTF8 ).getStr() 

        Much as I hate the over-use of operator overloading, and the streams
idiom; is there a good reason why we can't have some

        osl::OutputStrm  << "foo" << aString << "\n";

        type thing ? [ as long as we don't go wild and start using this mess
all over the place ;-].

        Thoughts ?

                Michael.

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


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

Reply via email to