svx/source/svdraw/svdpdf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit d20c39d1b07a2c55de442cb4e0859fbb939af78b Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Oct 19 10:32:26 2018 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Oct 19 22:26:41 2018 +0200 copy and paste error Change-Id: Idfb9772912b52fa6cd33546953def4f65ac75e52 Reviewed-on: https://gerrit.libreoffice.org/61983 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/svx/source/svdraw/svdpdf.hxx b/svx/source/svdraw/svdpdf.hxx index fac2847e953e..bc3ba11946f6 100644 --- a/svx/source/svdraw/svdpdf.hxx +++ b/svx/source/svdraw/svdpdf.hxx @@ -143,7 +143,7 @@ class ImpSdrPdfImport final if (top > bottom) bottom = std::max(leftBottomY, rightBottomY); else - bottom = std::max(leftBottomY, rightBottomY); + bottom = std::min(leftBottomY, rightBottomY); } std::string toString() const _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits