https://bugs.documentfoundation.org/show_bug.cgi?id=145773

David <eaglevi...@protonmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bibisected
                 CC|                            |nagy.tib...@nisz.hu

--- Comment #5 from David <eaglevi...@protonmail.com> ---
The option to collect endnotes at the end of a section in new documents works
again after making the following changes in the code for the recent commit:

In sw/source/uibase/uno/SwXDocumentSettings.cxx, under the "case
HANDLE_FOOTNOTE_IN_COLUMN_TO_PAGEEND:" statement on line 1025, change

  bool bTmp;

to:
  return; 
  bool bTmp;


In sw/source/uibase/app/docshini.cxx, line 292, change

   m_xDoc->getIDocumentSettingAccess().set(
DocumentSettingId::FOOTNOTE_IN_COLUMN_TO_PAGEEND, true);

to:

 m_xDoc->getIDocumentSettingAccess().set(
DocumentSettingId::FOOTNOTE_IN_COLUMN_TO_PAGEEND, false);

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to