Kaydet (Commit) 16964a87 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: loplugin:literaltoboolconversion

Change-Id: Ib7cf1a0d4033fe2807a21de2c4bbcddb079e4128
üst aac58c62
......@@ -255,7 +255,7 @@ SdrTextObj *TextChainFlow::GetNextLink() const
OutlinerParaObject *TextChainFlow::impGetOverflowingParaObject(SdrOutliner *)
{ // XXX: Should never be called (to be deleted)
assert(0);
assert(false);
return NULL;
//return mpOverflChText->CreateOverflowingParaObject(pOutliner,
// mpNextLink->GetOutlinerParaObject());
......
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