Kaydet (Commit) 7fd9b826 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1212506 no need for ? : here

Change-Id: I771a59979ffa628c93421d65b2078292e104eeed
üst 6f32261f
......@@ -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#
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment