<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    just to get a feeling for string treatment:<br>
    <br>
    Could this<br>
    <pre wrap="">+        m_pDoc-&gt;InsertTab(0, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Sheet1")));
+        m_pDoc-&gt;InsertTab(1, rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Sheet2")));
</pre>
    (now having Lubos' patch) be written as<br>
    <br>
    <pre wrap="">+        m_pDoc-&gt;InsertTab(0, rtl::OUString("Sheet1"));
+        m_pDoc-&gt;InsertTab(1, rtl::OUString("Sheet2"));</pre>
    ?<br>
    <br>
    Christina<br>
    <br>
    Am 02.04.2012 21:55, schrieb karthik padmanabhan:
    <blockquote
cite="mid:CAExadt1e7iM7k5dJ-WHjc8nmCdfVRNLi_ERcQzVNC-mPj9mucw@mail.gmail.com"
      type="cite"><span style="color: rgb(34, 34, 34); font-family:
        arial,sans-serif; font-size: 13px; background-color: rgb(255,
        255, 255);">Hi ,&nbsp;</span>
      <div style="color: rgb(34, 34, 34); font-family: arial,sans-serif;
        font-size: 13px; background-color: rgb(255, 255, 255);">
        <br>
      </div>
      <div style="color: rgb(34, 34, 34); font-family: arial,sans-serif;
        font-size: 13px; background-color: rgb(255, 255, 255);">I'm
        submitting a patch for the easy hack 39749. I have written one
        test that tests the RenameTable() function in ScDocFunc class</div>
      <div style="color: rgb(34, 34, 34); font-family: arial,sans-serif;
        font-size: 13px; background-color: rgb(255, 255, 255);"><br>
      </div>
      <div style="color: rgb(34, 34, 34); font-family: arial,sans-serif;
        font-size: 13px; background-color: rgb(255, 255, 255);">
        Thanks and Regards</div>
      <div style="color: rgb(34, 34, 34); font-family: arial,sans-serif;
        font-size: 13px; background-color: rgb(255, 255, 255);">Karthik</div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
LibreOffice mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/libreoffice">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>