Kaydet (Commit) b10be2e0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:literaltoboolconversion

Change-Id: I920ffc647ca92276491b720e1312314f27ab58f2
üst 3b836710
...@@ -1244,7 +1244,7 @@ void SwFrameShell::ExecDrawAttrArgsTextFrame(SfxRequest& rReq) ...@@ -1244,7 +1244,7 @@ void SwFrameShell::ExecDrawAttrArgsTextFrame(SfxRequest& rReq)
if(pSdrView) if(pSdrView)
{ {
pSdrView->SetDefaultAttr(*pArgs, sal_False); pSdrView->SetDefaultAttr(*pArgs, false);
} }
} }
} }
......
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