[Libreoffice-bugs] [Bug 132212] Text flow not correct after loading a large document

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun May 10 16:00:04 UTC 2020


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

--- Comment #12 from Telesto <telesto at surfxs.nl> ---
Created attachment 160608
  --> https://bugs.documentfoundation.org/attachment.cgi?id=160608&action=edit
Follow up Bibisect

I skipped one commit.. but this sounds very very plausible.. 

Bisected to
author  Jan-Marek Glogowski <glogow at fbihome.de> 2015-03-06 19:11:31 +0100
committer       Jan-Marek Glogowski <glogow at fbihome.de> 2015-03-06 20:00:34
+0100
commit  9b4abcd1c45a646a1ac9120fe1c489ba6bb44e95 (patch)
tree    049271c64e942242bee5ffb325497a6a8127780a
parent  acaafc03e623ac25d4408605f34d50618926c5d0 (diff)
Little build fix to Windows ScRefreshTimer
For whatever reason "objdump.exe -t xicontent.o" on Windows now
lists Start at ScRefreshTimer@@EAEXXZ (probably because it's now
a virtual function). Also the reference to SetRefreshDelay
vanished after dropping the virtual keyword from SetRefreshDelay.

The linux object file doesn't even refer to a ScRefreshTimer
function. Start() can stay private, as the timer is handled via
SetRefreshDelay.

Probably Stop() should also become private in this case.

This also reverts 2c0189a8a3aeb3668bf6de1ea1958ba475b80a38

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200510/fcce7218/attachment.htm>


More information about the Libreoffice-bugs mailing list