From 7fd9b8268f87831e2728b5def34cc5e97ed16ab0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 24 Oct 2014 11:46:14 +0100 Subject: coverity#1212506 no need for ? : here Change-Id: I771a59979ffa628c93421d65b2078292e104eeed --- sw/source/core/layout/paintfrm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/source/core/layout/paintfrm.cxx b/sw/source/core/layout/paintfrm.cxx index 57cbeb7753ac..8c177fc0f6b9 100644 --- a/sw/source/core/layout/paintfrm.cxx +++ b/sw/source/core/layout/paintfrm.cxx @@ -6648,7 +6648,7 @@ void SwFrm::PaintBackground( const SwRect &rRect, const SwPageFrm *pPage, } } else - bLowMode = bLowerMode ? sal_True : sal_False; + bLowMode = bLowerMode; } // OD 05.09.2002 #102912# -- cgit