https://bugs.documentfoundation.org/show_bug.cgi?id=149189
raal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from raal <[email protected]> --- (In reply to Andreas Heinisch from comment #4) > I tried to bisect the issue, but I have no idea if I hit the right commit: > 61cb66513bfdaa5e47fb419d476107b40e62e7d0 is the first bad commit > commit 61cb66513bfdaa5e47fb419d476107b40e62e7d0 > Author: Norbert Thiebaud <[email protected]> > Date: Sat Jul 9 12:38:32 2016 -0700 > > source sha:64e1113916a6b19b30f95b454018528571ac84df > > source sha:64e1113916a6b19b30f95b454018528571ac84df > > instdir/program/mswordlo.dll | Bin 2338816 -> 2338816 bytes > instdir/program/swlo.dll | Bin 13363200 -> 13364736 bytes > instdir/program/swuilo.dll | Bin 2340864 -> 2340864 bytes > instdir/program/vbaswobjlo.dll | Bin 1238528 -> 1238528 bytes > instdir/program/version.ini | 2 +- > 5 files changed, 1 insertion(+), 1 deletion(-) Looks relevant: https://git.libreoffice.org/core/+/64e1113916a6b19b30f95b454018528571ac84df You can check it with following: git checkout 61cb66513bfdaa5e47fb419d476107b40e62e7d0 -> bug should be here git checkout HEAD~1 -> bug should not be here (move one commit before 61cb66513bfdaa5e47fb419d476107b40e62e7d0) -- You are receiving this mail because: You are the assignee for the bug.
