[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/headless
Caolán McNamara
caolanm at redhat.com
Mon Nov 30 06:00:23 PST 2015
vcl/headless/svpgdi.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 4260045035cc90179406da7c13a323d069d47089
Author: Caolán McNamara <caolanm at 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);
More information about the Libreoffice-commits
mailing list