summaryrefslogtreecommitdiff
path: root/poppler/CairoOutputDev.cc
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2019-12-02 22:17:52 +0100
committerAlbert Astals Cid <aacid@kde.org>2019-12-02 22:17:52 +0100
commitfc9f0f12e88a21e8f15e9b881351e8515c9b6179 (patch)
treec987e83ab755563ab991d0ca84e99e6fa644f70a /poppler/CairoOutputDev.cc
parent77aa3a007598c4c4836f45d355642d7240f7432b (diff)
enable modernize-use-bool-literals
No copyright, this is a mechanical change
Diffstat (limited to 'poppler/CairoOutputDev.cc')
-rw-r--r--poppler/CairoOutputDev.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/poppler/CairoOutputDev.cc b/poppler/CairoOutputDev.cc
index 393093e9..eac8ed09 100644
--- a/poppler/CairoOutputDev.cc
+++ b/poppler/CairoOutputDev.cc
@@ -1652,7 +1652,7 @@ void CairoOutputDev::beginTransparencyGroup(GfxState * /*state*/, const double *
/* we need to track the shape */
cairo_push_group (cairo_shape);
}
- if (0 && forSoftMask)
+ if (false && forSoftMask)
cairo_push_group_with_content (cairo, CAIRO_CONTENT_ALPHA);
else
cairo_push_group (cairo);