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
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.