<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - no save please when there is no changes but just links updated"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111983">bug 111983</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEEDINFO
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>vstuart.foote@utsa.edu
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Severity</td>
           <td>normal
           </td>
           <td>enhancement
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - no save please when there is no changes but just links updated"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111983#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - no save please when there is no changes but just links updated"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=111983">bug 111983</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>Seems folks need a reminder of what actually happens under the hood in
LibreOffice.

A native ODF document is _not_ "opened" into LibreOffice--rather its XML is
read and filters import its elements for rendering to document canvas. The
original ODF is set aside to temporary storage (and a lock file may be set).

When exiting from the document:

-- "saving" the document to ODF _always_ writes a completely new ODF
archive--whether any changes were made to the document content or not, the
original is destroyed.

or

-- "closing" the document, from the File -> Close menu, or the "X" widget on
the LibreOffice main Menu, or even from the OS/DE Window Manager--LibreOffice
will alert to unsaved changes. 

User is _always_ prompted to Save Document with an alert dialog with button
widgets to:

   Save -- will trigger the filter export to ODF, and will _always_ overwrite
the original.

   Don't Save -- will close the document deleting internal changes, and release
the original _always_ unchanged (system security on the file object may show
access).

   Cancel -- will drop the close action and return focus to document canvas.

There are other actions for exiting of course--e.g. a "save as" that exposes
use of export filters for ODF document formats, or other external formats, but
that when used release the original ODF document (and lock) unchanged. 

The Export choices do the same, but instead keep the document open to canvas
(its original ODF held in temp space--a Close -> Don't save would restore it
unchanged releasing its lock).

But that is it! It works the same in all modules, and functions as is needed
consistently for consistent UI.  The defaults are sane, and fair warning is
given in the alert prior to any loss.

WONTFIX</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>