summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-02-16 03:06:54 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-02-16 03:37:29 +0100
commitbec878031af5ed1e533300d5f0fd93ac295b46db (patch)
tree8ff752a8a534d196acacc60d310c299801678cbe /sd
parentd46c1cc675b5bf94c8b19bf8fd24904dd9bfd881 (diff)
coverity: missing break => memory leak
Change-Id: I85292446e72acdf1afce2eff83e3aa9ae5e20546
Diffstat (limited to 'sd')
-rw-r--r--sd/source/core/sdpage.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/core/sdpage.cxx b/sd/source/core/sdpage.cxx
index 6bf39902fe18..f9187be4988d 100644
--- a/sd/source/core/sdpage.cxx
+++ b/sd/source/core/sdpage.cxx
@@ -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: