summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-25 16:13:25 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-25 16:16:03 +0200
commit6811caf91a63c597a533aac7ffe7ef33e0509e1c (patch)
tree74e14a37dbeaeab1d4cb348d9e25fba9f3656c3d /sw
parent85dad9793a15183d7b52847a49d75fe392e1d0a9 (diff)
WaE: implicit conversion of literal of type 'sal_Bool' to 'bool' [loplugin]
Change-Id: I5850e62b5d8dc25f58ac098fb7ec6a987e96c040
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/uibase/uiview/view2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/uibase/uiview/view2.cxx b/sw/source/core/uibase/uiview/view2.cxx
index 52212a3dc44f..1fcf58a21c77 100644
--- a/sw/source/core/uibase/uiview/view2.cxx
+++ b/sw/source/core/uibase/uiview/view2.cxx
@@ -748,7 +748,7 @@ void SwView::Execute(SfxRequest &rReq)
nVersion = ((const SfxInt16Item *)pItem)->GetValue();
m_pViewImpl->SetParam( nVersion );
}
- if( SFX_ITEM_SET == pArgs->GetItemState( SID_NO_ACCEPT_DIALOG, sal_False, &pItem ))
+ if( SFX_ITEM_SET == pArgs->GetItemState( SID_NO_ACCEPT_DIALOG, false, &pItem ))
{
bNoAcceptDialog = ((const SfxBoolItem *)pItem)->GetValue();
}