office-gobmx/sd/source
Noel Grandin f14b9d3029 convert (a>b?a:b) to std::max(a,b)
with something like:
   git grep -nP '(.*)\s*>\s*(.*)\s*\?\s*\g1\s*:\s*\g2'

Change-Id: I60b9a3a2a09162bc0de4c13fdde2c209696e5413
Reviewed-on: https://gerrit.libreoffice.org/47602
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2018-01-11 07:35:43 +01:00
..
core loplugin:unusedfields 2018-01-04 07:17:23 +01:00
filter tdf#114848 Don't save empty themes 2018-01-06 07:58:24 +01:00
helper
ui convert (a>b?a:b) to std::max(a,b) 2018-01-11 07:35:43 +01:00