Oops, missed that ones, sry! Won&#39;t happen in the next patch =)<div><br></div><div><div class="gmail_quote">On Fri, Nov 12, 2010 at 4:20 AM, David Tardon <span dir="ltr">&lt;<a href="mailto:dtardon@redhat.com">dtardon@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Thu, Nov 11, 2010 at 06:03:31PM -0300, Santiago Alessandri wrote:<br>
&gt; Hi!<br>
&gt;<br>
&gt; I&#39;m attaching the patch for changing the use of createFromAscii<br>
&gt; with RTL_CONSTASCII_USTRINGPARAM in the directories:<br>
&gt; /dbaccess/source/shared/<br>
&gt; /dbaccess/source/ui/app/<br>
&gt; /dbaccess/source/ui/browser/<br>
&gt; /dbaccess/source/ui/control/<br>
&gt; /dbaccess/source/ui/dlg/<br>
&gt; /dbaccess/source/ui/misc/<br>
&gt;<br>
&gt; from the base repository.<br>
&gt;<br>
&gt; Released under LGPLv3+ / MPL.<br>
&gt;<br>
&gt; --<br>
&gt; Santiago Alessandri<br>
<br>
</div></div>I only changed lines like<br>
<br>
rtl::OUString aFoo = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(&quot;blah&quot;));<br>
<br>
to<br>
<br>
rtl::OUString aFoo(RTL_CONSTASCII_USTRINGPARAM(&quot;blah&quot;));<br>
<br>
, which is the form we prefer.<br>
<br>
<br>
D.<br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>----<br>Santiago Alessandri<br>Forensic Analyst, Co-Founder.<br>Nasel Corporation<br>
</div>