| commit | dc5be8f6020dd812664af250d03d2a14b9e8a3cb | [log] |
|---|---|---|
| author | Noel Grandin <noel.grandin@collabora.co.uk> | Thu Feb 27 16:26:00 2020 +0200 |
| committer | Noel Grandin <noel.grandin@collabora.co.uk> | Thu Feb 27 17:23:05 2020 +0100 |
| tree | 84a6d64a2e70e9e98c0a903f48a7f0574adde0cd | |
| parent | 2a00d51150d410110602c953b3c3895debfcaa98 [diff] |
tdf#130679 Draw: Convert to polygon doesn't work regression from commit 1cd32bcf1b92bd53320717626601135623dadd55 Date: Mon Dec 10 11:28:59 2018 +0200 loplugin:useuniqueptr in vcl Change-Id: I7753f54822d0249d1fcda97581051d023969fc2f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89636 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
diff --git a/vcl/source/gdi/impvect.cxx b/vcl/source/gdi/impvect.cxx index d060b9d..8f268d0 100644 --- a/vcl/source/gdi/impvect.cxx +++ b/vcl/source/gdi/impvect.cxx
@@ -129,7 +129,7 @@ static bool ImplColorSetCmpFnc( const ImplColorSet& lhs, const ImplColorSet& rhs const sal_uInt8 cLum2 = rhs.maColor.GetLuminance(); return cLum1 < cLum2; } return lhs.mbSet < rhs.mbSet; return lhs.mbSet > rhs.mbSet; } namespace {