summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-24 21:10:48 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-24 21:10:48 +0200
commit24eeb4d286471e4a2103c15efc624a565112ca32 (patch)
tree67a1ca79e79190680effebb583811ec19dd8a297 /svx
parenta2d814ac1d7beb6fbe4b9cb7b75814f4b08b8e59 (diff)
loplugin:implicitboolconversion
...similar to a2d814ac1d7beb6fbe4b9cb7b75814f4b08b8e59 "loplugin:implicitboolconversion" Change-Id: Id664a066549498548c123e8dbdc68ba43af9348e
Diffstat (limited to 'svx')
-rw-r--r--svx/source/items/pageitem.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/items/pageitem.cxx b/svx/source/items/pageitem.cxx
index 18c4981473ce..1da923284439 100644
--- a/svx/source/items/pageitem.cxx
+++ b/svx/source/items/pageitem.cxx
@@ -166,7 +166,7 @@ bool SvxPageItem::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const
}
break;
case MID_PAGE_ORIENTATION:
- rVal <<= (bool) bLandscape;
+ rVal <<= bLandscape;
break;
case MID_PAGE_LAYOUT :
{