sw/source/core/unocore/unostyle.cxx |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 38baed1ececf311410c7f9c3ccdd435e3690cc09
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Tue Jul 1 14:35:42 2014 +0200

    loplugin:literaltoboolconversion
    
    Change-Id: I5f591b3e57d9f5bb5395a7378af493a3d551a3ad

diff --git a/sw/source/core/unocore/unostyle.cxx 
b/sw/source/core/unocore/unostyle.cxx
index f8d85db..4c13a5c 100644
--- a/sw/source/core/unocore/unostyle.cxx
+++ b/sw/source/core/unocore/unostyle.cxx
@@ -3527,7 +3527,7 @@ void SAL_CALL SwXPageStyle::SetPropertyValues_Impl(
                     {
                         const SvxSetItem* pSetItem = 0;
 
-                        if(SFX_ITEM_SET == 
aBaseImpl.GetItemSet().GetItemState(bFooter ? SID_ATTR_PAGE_FOOTERSET : 
SID_ATTR_PAGE_HEADERSET, sal_False, (const SfxPoolItem**)&pSetItem))
+                        if(SFX_ITEM_SET == 
aBaseImpl.GetItemSet().GetItemState(bFooter ? SID_ATTR_PAGE_FOOTERSET : 
SID_ATTR_PAGE_HEADERSET, false, (const SfxPoolItem**)&pSetItem))
                         {
                             // create a new SvxSetItem and get it's ItemSet as 
new target
                             SvxSetItem* pNewSetItem = static_cast< SvxSetItem* 
>(pSetItem->Clone());
@@ -3727,7 +3727,7 @@ uno::Sequence< uno::Any > SAL_CALL 
SwXPageStyle::GetPropertyValues_Impl(
                         const SfxItemSet& rSet = xStyle->GetItemSet();
                         const SvxSetItem* pSetItem;
 
-                        if(SFX_ITEM_SET == rSet.GetItemState(bFooter ? 
SID_ATTR_PAGE_FOOTERSET : SID_ATTR_PAGE_HEADERSET, sal_False, (const 
SfxPoolItem**)&pSetItem))
+                        if(SFX_ITEM_SET == rSet.GetItemState(bFooter ? 
SID_ATTR_PAGE_FOOTERSET : SID_ATTR_PAGE_HEADERSET, false, (const 
SfxPoolItem**)&pSetItem))
                         {
                             // get from SfxItemSet of the corresponding 
SfxSetItem
                             const SfxItemSet& rSetSet = pSetItem->GetItemSet();
@@ -3799,7 +3799,7 @@ uno::Sequence< uno::Any > SAL_CALL 
SwXPageStyle::GetPropertyValues_Impl(
                         rtl::Reference< SwDocStyleSheet > xStyle( new 
SwDocStyleSheet( *(SwDocStyleSheet*)pBase ) );
                         const SfxItemSet& rSet = xStyle->GetItemSet();
                         const SvxSetItem* pSetItem;
-                        if(SFX_ITEM_SET == rSet.GetItemState(bFooter ? 
SID_ATTR_PAGE_FOOTERSET : SID_ATTR_PAGE_HEADERSET, sal_False, (const 
SfxPoolItem**)&pSetItem))
+                        if(SFX_ITEM_SET == rSet.GetItemState(bFooter ? 
SID_ATTR_PAGE_FOOTERSET : SID_ATTR_PAGE_HEADERSET, false, (const 
SfxPoolItem**)&pSetItem))
                         {
                             // set at SfxItemSet of the corresponding 
SfxSetItem
                             const SfxItemSet& rSetSet = pSetItem->GetItemSet();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to