summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-19 21:31:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-20 09:08:11 +0100
commit65f9d502d88e832e8b8af71b7be8f706519f7162 (patch)
treed9a3e65ecb828221cf17989e9cb4a892402aa963 /sc/source
parente964042c16efafd5f6656dbb7cea14c852a39822 (diff)
tweak to try and silence coverity
Change-Id: I990ad07784266e2b48638ece6a84471b3bef173a
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/ui/miscdlgs/autofmt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/miscdlgs/autofmt.cxx b/sc/source/ui/miscdlgs/autofmt.cxx
index e8b3a69d1112..18543180f249 100644
--- a/sc/source/ui/miscdlgs/autofmt.cxx
+++ b/sc/source/ui/miscdlgs/autofmt.cxx
@@ -330,7 +330,7 @@ void ScAutoFmtPreview::DrawString(vcl::RenderContext& rRenderContext, size_t nCo
case SVX_HOR_JUSTIFY_CENTER:
aPos.X() += nHorPos;
break;
- // coverity[dead_error_begin] - following conditions exist to avoid compiler warning
+ // coverity[dead_error_line] - following conditions exist to avoid compiler warning
case SVX_HOR_JUSTIFY_STANDARD:
default:
// Standard is not handled here