summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-10 17:35:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-11 11:02:07 +0000
commitca7b0ec3ae14a82059e3e26868411f1720b5f2e9 (patch)
treea1126bea77badc820a4ca32b4f01df2dbee41258 /sc
parent4285c7c1437c1affa8c98c19e44254bfa4e17459 (diff)
document 704272 Logically dead code
Change-Id: Ib0b2225bc0b09c910c6f47c36c3e118b8c999df8
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/miscdlgs/autofmt.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/miscdlgs/autofmt.cxx b/sc/source/ui/miscdlgs/autofmt.cxx
index 2e24fce04f80..b062a3ebba04 100644
--- a/sc/source/ui/miscdlgs/autofmt.cxx
+++ b/sc/source/ui/miscdlgs/autofmt.cxx
@@ -326,6 +326,7 @@ void ScAutoFmtPreview::DrawString( size_t nCol, size_t nRow )
case SVX_HOR_JUSTIFY_CENTER:
aPos.X() += nHorPos;
break;
+ // coverity[dead_error_begin] - following conditions exist to avoid compiler warning
case SVX_HOR_JUSTIFY_STANDARD:
default:
// Standard is not handled here