Kaydet (Commit) 6811caf9 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: implicit conversion of literal of type 'sal_Bool' to 'bool' [loplugin]

Change-Id: I5850e62b5d8dc25f58ac098fb7ec6a987e96c040
üst 85dad979
...@@ -748,7 +748,7 @@ void SwView::Execute(SfxRequest &rReq) ...@@ -748,7 +748,7 @@ void SwView::Execute(SfxRequest &rReq)
nVersion = ((const SfxInt16Item *)pItem)->GetValue(); nVersion = ((const SfxInt16Item *)pItem)->GetValue();
m_pViewImpl->SetParam( nVersion ); 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(); bNoAcceptDialog = ((const SfxBoolItem *)pItem)->GetValue();
} }
......
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