summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/unopage.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-10 17:34:28 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-11 11:02:06 +0000
commit4285c7c1437c1affa8c98c19e44254bfa4e17459 (patch)
treec1c7cd9430db5f11f499d2eff9638715b78c3adf /sd/source/ui/unoidl/unopage.cxx
parent3ff1ce130a04643a5c4b1c2e905c7303fc6cde6e (diff)
document 704296 Logically dead code
Change-Id: I4fcced3a79113037d159301e04bdda54246edd13
Diffstat (limited to 'sd/source/ui/unoidl/unopage.cxx')
-rw-r--r--sd/source/ui/unoidl/unopage.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx
index 9d745a1d3292..09f15ca83046 100644
--- a/sd/source/ui/unoidl/unopage.cxx
+++ b/sd/source/ui/unoidl/unopage.cxx
@@ -1477,6 +1477,7 @@ Reference< drawing::XShape > SdGenericDrawPage::_CreateShape(SdrObject *pObj) c
case PRESOBJ_DATETIME:
aShapeType += "DateTimeShape";
break;
+ // coverity[dead_error_begin] - following conditions exist to avoid compiler warning
case PRESOBJ_NONE:
case PRESOBJ_IMAGE:
case PRESOBJ_MAX: