Kaydet (Commit) cc252e16 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:simplifybool

Change-Id: I2e1f288bf71cd5598bccf12322f74c096386b3c9
üst d961af95
......@@ -394,7 +394,7 @@ void SdGenericDrawPage::UpdateModel()
{
mpModel = nullptr;
}
mbIsImpressDocument = mpModel ? mpModel->IsImpressDocument() : false;
mbIsImpressDocument = mpModel && mpModel->IsImpressDocument();
}
// this is called whenever a SdrObject must be created for a empty api shape wrapper
......
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