summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdibrow.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-10 11:57:46 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-10 11:57:55 +0000
commitc7e0bfd18eaba685d9f8ef8fdeb9fa45ae2e132d (patch)
tree81e043e37687ca49646db2fe75e9fe1ada73db74 /svx/source/svdraw/svdibrow.cxx
parent5718b17d2d7ace098ba3dbeae0ea365c1309500c (diff)
coverity#735512 Logically dead code
Change-Id: I026bb291d8d0c87ef8166331a7e084fa339052f6
Diffstat (limited to 'svx/source/svdraw/svdibrow.cxx')
-rw-r--r--svx/source/svdraw/svdibrow.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdibrow.cxx b/svx/source/svdraw/svdibrow.cxx
index 8b3364ae340f..149d0171b112 100644
--- a/svx/source/svdraw/svdibrow.cxx
+++ b/svx/source/svdraw/svdibrow.cxx
@@ -838,7 +838,6 @@ bool IsItemIneffective(sal_uInt16 nWhich, const SfxItemSet* pSet, sal_uInt16& rI
if (nAnz==0) return true;
if (nAnz==1 && nWhich>SDRATTR_EDGELINE1DELTA) return true;
if (nAnz==2 && nWhich>SDRATTR_EDGELINE2DELTA) return true;
- if (nAnz==3 && nWhich>SDRATTR_EDGELINE3DELTA) return true;
}
} break;