Kaydet (Commit) 24eeb4d2 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:implicitboolconversion

...similar to a2d814ac
"loplugin:implicitboolconversion"

Change-Id: Id664a066549498548c123e8dbdc68ba43af9348e
üst a2d814ac
...@@ -166,7 +166,7 @@ bool SvxPageItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const ...@@ -166,7 +166,7 @@ bool SvxPageItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const
} }
break; break;
case MID_PAGE_ORIENTATION: case MID_PAGE_ORIENTATION:
rVal <<= (bool) bLandscape; rVal <<= bLandscape;
break; break;
case MID_PAGE_LAYOUT : case MID_PAGE_LAYOUT :
{ {
......
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