vcl/headless/svpgdi.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit 4260045035cc90179406da7c13a323d069d47089 Author: Caolán McNamara <caol...@redhat.com> Date: Mon Nov 30 13:58:31 2015 +0000
fix build, default operator will do Change-Id: I27888bdb0b14434e161e8dc3bd481eb372959ad8 (cherry picked from commit 8bf1ddc61619e40891e5351815892d865d1a3323) diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx index c1a5116..2eb8317 100644 --- a/vcl/headless/svpgdi.cxx +++ b/vcl/headless/svpgdi.cxx @@ -945,7 +945,6 @@ void SvpSalGraphics::invert( long nX, long nY, long nWidth, long nHeight, SalInv cairo_clip(cr); cairo_set_source_rgb(cr, 1.0, 1.0, 1.0); - cairo_set_operator(cr, CAIRO_OPERATOR_DIFFERENCE); cairo_mask(cr, pattern); cairo_pattern_destroy(pattern);
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits