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

--- Comment #12 from Telesto <tele...@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 <glo...@fbihome.de> 2015-03-06 19:11:31 +0100
committer       Jan-Marek Glogowski <glo...@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@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to