<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Undo after autocorrect two initial capitals disables auto-correction two initial capitals at profile level"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142719#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Undo after autocorrect two initial capitals disables auto-correction two initial capitals at profile level"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142719">bug 142719</a>
              from <span class="vcard"><a class="email" href="mailto:telesto@surfxs.nl" title="Telesto <telesto@surfxs.nl>"> <span class="fn">Telesto</span></a>
</span></b>
        <pre>Created <span class=""><a href="https://bugs.documentfoundation.org/attachment.cgi?id=172828" name="attach_172828" title="Bibisect log">attachment 172828</a> <a href="https://bugs.documentfoundation.org/attachment.cgi?id=172828&action=edit" title="Bibisect log">[details]</a></span>
Bibisect log

Bisected to:
author  Michael Stahl <<a href="mailto:mstahl@redhat.com">mstahl@redhat.com</a>>       2015-09-07 21:52:49 +0200
committer       Michael Stahl <<a href="mailto:mstahl@redhat.com">mstahl@redhat.com</a>>       2015-09-07 22:00:27
+0200
commit  5adc8ee343e5c32d30095bc4005b7b022016b745 (patch)
tree    8148a23a2b68e26b43a308c71fac3feb43319814
parent  4ff0032528d7aebb0de5cf045a39972a2769029f (diff)
sw: fix newly created document being modified
After the document is created, an event is dispatched on the main loop
that calls SfxPickList::Notify(), which modifies document properties.

It tries to prevent setting the document to modified by calling
SfxObjectShell::EnableSetModified(false), but Writer cunningly outwits
it by simply having its own independent(?) modified flag that is set
unconditionally in DocumentStatisticsManager::DocInfoChgd().

Let's assume that if the modified flag shouldn't be modified in
SfxObjectShell, it shouldn't be modified in DocumentStatisticsManager.

Somehow in 4.4 and 4.3 the same thing was going on, but it didn't result
in a visibly enabled Save icon in the UI, but with 5.0 it does - cannot
easily bisect why that changed due to <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - UI: Switching between Style and Formatting tabs changes document status to modified"
   href="show_bug.cgi?id=91383">tdf#91383</a>.

<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=5adc8ee343e5c32d30095bc4005b7b022016b745">https://cgit.freedesktop.org/libreoffice/core/commit/?id=5adc8ee343e5c32d30095bc4005b7b022016b745</a></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>