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

--- Comment #3 from Telesto <[email protected]> ---
Created attachment 143534
  --> https://bugs.documentfoundation.org/attachment.cgi?id=143534&action=edit
Bibisect log

Bisected to
author  Noel Grandin <[email protected]>     2018-01-08 17:01:49
+0200
committer       Noel Grandin <[email protected]>     2018-01-11
07:35:43 +0100
commit  f14b9d30293f180500fc56d81e5390021758e7c1 (patch)
tree    a6cd0b853169203cfa0953230e6774e7b1dd81b4
parent  d11120b95ee27cb4b05db466ed07f7a996dda125 (diff)
convert (a>b?a:b) to std::max(a,b)
with something like:
   git grep -nP '(.*)\s*>\s*(.*)\s*\?\s*\g1\s*:\s*\g2'

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to