summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-09 20:58:19 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-09 21:27:31 +0000
commitace38b3be1e1de01b8e484a768d5ce961e5eb689 (patch)
tree2aecbc0aa3da326e5e4e272e67e7602d443419f6
parent5f3e0690c01788b0b5867820342a52892766a526 (diff)
dead_error_begin->dead_error_line
Change-Id: I960392401e1555954ac525059789873165ee42c2
-rw-r--r--sd/source/filter/eppt/pptx-epptooxml.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptx-epptooxml.cxx b/sd/source/filter/eppt/pptx-epptooxml.cxx
index e0acfbbabb78..98f80e32e91f 100644
--- a/sd/source/filter/eppt/pptx-epptooxml.cxx
+++ b/sd/source/filter/eppt/pptx-epptooxml.cxx
@@ -634,7 +634,7 @@ void PowerPointExport::WriteTransition( FSHelperPtr pFS )
nTransition = XML_zoom;
pDirection = ( nDirection == 1) ? "in" : "out";
break;
- // coverity[dead_error_begin] - following conditions exist to avoid compiler warning
+ // coverity[dead_error_line] - following conditions exist to avoid compiler warning
case PPT_TRANSITION_TYPE_NONE:
default:
nTransition = 0;