Kaydet (Commit) 8c1d444c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

More loplugin:simplifybool

Change-Id: I7343f857dcf506b4f1d06e248fc02b783f33d42f
üst 510f056d
......@@ -178,7 +178,7 @@ namespace drawinglayer
const bool bViewportUsed(!maViewport.isEmpty());
const bool bTimeUsed(0.0 < mfViewTime);
const bool bVisualizedPageUsed(mxVisualizedPage.is());
const bool bReducedDisplayQualityUsed(true == mbReducedDisplayQuality);
const bool bReducedDisplayQualityUsed(mbReducedDisplayQuality);
const bool bExtraInformation(mxExtendedInformation.hasElements());
sal_uInt32 nIndex(0);
const sal_uInt32 nCount(
......
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