Kaydet (Commit) bec87803 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

coverity: missing break => memory leak

Change-Id: I85292446e72acdf1afce2eff83e3aa9ae5e20546
üst d46c1cc6
......@@ -329,6 +329,7 @@ SdrObject* SdPage::CreatePresObj(PresObjKind eObjKind, sal_Bool bVertical, const
Graphic aGraphic( aBmpEx );
( (SdrOle2Obj*) pSdrObj)->SetGraphic(&aGraphic);
}
break;
case PRESOBJ_TABLE:
case PRESOBJ_CALC:
......
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