<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - preserve CSV delimiter"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=127938">127938</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>preserve CSV delimiter
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Calc
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>arshamatonyan@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
then opening file as csv , calc doesnt preserve document delimiter. so then
saving the document it overrides delimiter set default in calc.
unless one saves with "Save As" and tickes filter checkbox, he will get
delimiter selection option.

Steps to Reproduce:
1.open calc and fill some data in the cells
2.press "Save As" to save the document as "Text CSV", make sure you ticked
"edit filter settings" 
3. in opened dialog select "Field delimiter" from "," to ";" and press ok.
4. open saved document with notepad or any text editor. now the file has been
saved as text and fields separeted with ";" delimiter. close the document.
5. click "Save" in Calc. open the saved document again with text editor, now
you notice that delimiter changed to ","

Actual Results:
,,,,,,,,,

Expected Results:
;;;;;;;;


Reproducible: Always


User Profile Reset: No



Additional Info:</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>