Kaydet (Commit) d20c39d1 authored tarafından Caolán McNamara's avatar Caolán McNamara

copy and paste error

Change-Id: Idfb9772912b52fa6cd33546953def4f65ac75e52
Reviewed-on: https://gerrit.libreoffice.org/61983
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 919fb9c9
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment