summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-02-15 09:36:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-02-15 09:36:42 +0200
commit12b2803f196b897ffb901b0eebe271c5ee43d03e (patch)
tree8088460395c4062e5065997a285f02c40e8da694 /sd/source/ui/unoidl
parent87f3fd05eb2e8ca3a0cdf449d3e2c66cfd3a57bf (diff)
drop unused PRESOBJ_IMAGE
Change-Id: I8fa011bea423e961a3ebe7cd8687e4bce7c4cd77
Diffstat (limited to 'sd/source/ui/unoidl')
-rw-r--r--sd/source/ui/unoidl/unopage.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx
index 8f0c039f287a..3b7eb5c0d81c 100644
--- a/sd/source/ui/unoidl/unopage.cxx
+++ b/sd/source/ui/unoidl/unopage.cxx
@@ -1490,7 +1490,6 @@ Reference< drawing::XShape > SdGenericDrawPage::CreateShape(SdrObject *pObj) co
break;
// coverity[dead_error_begin] - following conditions exist to avoid compiler warning
case PRESOBJ_NONE:
- case PRESOBJ_IMAGE:
case PRESOBJ_MAX:
break;
}