https://bugs.documentfoundation.org/show_bug.cgi?id=160870
--- Comment #3 from ardv <[email protected]> --- my be the fix is to edit thi file: sw/source/core/text/txtftn.cxx add this: #include <swtypes.hxx> ad change this: return rNum.GetNumStr( nVirtNum ); to: // Keep the visual order of page numbers stable when they are inserted into // RTL continuation notices (e.g. footnote "continued from/to page" text). const OUString aNumber = rNum.GetNumStr(nVirtNum); return OUStringChar(CHAR_LRM) + aNumber + OUStringChar(CHAR_LRM); i hope that you can confirm this fix -- You are receiving this mail because: You are the assignee for the bug.
