On Sat, Nov 13, 2010 at 10:44:36PM +0100, Julien Nabet wrote:
Hello,
Here's again a small patch for the last changes to do that I've seen
in libs-core/connectivity
Julien.
(LGPLv3+ / MPL)
Pushed. I have changed two lines:
-::rtl::OUStringBuffer sVal= (::rtl::OUStringBuffer)
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("0x"));
+::rtl::OUStringBuffer sVal(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("0x"));
and
-::rtl::OUStringBuffer aSql = rtl::OUString::createFromAscii("CREATE TABLE ");
+::rtl::OUStringBuffer aSql(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("CREATE TABLE ")));
D.
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.