vcl/source/outdev/bitmap.cxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
New commits: commit 0898838bc962bae9ab698e1f585a67d832260110 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Jul 31 21:04:45 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sat Aug 1 16:11:23 2020 +0200 tidy up language a bit Change-Id: I3bc840da190e50f03bbd1cc57f49fbdb809e4be5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99901 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index 83c1843a5300..508b7df307d3 100644 --- a/vcl/source/outdev/bitmap.cxx +++ b/vcl/source/outdev/bitmap.cxx @@ -1215,13 +1215,13 @@ void OutputDevice::DrawTransformedBitmapEx( const bool bMetafile(nullptr != mpMetaFile); /* - tdf#135325 typically in these OutputDevice methods the in - record-to-metafile case MetaFile is already written to before the test - against mbOutputClipped to determine that output to the current device - would result in no visual output. In this case the metafile is written - after the test, so we must continue past mbOutputClipped if recording to - a metafile. It's typical to record with a device of nominal size and - play back later against something of a totally different size. + tdf#135325 typically in these OutputDevice methods, for the in + record-to-metafile case the MetaFile is already written to before the + test against mbOutputClipped to determine that output to the current + device would result in no visual output. In this case the metafile is + written after the test, so we must continue past mbOutputClipped if + recording to a metafile. It's typical to record with a device of nominal + size and play back later against something of a totally different size. */ if (mbOutputClipped && !bMetafile) return; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits