[PATCH] WIP: date/time IDL datatypes incompatible change
Lionel Elie Mamane
lionel at mamane.lu
Sun Apr 14 07:18:58 PDT 2013
On Sun, Apr 14, 2013 at 02:22:54PM +0200, Thomas Arnhold wrote:
> are those OUString(buf.getStr()) necessary? I think it's working as
> it was before :)
> See sax/qa/cppunit/test_converter.cxx (afaik it's only in this file):
> - SAL_INFO("sax.cppunit","" << buf.getStr());
> + SAL_INFO("sax.cppunit","" << OUString(buf.getStr()));
Err... Indeed. Not sure why I changed that, I suppose there must have
been a reason.
I've changed it back.
--
Lionel
More information about the LibreOffice
mailing list