diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-15 09:36:42 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-15 09:36:42 +0200 |
commit | 12b2803f196b897ffb901b0eebe271c5ee43d03e (patch) | |
tree | 8088460395c4062e5065997a285f02c40e8da694 /sd/source/ui/view/sdview5.cxx | |
parent | 87f3fd05eb2e8ca3a0cdf449d3e2c66cfd3a57bf (diff) |
drop unused PRESOBJ_IMAGE
Change-Id: I8fa011bea423e961a3ebe7cd8687e4bce7c4cd77
Diffstat (limited to 'sd/source/ui/view/sdview5.cxx')
-rw-r--r-- | sd/source/ui/view/sdview5.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/view/sdview5.cxx b/sd/source/ui/view/sdview5.cxx index d05f64ccd423..4e0a340e07ed 100644 --- a/sd/source/ui/view/sdview5.cxx +++ b/sd/source/ui/view/sdview5.cxx @@ -33,7 +33,6 @@ static bool implIsMultiPresObj( PresObjKind eKind ) case PRESOBJ_CHART: case PRESOBJ_ORGCHART: case PRESOBJ_TABLE: - case PRESOBJ_IMAGE: case PRESOBJ_MEDIA: return true; default: |