cppcanvas/source/mtfrenderer/implrenderer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit c16d64ad4f26382f5763bfb9f8f9216e76f289e0 Author: Tor Lillqvist <t...@iki.fi> AuthorDate: Tue Aug 28 11:24:02 2018 +0300 Commit: Tor Lillqvist <t...@iki.fi> CommitDate: Tue Aug 28 11:24:50 2018 +0300 Bin superfluous whitespace on empty line Change-Id: Ida0ab3cd78514b2c10f8e6655becefe794217f8c diff --git a/cppcanvas/source/mtfrenderer/implrenderer.cxx b/cppcanvas/source/mtfrenderer/implrenderer.cxx index b67e1e9def05..8108ffbb4564 100644 --- a/cppcanvas/source/mtfrenderer/implrenderer.cxx +++ b/cppcanvas/source/mtfrenderer/implrenderer.cxx @@ -1568,7 +1568,7 @@ namespace cppcanvas // #i44110# correct null-sized output - there // are metafiles which have zero size in at // least one dimension - + // Remark the 1L cannot be replaced, that would cause max to compare long/int const Size aMtfSizePix( std::max( aMtfSizePixPre.Width(), 1L ), std::max( aMtfSizePixPre.Height(), 1L ) ); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits