diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-03-09 20:58:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-03-09 21:27:31 +0000 |
commit | ace38b3be1e1de01b8e484a768d5ce961e5eb689 (patch) | |
tree | 2aecbc0aa3da326e5e4e272e67e7602d443419f6 /sd | |
parent | 5f3e0690c01788b0b5867820342a52892766a526 (diff) |
dead_error_begin->dead_error_line
Change-Id: I960392401e1555954ac525059789873165ee42c2
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/pptx-epptooxml.cxx | 2 |
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; |